Template: Infobox nation: Difference between revisions

From The Shire
Jump to: navigation, search
Taxcuts (talk | contribs)
No edit summary
Taxcuts (talk | contribs)
No edit summary
Line 57: Line 57:
|-
|-
! President
! President
| {{{preside
| {{{president}}}
}}
{{#if:{{{dictator|}}}|
|-
! Dictator
| {{{dictator}}}
}}
{{#if:{{{chiefexec|}}}|
|-
! Chief Executive
| {{{chiefexec}}}
}}
{{#if:{{{govt-type|}}}|
|-
! Type
| {{{govt-type}}}
}}
 
<!-- Economy -->
|-
! colspan="2" style="background:#ABE; text-align:center;" | Economy
{{#if:{{{gdp|}}}|
|-
! GDP&nbsp;(nominal)
| <span style="color:#3a3;">▲</span>&nbsp;${{{gdp}}}
}}
{{#if:{{{gdp-pc|}}}|
|-
! GDP&nbsp;(per&nbsp;capita)
| <span style="color:#3a3;">▲</span>&nbsp;${{{gdp-pc}}}
}}
{{#if:{{{currency|}}}|
|-
! Currency
| {{{currency}}}
}}
{{#if:{{{gini|}}}|
|-
! GINI
| {{{gini}}}
}}
{{#if:{{{hdi|}}}|
|-
! HDI
| {{{hdi}}}
}}
 
<!-- Server-side information (printed only if any field present) -->
{{#if:{{{warp|}}}{{{sta|}}}{{{builders|}}}{{{built|}}}{{{historical|}}}|
|-
! colspan="2" style="background:#ABE; text-align:center;" | Server&nbsp;Info
{{#if:{{{warp|}}}|
|-
! Warp
| <code>/warp&nbsp;{{{warp}}}</code>
}}
{{#if:{{{sta|}}}|
|-
! STA&nbsp;lines
| {{#replace:{{{sta}}}|,|<br />}}
}}
{{#if:{{{builders|}}}|
|-
! Builders
| {{{builders}}}
}}
{{#if:{{{built|}}}|
|-
! Built
| {{{built}}}
}}
{{#ifexpr:{{lc:{{{historical|no}}}}} = yes |
|-
| colspan="2" style="text-align:center;" | [[File:Historicalregistry.png|128px]]
}}
}}
 
|}
</includeonly>
 
<noinclude>
== Usage ==
Paste on a nation page and fill whichever fields you need:
 
<pre>{{Infobox nation
| name        =
| motto      =
| flag        = Flag.svg
| coa        = Coat.svg
| collage    = CityCollage.png
| capital    = Capital City
| capital-x  = 123
| capital-z  = -456
| largest    = Big City
| largest-x  = 100
| largest-z  = -400
| area        = 250000
| population  = 750000
| pop-year    = 2026
| govt-type  = Constitutional monarchy
| king        = King Steve
| emperor    =
| president  =
| dictator    =
| chiefexec  =
| currency    = GOL
| gdp        = 42.3 B
| gdp-pc      = 78 k
| gini        = 0.30
| hdi        = 0.91
| warp        = nationwarp
| sta        = Red Line, Blue Line
| builders    = Player1, Player2
| built      = 2024
| historical  = yes
}}</pre>
 
Any blank parameter (or one you delete) is simply omitted from the infobox.
</noinclude>

Revision as of 14:50, 7 June 2025


Usage

Paste on a nation page and fill whichever fields you need:

{{Infobox nation
 | name        = 
 | motto       = 
 | flag        = Flag.svg
 | coa         = Coat.svg
 | collage     = CityCollage.png
 | capital     = Capital City
 | capital-x   = 123
 | capital-z   = -456
 | largest     = Big City
 | largest-x   = 100
 | largest-z   = -400
 | area        = 250000
 | population  = 750000
 | pop-year    = 2026
 | govt-type   = Constitutional monarchy
 | king        = King Steve
 | emperor     = 
 | president   = 
 | dictator    = 
 | chiefexec   = 
 | currency    = GOL
 | gdp         = 42.3 B
 | gdp-pc      = 78 k
 | gini        = 0.30
 | hdi         = 0.91
 | warp        = nationwarp
 | sta         = Red Line, Blue Line
 | builders    = Player1, Player2
 | built       = 2024
 | historical  = yes
}}

Any blank parameter (or one you delete) is simply omitted from the infobox.