Template: Infobox nation: Difference between revisions

From The Shire
Jump to: navigation, search
No edit summary
Tag: Manual revert
No edit summary
Line 162: Line 162:
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.
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. The currently prefilled texts are instructions. You do not need to delete them as they will not show up in the final info box.


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.

Revision as of 15:40, 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. The currently prefilled texts are instructions. You do not need to delete them as they will not show up in the final info box.

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-->
}}