Claim List: Difference between revisions

From Terra Invicta Official Wiki
Redwah (talk | contribs)
No edit summary
Redwah (talk | contribs)
No edit summary
Line 3: Line 3:
... This page is currently impossible to create because there are too many claims for the wiki parser to handle :(
... This page is currently impossible to create because there are too many claims for the wiki parser to handle :(


<nowiki>
<pre>
‎<onlyinclude>
‎<onlyinclude>
{| class="wikitable sortable mw-collapsible"
{| class="wikitable sortable mw-collapsible"
Line 40: Line 40:
|}
|}
‎</onlyinclude>
‎</onlyinclude>
</nowiki>
</pre>


{{Templates_Navbox}}
{{Templates_Navbox}}

Revision as of 06:16, 13 June 2025

Note: Claims that can only be gained via Peaceful Unification are not included in this table. For those, see Full_Unification.

... This page is currently impossible to create because there are too many claims for the wiki parser to handle :(

‎<onlyinclude>
{| class="wikitable sortable mw-collapsible"
|-
! Nation !! Flag !! Region !! Is Capital? !! Initial Owner? !! Project
|-
{{#af_foreach: {{#af_range: 5000 }} | | i | 
{{#get_web_data:
|url={{filepath:TIBilateralTemplate.json}}
|format=JSON
|use jsonpath
|data=
dataname=$[{{#af_show: {{{i}}} }}]..dataName,
nation=$[{{#af_show: {{{i}}} }}]..nation1,
region=$[{{#af_show: {{{i}}} }}]..region1,
capital=$[{{#af_show: {{{i}}} }}]..capitalClaim,
initial=$[{{#af_show: {{{i}}} }}]..initialOwner,
project=$[{{#af_show: {{{i}}} }}]..projectUnlockName,
}}
{{#iferror:{{#external_value:dataname}}| |
{{#ifeq: {{padleft:|4|{{#external_value:region|2070}} }} | 2070 |  | 
{{#ifeq: {{padleft:|3|{{#external_value:region|map}} }} | map |  | 
{{!}}-
{{!}} {{NationDisplayName|{{#external_value:nation}} }}
{{!}} {{icon|{{#external_value:nation}}|bgcolor=transparent|size=20px}}
{{!}} {{RegionDisplayName|{{#external_value:region}} }}
{{!}} {{#iferror:{{#external_value:capital}}|No|Yes}}
{{!}} {{#iferror:{{#external_value:initial}}|No|Yes}}
{{!}} {{ProjectDisplayName|{{#external_value:project}} }}
{{!}}-
{{#clear_external_data:}}
}}
}}
}}
}}
|}
‎</onlyinclude>