Template:Nation: Difference between revisions
No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
{{Infobox/Item|key=Official languages|value={{{languages}}}}} |
{{Infobox/Item|key=Official languages|value={{{languages}}}}} |
||
{{Infobox/SectionHeader|section=Politics}} |
{{Infobox/SectionHeader|section=Politics}} |
||
| − | {{Infobox/Item|key=Government|value={{{ |
+ | {{Infobox/Item|key=Government|value={{{government}}}}} |
| − | {{Infobox/Item|key=Foundation|value={{{ |
+ | {{Infobox/Item|key=Foundation|value={{{foundation}}}}} |
{{Infobox/Item|key={{{leader_title}}}|value={{{leader}}}}} |
{{Infobox/Item|key={{{leader_title}}}|value={{{leader}}}}} |
||
{{Infobox/Item|key={{{pm_title}}}|value={{{pm_name}}}}} |
{{Infobox/Item|key={{{pm_title}}}|value={{{pm_name}}}}} |
||
| Line 90: | Line 90: | ||
"description": "Languages spoken in the nation", |
"description": "Languages spoken in the nation", |
||
"type": "string", |
"type": "string", |
||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| − | "date_founded": { |
||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
"required": true |
"required": true |
||
}, |
}, |
||
| Line 161: | Line 149: | ||
"description": "A list of the nation's most important cities", |
"description": "A list of the nation's most important cities", |
||
"type": "string" |
"type": "string" |
||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| + | "foundation": { |
||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
} |
} |
||
}, |
}, |
||
"description": "Infobox for nations", |
"description": "Infobox for nations", |
||
| − | "format": "block" |
+ | "format": "block", |
| + | "paramOrder": [ |
||
| + | "nation", |
||
| + | "localized_name", |
||
| + | "flag", |
||
| + | "flagdesc", |
||
| + | "motto", |
||
| + | "full_name", |
||
| + | "anthem", |
||
| + | "map", |
||
| + | "mapdesc", |
||
| + | "denonym", |
||
| + | "languages", |
||
| + | "government", |
||
| + | "foundation", |
||
| + | "leader_title", |
||
| + | "leader", |
||
| + | "pm_title", |
||
| + | "pm_name", |
||
| + | "predecessor", |
||
| + | "successor", |
||
| + | "ethnicity", |
||
| + | "population", |
||
| + | "area", |
||
| + | "main_cities" |
||
| + | ] |
||
} |
} |
||
</templatedata> |
</templatedata> |
||
Revision as of 04:38, 7 March 2021
|
{{{nation}}}
|
|||||
|---|---|---|---|---|---|
| {{{localized_name}}} | |||||
| {{{flag}}} | |||||
| {{{flagdesc}}} | |||||
| Motto | {{{motto}}} | ||||
| Full name | {{{full_name}}} | ||||
| Anthem | {{{anthem}}} | ||||
| {{{map}}} | |||||
| {{{mapdesc}}} | |||||
| Denonym | {{{denonym}}} | ||||
| Official languages | {{{languages}}} | ||||
| Politics | |||||
| Government | {{{government}}} | ||||
| Foundation | {{{foundation}}} | ||||
| {{{leader_title}}} | {{{leader}}} | ||||
| {{{pm_title}}} | {{{pm_name}}} | ||||
| Preceded by | {{{predecessor}}} | ||||
| Followed by | {{{successor}}} | ||||
| Demography | |||||
| Ethnicities | {{{ethnicity}}} | ||||
| Population | {{{population}}} | ||||
| Area | {{{area}}} | ||||
| Main cities | {{{main_cities}}} | ||||
Infobox for nations
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Nation name | nation | no description | String | required |
| Localized name | localized_name | The nation's name in its main language | String | suggested |
| Flag | flag | no description | File | required |
| Flag description | flagdesc | A short description of the flag's features | String | suggested |
| Motto | motto | The nation's motto, if any | String | suggested |
| Full name | full_name | The full version of the nation's name | String | required |
| Anthem | anthem | The nation's current anthem, if any | String | suggested |
| Map | map | A map of the nation with its main features | File | required |
| Map description | mapdesc | An optional commentary about the map | String | suggested |
| Denonym | denonym | The qualificative used to refer to inhabitants of this nation | String | optional |
| Official languages | languages | Languages spoken in the nation | String | required |
| Government | government | The current type of government in place | String | required |
| Foundation | foundation | When the nation was founded | Date | required |
| Leader title | leader_title | The title used for the nation's leader (eg, President)
| String | optional |
| Leader | leader | The current leader in place
| String | required |
| Secondary leader title | pm_title | The nation's secondary leader's title, eg, Prime Minister
| String | optional |
| Secondary leader's name | pm_name | The secondary leader's (Prime Minister) name
| String | optional |
| Predecessor | predecessor | The nation(s) which preceded the current one, either by inheritance or by area. | String | optional |
| Successor | successor | The nation(s) which succeeded to this one, if any. | Unknown | optional |
| Ethnicity | ethnicity | The main ethnicities represented in the nation's population | String | required |
| Population | population | The current population figure | Number | required |
| Area | area | The area of all territorial possessions owned by the nation | Number | optional |
| Main cities | main_cities | A list of the nation's most important cities | String | optional |