{% 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[lang][item] -%} {%- endif -%} {%- if forloop.index == 2 -%} {%- assign item = i | downcase -%} {%- assign secondFile = site.data.files[lang][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}} |
Created by | {{firstFile.Createdby}} | {{secondFile.Createdby}} |
Created in | {{firstFile.CreatedInYear}} | {{secondFile.CreatedInYear}} |
Basic information | {{firstFile.BasicInformation}} | {{secondFile.BasicInformation}} |
Detailed information | {{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}}
|