Template:Infobox:Country: Difference between revisions
m test Tag: Reverted |
m Reverted edit by Administrator (talk) to last revision by [[User:imported>Xadrezo|imported>Xadrezo]] Tag: Rollback |
||
| Line 80: | Line 80: | ||
</data> | </data> | ||
</infobox> | </infobox> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"description": "Infobox for countries! Not all of the categories may apply to your country. Feel free to leave out sections that you haven't fleshed out yet.", | |||
"params": { | |||
"EnglishName": { | |||
"label": "English name", | |||
"description": "The official long-form name of the country in English (e.g. 'Hellenic Republic' for Greece).", | |||
"type": "string" | |||
}, | |||
"LocalName": { | |||
"label": "Local name", | |||
"description": "The official long-form name of the country in the country's official language(s) (e.g. 'Ελληνική Δημοκρατία' for Greece).", | |||
"type": "string" | |||
}, | |||
"DependencyType": { | |||
"label": "Dependency type", | |||
"description": "The type of non-independent region (e.g. colony, autonomous area, etc). Leave blank if independent.", | |||
"type": "string" | |||
}, | |||
"Flag": { | |||
"label": "Flag", | |||
"description": "The country's flag.", | |||
"type": "wiki-file-name" | |||
}, | |||
"Coat of Arms/Emblem": { | |||
"label": "Coat of Arms/Emblem", | |||
"description": "The country's coat of arms or emblem.", | |||
"type": "wiki-file-name" | |||
}, | |||
"Borders": { | |||
"label": "Map", | |||
"description": "A map of the country.", | |||
"type": "wiki-file-name" | |||
}, | |||
"PartOf": { | |||
"label": "Part of", | |||
"description": "The name of the country that this place is a part of. Only intended for non-independent regions such as colonies or autonomous areas. Leave blank if independent.", | |||
"type": "string" | |||
}, | |||
"Capital": { | |||
"label": "Capital", | |||
"description": "The name of the capital city", | |||
"type": "string" | |||
}, | |||
"BiggestCity": { | |||
"label": "Biggest city", | |||
"description": "The name of the city with the highest population. Leave blank if it is the capital.", | |||
"type": "string" | |||
}, | |||
"Population": { | |||
"label": "Population", | |||
"description": "The number of total inhabitants.", | |||
"type": "string" | |||
}, | |||
"Area": { | |||
"label": "Area", | |||
"description": "The size of the country in terms of area (preferably metric).", | |||
"type": "string" | |||
}, | |||
"Demonym": { | |||
"label": "Demonym", | |||
"description": "The name for this country's inhabitants, e.g. 'Spaniard' for Spain.", | |||
"type": "string" | |||
}, | |||
"Language": { | |||
"label": "Official language(s)", | |||
"type": "string" | |||
}, | |||
"UnrecLanguage": { | |||
"label": "Unofficial language(s)", | |||
"type": "string" | |||
}, | |||
"Species": { | |||
"label": "Species", | |||
"type": "string" | |||
}, | |||
"Ethnicities": { | |||
"label": "Ethnicities", | |||
"type": "string" | |||
}, | |||
"Religion": { | |||
"label": "Religion(s)", | |||
"type": "string" | |||
}, | |||
"GovernmentType": { | |||
"label": "Government type", | |||
"description": "The type of government of the country. Try to be specific.", | |||
"type": "string" | |||
}, | |||
"HeadOfState": { | |||
"label": "Head of State", | |||
"description": "The title and name of the current head of state, e.g. 'President Joe Biden'.", | |||
"type": "string" | |||
}, | |||
"HeadOfGov": { | |||
"label": "Head of government", | |||
"description": "The title and name of the current head of government, e.g. 'Chancellor Olaf Scholz'. Leave blank if it's the same as the Head of State.", | |||
"type": "string" | |||
}, | |||
"Currency": { | |||
"label": "Currency", | |||
"type": "string" | |||
}, | |||
"GDP": { | |||
"label": "GDP", | |||
"type": "string" | |||
}, | |||
"DMV": { | |||
"label": "Democracy Index value", | |||
"type": "string" | |||
}, | |||
"TrafficDirection": { | |||
"label": "Traffic direction", | |||
"description": "Left-hand or right-hand traffic? Notice that this still applies for car-less countries (think trains).", | |||
"type": "string" | |||
}, | |||
"TimeZone": { | |||
"label": "Time zone", | |||
"description": "The time zones in use in that country, in terms of offset from CST (Costrelo Standard Time). Check out https://xadrezo.neocities.org/bw/boryaworld-clock to see your country's timezone(s).", | |||
"type": "string" | |||
}, | |||
"CallingCode": { | |||
"label": "Calling code", | |||
"description": "The country's telephone number prefix for international calls, e.g. '+1' for the US.", | |||
"type": "string" | |||
}, | |||
"InternetCode": { | |||
"label": "Internet code", | |||
"description": "The country's URL suffix, e.g. '.de' for Germany.", | |||
"type": "string" | |||
}, | |||
"3LetterCode": { | |||
"label": "3-letter code", | |||
"description": "The country's three-letter code, e.g. 'LRM' for Loremesia.", | |||
"type": "string" | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> | |||