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 3: Line 3:
|-
|-
! colspan="2" style="font-size:150%; text-align:center; height:48px;" | {{{name|Unnamed nation}}}
! colspan="2" style="font-size:150%; text-align:center; height:48px;" | {{{name|Unnamed nation}}}
<!-- Flag & CoA -->
|-
|-
| style="text-align:center; width:50%;" |
| style="text-align:center; width:50%;" |
   [[File:{{{flag|No_flag.svg}}}|150px|border]]
   {{#if:{{{flag|}}}|[[File:{{{flag}}}|150px|border]]|}}
| style="text-align:center; width:50%;" |
| style="text-align:center; width:50%;" |
   [[File:{{{coa|No_coa.svg}}}|150px|border]]
   {{#if:{{{coa|}}}|[[File:{{{coa}}}|150px|border]]|}}
 
<!-- Motto -->
{{#if:{{{motto|}}}|
{{#if:{{{motto|}}}|
|-
|-
! colspan="2" style="text-align:center;" | Motto: ''{{{motto}}}''
! colspan="2" style="text-align:center;" | Motto: ''{{{motto}}}''
}}
}}
<!-- Collage -->
{{#if:{{{collage|}}}|
|-
|-
| colspan="2" style="text-align:center;" |
| colspan="2" style="text-align:center;" | [[File:{{{collage}}}|320px|border]]
  [[File:{{{collage|No_collage.png}}}|320px|border]]
}}
 
<!-- Basic facts -->
|-
|-
! Capital
! Capital
| {{{capital|—}}}
| {{{capital|—}}}
|-
|-
| colspan="2" style="font-size:85%; color:#555; text-align:center;" | {{#if:{{{capital-x|}}{{{capital-z|}}}|{{{capital-x|}}}, {{{capital-z|}}}| }}}
| colspan="2" style="font-size:85%; color:#555; text-align:center;" | {{#if:{{{capital-x|}}{{{capital-z|}}}|{{{capital-x}}}, {{{capital-z}}}|}}
|-
|-
! Largest city
! Largest&nbsp;city
| {{{largest|—}}}
| {{{largest|—}}}
|-
|-
| colspan="2" style="font-size:85%; color:#555; text-align:center;" | {{#if:{{{largest-x|}}{{{largest-z|}}}|{{{largest-x|}}}, {{{largest-z|}}}| }}}
| colspan="2" style="font-size:85%; color:#555; text-align:center;" | {{#if:{{{largest-x|}}{{{largest-z|}}}|{{{largest-x}}}, {{{largest-z}}}|}}
|-
|-
! Area
! Area
| {{{area|0}}}&nbsp;Block<sup>2</sup>
| {{#if:{{{area|}}}|{{{area}}}&nbsp;Block<sup>2</sup>|—}}
|-
|-
! Population&nbsp;(<small>{{{pop-year|2025}}}</small>)
! Population&nbsp;(<small>{{{pop-year|2025}}}</small>)
| {{{population|0}}}
| {{#if:{{{population|}}}|{{{population}}}|—}}
 
<!-- Government -->
|-
|-
! colspan="2" style="background:#ABE; text-align:center;" | Government
! colspan="2" style="background:#ABE; text-align:center;" | Government
Line 46: Line 57:
|-
|-
! President
! President
| {{{president}}}
| {{{preside
}}
{{#if:{{{dictator|}}}|
|-
! Dictator
| {{{dictator}}}
}}
{{#if:{{{chiefexec|}}}|
|-
! Chief&nbsp;Executive
| {{{chiefexec}}}
}}
{{#if:{{{govt-type|}}}|
|-
! Type
| {{{govt-type}}}
}}
! colspan="2" style="background:#ABE; text-align:center;" | Economy
{{#if:{{{gdp|}}}|
|-
! GDP&nbsp;(nominal)
| <span style="color:#3a3; font-size:100%;">▲</span>&nbsp;${{{gdp}}}
}}
{{#if:{{{gdp-pc|}}}|
|-
! GDP&nbsp;(per&nbsp;capita)
| <span style="color:#3a3; font-size:100%;">▲</span>&nbsp;${{{gdp-pc}}}
}}
{{#if:{{{currency|}}}|
|-
! Currency
| {{{currency}}}
}}
{{#if:{{{gini|}}}|
|-
! GINI
| {{{gini}}}
}}
{{#if:{{{hdi|}}}|
|-
! HDI
| {{{hdi}}}
}}
<!-- ===== Server Info block (only if any field is present) ===== -->
{{#if:{{{warp|}}}{{{sta|}}}{{{builders|}}}{{{built|}}}{{{historical|}}}|
|-
! colspan="2" style="background:#ABE; text-align:center;" | Server 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:{{{historical|no}}} = yes |
|-
| colspan="2" style="text-align:center;" |
  [[File:Historicalregistry.png|128px]]
}}
}}
|}
</includeonly>
 
<noinclude>
==Usage==
Paste on a nation page and fill as needed (omit any field to hide it):
Any blank parameter (or ones you delete) simply won’t show.
 
<pre>{{Infobox nation
| name        =
| motto      =
| flag        =
| coa        =
| collage    =
| capital    =
| capital-x  =
| capital-z  =
| largest    =
| largest-x  =
| largest-z  =
| area        =
| population  =
| pop-year    = 2025
| govt-type  =
| king        =
| emperor    =
| president  =
| dictator    =
| chiefexec  =
| currency    =
| gdp        =
| gdp-pc      =
| gini        =
| hdi        =
| warp        =
| sta        = Line 1, Line 2
| builders    = Player1, Player2
| built      = 2024
| historical  = yes
}}</pre>
 
</noinclude>

Revision as of 14:49, 7 June 2025