More actions
No edit summary |
No edit summary |
||
Line 66: | Line 66: | ||
"title1" | "title1" | ||
], | ], | ||
"label": "Nation's | "label": "Nation's Name", | ||
"example": "Wiltshire | "example": "Wiltshire", | ||
"type": "string" | "type": "string", | ||
"description": "Can be the full name or the most commonly used name." | |||
}, | }, | ||
"image1": { | "image1": { | ||
Line 108: | Line 109: | ||
"caption3" | "caption3" | ||
] | ] | ||
}, | |||
"full_name": { | |||
"aliases": [ | |||
"full_name" | |||
], | |||
"label": "Full Name", | |||
"description": "The nation's full, formal name.", | |||
"example": "Republic of India", | |||
"type": "string" | |||
}, | |||
"capital": { | |||
"aliases": [ | |||
"capital" | |||
], | |||
"label": "Capital", | |||
"description": "Name of the capital city or capital district- where the seat of government is located.", | |||
"type": "string" | |||
}, | |||
"official_languages": { | |||
"aliases": [ | |||
"official_languages" | |||
], | |||
"label": "Official Languages", | |||
"type": "string" | |||
}, | |||
"government": { | |||
"aliases": [ | |||
"government" | |||
], | |||
"label": "Government", | |||
"description": "Governmental classifcation", | |||
"example": "parliamentary republic", | |||
"type": "string" | |||
}, | |||
"head_of_state": { | |||
"aliases": [ | |||
"head_of_state" | |||
], | |||
"label": "Head of State", | |||
"description": "The leader(s) of the nation.", | |||
"type": "string" | |||
}, | |||
"formation": { | |||
"aliases": [ | |||
"formation" | |||
], | |||
"label": "Formation", | |||
"description": "Date of the nation's founding.", | |||
"type": "date" | |||
}, | |||
"population": { | |||
"aliases": [ | |||
"population" | |||
], | |||
"label": "Population", | |||
"description": "Refer to the spreadsheet.", | |||
"type": "string" | |||
}, | |||
"demonym": { | |||
"aliases": [ | |||
"demonym" | |||
], | |||
"label": "Demonym", | |||
"description": "What are people from this nation called?", | |||
"example": "Wiltshirian", | |||
"type": "string" | |||
}, | |||
"ethnic_groups": { | |||
"aliases": [ | |||
"ethnic_groups" | |||
], | |||
"label": "Ethnic groups", | |||
"description": "Ethnic groups by percentage", | |||
"example": "60% Apples, 38% Oranges, 2% Milk", | |||
"type": "string" | |||
} | } | ||
}, | }, | ||
Line 117: | Line 193: | ||
"caption2", | "caption2", | ||
"image3", | "image3", | ||
"caption3" | "caption3", | ||
"full_name", | |||
"capital", | |||
"official_languages", | |||
"government", | |||
"head_of_state", | |||
"formation", | |||
"population", | |||
"demonym", | |||
"ethnic_groups" | |||
] | ] | ||
} | } | ||
</templatedata></noinclude> | </templatedata></noinclude> |
Latest revision as of 15:40, 23 July 2023
Example usage:
{{Nation infobox |title1=Example |image1= Flag |caption1= flag desc |image2 = Map |caption2 = Map Desc. and Legend |capital=Example |official_languages=Example |government=Example |head_of_state=Example |formation=Example |population=Example }}
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Nation's Name | title1 title1 | Can be the full name or the most commonly used name.
| String | optional |
Flag | image1 image1 | The nation's flag. | File | optional |
Flag Caption | caption1 caption1 | no description | String | optional |
Map | image2 image2 | Map of the region that the nation is in, with the nation itself clearly highlighted. | File | optional |
Map Caption | caption2 caption2 | no description | Unknown | optional |
image3 | image3 image3 | no description | Unknown | optional |
caption3 | caption3 caption3 | no description | Unknown | optional |
Full Name | full_name full_name | The nation's full, formal name.
| String | optional |
Capital | capital capital | Name of the capital city or capital district- where the seat of government is located. | String | optional |
Official Languages | official_languages official_languages | no description | String | optional |
Government | government government | Governmental classifcation
| String | optional |
Head of State | head_of_state head_of_state | The leader(s) of the nation. | String | optional |
Formation | formation formation | Date of the nation's founding. | Date | optional |
Population | population population | Refer to the spreadsheet. | String | optional |
Demonym | demonym demonym | What are people from this nation called?
| String | optional |
Ethnic groups | ethnic_groups ethnic_groups | Ethnic groups by percentage
| String | optional |