Template:Country (FINAL)
Template page
More actions
Usage
Copy and paste the following to use this template:
{{Country_(FINAL)
| title1 =
| image1 =
| caption-image1 =
| image2 =
| caption-image2 =
| national_anthem =
| capital =
| largest_city =
| national_language =
| religion =
| demonym =
| government =
| total_area =
| population =
| currency =
}}
Example
{{Country_(FINAL)
| title1 = The Enclave
| national_anthem = "The Star Spangled Banner-- Bezorian Mix"
| capital = Bidenkeep, Exegar
| largest_city = Bidenkeep, Exegar
| religion = Mummyism
| government = The Mummy
| population = between 1,000,000 and 100,000,000,000
| currency = Waifurian Dollar
}}
<templatedata> {
"description": "Infobox for countries",
"params": {
"title1": {
"label": "Title",
"description": "Title of the infobox, defaults to page name if left empty",
"type": "string",
"suggested": true
},
"image1": {
"label": "Image 1",
"description": "First image filename e.g. Example.png",
"type": "wiki-file-name",
"suggested": true
},
"caption-image1": {
"label": "Caption for Image 1",
"description": "Caption displayed below the first image",
"type": "string",
"suggested": true
},
"image2": {
"label": "Image 2",
"description": "Second image filename e.g. Example.png",
"type": "wiki-file-name",
"suggested": true
},
"caption-image2": {
"label": "Caption for Image 2",
"description": "Caption displayed below the second image",
"type": "string",
"suggested": true
},
"national_anthem": {
"label": "National Anthem",
"description": "The national anthem of the country",
"type": "string",
"suggested": true
},
"capital": {
"label": "Capital",
"description": "The capital city of the country",
"type": "string",
"suggested": true
},
"largest_city": {
"label": "Largest City",
"description": "The largest city in the country",
"type": "string",
"suggested": true
},
"national_language": {
"label": "National Language",
"description": "The national language(s) of the country",
"type": "string",
"suggested": true
},
"religion": {
"label": "Religion",
"description": "The official or majority religion",
"type": "string",
"suggested": true
},
"demonym": {
"label": "Demonym(s)",
"description": "The demonym for people of this country",
"type": "string",
"suggested": true
},
"government": {
"label": "Government",
"description": "The type or name of government",
"type": "string",
"suggested": true
},
"total_area": {
"label": "Total Area",
"description": "The total area of the country",
"type": "string",
"suggested": true
},
"population": {
"label": "Population",
"description": "The population of the country",
"type": "string",
"suggested": true
},
"currency": {
"label": "Currency",
"description": "The currency used in the country",
"type": "string",
"suggested": true
}
},
"sets": [],
"maps": {}
} </templatedata>