{% assign file = page.fileName %} {% assign lang = page.lang %} {% assign folder = page.folderName %} {% assign accessData= site.data[folder][lang][file] %} {% assign compareFiles= accessData.compare_formats %} {%- for i in compareFiles -%} {%- if forloop.index ==1 -%} {%- assign item = i | downcase -%} {%- assign firstFile = site.data.files[accessData.filelang][item] -%} {%- endif -%} {%- if forloop.index ==2 -%} {%- assign item = i | downcase -%} {%- assign secondFile = site.data.files[accessData.filelang][item] -%} {%- endif -%} {%- endfor -%} {%- if firstFile and secondFile -%} {%- if firstFile.Format or secondFile.Format -%}
Format | {{firstFile.Format}} | {{secondFile.Format}} |
---|---|---|
Short Name | {{firstFile.ShortName}} | {{secondFile.ShortName}} |
Full Name | {{firstFile.FullName}} | {{secondFile.FullName}} |
Category | {{firstFile.Category}} | {{secondFile.Category}} |
Pros | {{firstFile.Pros}} | {{secondFile.Pros}} |
Cons | {{firstFile.Cons}} | {{secondFile.Cons}} |
CreatedbyName | {{firstFile.CreatedbyName}} | {{secondFile.CreatedbyName}} |
CreatedbyLink | {{firstFile.CreatedbyLink}} | {{secondFile.CreatedbyLink}} |
CreatedInYear | {{firstFile.CreatedInYear}} | {{secondFile.CreatedInYear}} |
BasicInformation | {{firstFile.BasicInformation}} | {{secondFile.BasicInformation}} |
DetailedInformation | {{firstFile.DetailedInformation}} | {{secondFile.DetailedInformation}} |
Platform Supported |
{%- for item in firstFile.Softwaresused -%}
{%- for data in item.softwares -%}
{%- if data.image -%}
{%- endif -%}
{%- endfor -%}
{{data.name}}
{{data.type}}
|
{%- for item in secondFile.Softwaresused -%}
{%- for data in item.softwares -%}
{%- if data.image -%}
{%- endif -%}
{%- endfor -%}
{{data.name}}
{{data.type}}
|