Template:Infobox nation: Difference between revisions
Appearance
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 6: | Line 6: | ||
{{#if: {{{name|}}} | | {{#if: {{{name|}}} | | ||
<tr> | <tr> | ||
<th colspan="2" style="text-align:center; | <th class="infobox-header" colspan="2" style="text-align:center; | ||
font-size:125%; padding:6px;"> | font-size:125%; padding:6px;"> | ||
{{{name}}} | {{{name}}} | ||
| Line 37: | Line 37: | ||
{{#if: {{{gdp|}}} | | {{#if: {{{gdp|}}} | | ||
<tr> | <tr> | ||
<th style="padding:4px 8px; background:#eaecf0;">GDP (nominal)</th> | <th style="padding:4px 8px; background:#eaecf0;">GDP (nominal)</th> | ||
<td style="padding:4px 8px;">{{{gdp}}}</td> | <td style="padding:4px 8px;">{{{gdp}}}</td> | ||
</tr> | </tr> | ||
| Line 96: | Line 96: | ||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | <templatedata> | ||
{ | |||
"params": { | |||
"name": {}, | |||
"image": {}, | |||
"capital": {}, | |||
"population": {}, | |||
"gdp": {}, | |||
"currency": {}, | |||
"government": {}, | |||
"area": {} | |||
} | |||
} | |||
</templatedata></noinclude> | |||
Revision as of 20:44, 13 May 2026
Infobox Nation
Use this template on nation pages.
Usage
{{Infobox nation
|name =
|image =
|capital =
|population =
|gdp =
|currency =
|government =
|area =
}}
Example
{{Infobox nation
|name = The Aurelias
|capital = Victoria Bay
|population = 5,100,000
|gdp = $455 billion
|currency = Aurelian Pound
|government = Constitutional Monarchy
|area = 14,000 km²
}}
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| name | name | no description | Unknown | optional |
| image | image | no description | Unknown | optional |
| capital | capital | no description | Unknown | optional |
| population | population | no description | Unknown | optional |
| gdp | gdp | no description | Unknown | optional |
| currency | currency | no description | Unknown | optional |
| government | government | no description | Unknown | optional |
| area | area | no description | Unknown | optional |