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 4: Line 4:
! 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 -->
<!-- Flag & CoA (blank cell preserved width) -->
|-
|-
| style="text-align:center; width:50%;" |
| style="text-align:center; width:150px;" |
   {{#if:{{{flag|}}}|[[File:{{{flag}}}|150px|border]]|}}
   {{#if:{{{flag|}}}|[[File:{{{flag}}}|150px|border]]}}
| style="text-align:center; width:50%;" |
| style="text-align:center; width:150px;" |
   {{#if:{{{coa|}}}|[[File:{{{coa}}}|150px|border]]|}}
   {{#if:{{{coa|}}}|[[File:{{{coa}}}|150px|border]]}}


<!-- Motto -->
<!-- Motto -->
{{#if:{{{motto|}}}|
{{#if:{{{motto|}}}|
|-
|-
! colspan="2" style="text-align:center;" | Motto: ''{{{motto}}}''
! colspan="2" style="text-align:center;" | Motto:&nbsp;''{{{motto}}}''
}}
}}


Line 29: Line 29:
|-
|-
| 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&nbsp;city
! Largest&nbsp;city
Line 34: Line 35:
|-
|-
| 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
Line 41: Line 43:
| {{#if:{{{population|}}}|{{{population}}}|—}}
| {{#if:{{{population|}}}|{{{population}}}|—}}


<!-- Government -->
<!-- Government header -->
|-
|-
! colspan="2" style="background:#ABE; text-align:center;" | Government
! colspan="2" style="background:#ABE; text-align:center;" | Government
{{#if:{{{king|}}}|
{{#if:{{{king|}}}|
|-
|-
Line 75: Line 78:
}}
}}


<!-- Economy -->
<!-- Economy header -->
|-
|-
! colspan="2" style="background:#ABE; text-align:center;" | Economy
! colspan="2" style="background:#ABE; text-align:center;" | Economy
Line 104: Line 107:
}}
}}


<!-- Server-side information (printed only if any field present) -->
<!-- Server Info block (only if any field present) -->
{{#if:{{{warp|}}}{{{sta|}}}{{{builders|}}}{{{built|}}}{{{historical|}}}|
{{#if:{{{warp|}}}{{{sta|}}}{{{builders|}}}{{{built|}}}{{{historical|}}}|
|-
|-
Line 138: Line 141:


<noinclude>
<noinclude>
== Usage ==
==Usage==
Paste on a nation page and fill whichever fields you need:
 
<pre>{{Infobox nation
<pre>{{Infobox nation
  | name        =  
  | name        = Sample Nation
  | motto      =  
  | motto      = Citrus et Libertas
  | flag        = Flag.svg
  | flag        = FlagSample.svg
  | coa        = Coat.svg
  | coa        = CoatSample.svg
  | collage    = CityCollage.png
  | collage    = SampleCollage.png
  | capital    = Capital City
  | capital    = Capital City
  | capital-x  = 123
  | capital-x  = 123
Line 158: Line 159:
  | govt-type  = Constitutional monarchy
  | govt-type  = Constitutional monarchy
  | king        = King Steve
  | king        = King Steve
| emperor    =
  | president  =  
  | president  =  
  | dictator    =  
  | dictator    =  
Line 173: Line 173:
  | historical  = yes
  | historical  = yes
}}</pre>
}}</pre>
Any blank parameter (or one you delete) is simply omitted from the infobox.
</noinclude>
</noinclude>

Revision as of 14:53, 7 June 2025


Usage

{{Infobox nation
 | name        = Sample Nation
 | motto       = Citrus et Libertas
 | flag        = FlagSample.svg
 | coa         = CoatSample.svg
 | collage     = SampleCollage.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
 | 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
}}