Template:Infobox:Country: Difference between revisions
imported>Xadrezo No edit summary |
imported>Xadrezo mNo edit summary |
||
| Line 83: | Line 83: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "Infobox for countries!", | "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": { | "params": { | ||
"EnglishName": { | "EnglishName": { | ||
| Line 132: | Line 132: | ||
"Population": { | "Population": { | ||
"label": "Population", | "label": "Population", | ||
"description": "The number of total inhabitants.", | |||
"type": "string" | "type": "string" | ||
}, | }, | ||
"Area": { | "Area": { | ||
"label": "Area", | "label": "Area", | ||
"description": "The size of the country in terms of area (preferably metric).", | |||
"type": "string" | "type": "string" | ||
}, | }, | ||
"Demonym": { | "Demonym": { | ||
"label": "Demonym", | "label": "Demonym", | ||
"description": "The name for this country's inhabitants, e.g. 'Spaniard' for Spain.", | |||
"type": "string" | "type": "string" | ||
}, | }, | ||
| Line 196: | Line 199: | ||
"TimeZone": { | "TimeZone": { | ||
"label": "Time zone", | "label": "Time zone", | ||
"description": "The time zones in use in that country, in terms of offset from CST (Costrelo Standard Time).", | "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" | "type": "string" | ||
}, | }, | ||