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


</noinclude>
</noinclude>

Revision as of 15:36, 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^2-->
 | 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-->
}}