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 160: Line 160:
<noinclude>
<noinclude>
== Usage ==
== Usage ==
Paste on a nation page and fill whichever fields you need. You do '''NOT''' need to fill everything on the list. They are general purpose for everyone on the server.
Simply paste the following snippet and fill/edit whichever fields you need. You do '''NOT''' need to fill everything on the list. They are general purpose for everyone on the server.


Any blank parameter (or one you delete) is simply omitted from the infobox.
Any blank parameter (or one you delete) is simply omitted from the infobox.
Line 166: Line 166:
For the "historical" slot, the only accepted texts are <code>yes</code> or <code>no</code>. If <code>yes</code>, the Historical Registry badge will show in the info box. Typing anything other than <code>yes</code> or <code>no</code> will throw an error.
For the "historical" slot, the only accepted texts are <code>yes</code> or <code>no</code>. If <code>yes</code>, the Historical Registry badge will show in the info box. Typing anything other than <code>yes</code> or <code>no</code> will throw an error.


A sample is pre-filled below.
A sample with instructions is pre-filled below.


<pre>{{Infobox nation
<pre>{{Infobox nation
  | name        = Steve land
  | name        = Name of your country/empire
  | motto      = Steve is the best
  | motto      = Motto of your country/empire
  | flag        = Flag.svg
  | flag        = Flag_of_country.png
  | coa        = Coat.svg
  | coa        = Coat_of_arms.png
  | collage    = CityCollage.png
  | collage    = Country_collage.png
  | capital    = Capital City
  | capital    = Capital City
  | capital-x  = 123
  | capital-x  = Capital X coords
  | capital-z  = -456
  | capital-z  = Capital Z coords
  | largest    = Big City
  | largest    = Biggest city
  | largest-x  = 100
  | largest-x  = Biggest city X coords
  | largest-z  = -400
  | largest-z  = Biggest city Z coords
  | area        = 250000
  | area        = Size in block<sup>2</sup>
  | population  = 750000
  | population  = Population of nation
  | pop-year    = 2026
  | pop-year    = Year population surveyed
  | govt-type  = Constitutional monarchy
  | govt-type  = Type of government
  | monarch    = King Steve
  | monarch    = Monarch name (if monarch)
  | emperor    =  
  | emperor    = Emperor name (if emperor)
  | president  =  
  | president  = President name (if president)
  | dictator    =  
  | dictator    = Dictator name (if dictator)
  | chiefexec  =  
  | chiefexec  = CEO name (if CEO)
  | currency    = Diamonds
  | currency    = Currency name (+ symbol)
  | gdp        = $42.3 B
  | gdp        = Currency symbol + number
  | gdp-pc      = $78 k
  | gdp-pc      = Currency symbol + number
  | gini        = 0.30
  | gini        = Inequality index (0-1)
  | hdi        = 0.91
  | hdi        = Development index (0-1)
  | warp        = nationwarp
  | warp        = Name of warp in-game
  | sta        = Red Line, Blue Line
  | sta        = STA Metro line connections
  | builders    = Player1, Player2
  | builders    = List of all your players
  | built      = 2010
  | built      = Year built
  | historical  = yes
  | historical  = Yes or No ONLY
}}</pre>
}}</pre>


</noinclude>
</noinclude>

Revision as of 15:12, 7 June 2025


Usage

Simply paste the following snippet and fill/edit whichever fields you need. You do NOT need to fill everything on the list. They are general purpose for everyone on the server.

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

For the "historical" slot, the only accepted texts are yes or no. If yes, the Historical Registry badge will show in the info box. Typing anything other than yes or no will throw an error.

A sample with instructions is pre-filled below.

{{Infobox nation
 | name        = Name of your country/empire
 | motto       = Motto of your country/empire
 | flag        = Flag_of_country.png
 | coa         = Coat_of_arms.png
 | collage     = Country_collage.png
 | capital     = Capital City
 | capital-x   = Capital X coords
 | capital-z   = Capital Z coords
 | largest     = Biggest city
 | largest-x   = Biggest city X coords
 | largest-z   = Biggest city Z coords
 | area        = Size in block<sup>2</sup>
 | population  = Population of nation
 | pop-year    = Year population surveyed
 | govt-type   = Type of government
 | monarch     = Monarch name (if monarch)
 | emperor     = Emperor name (if emperor)
 | president   = President name (if president)
 | dictator    = Dictator name (if dictator)
 | chiefexec   = CEO name (if CEO)
 | currency    = Currency name (+ symbol)
 | gdp         = Currency symbol + number
 | gdp-pc      = Currency symbol + number
 | gini        = Inequality index (0-1)
 | hdi         = Development index (0-1)
 | warp        = Name of warp in-game
 | sta         = STA Metro line connections
 | builders    = List of all your players
 | built       = Year built
 | historical  = Yes or No ONLY
}}