Template:Continent: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<templatestyles src="MinorNation/styles.css" /> <includeonly>{{Infobox/begin}} {{Infobox/Header|title={{#if:{{{name|}}}|{{{name|}}}|{{PAGENAME}}}}}} {{Infobox/Illustration|file={{#if:{{{map|}}}|[[File:{{{map}}}]]|}}|caption={{{mapdesc|}}}}} {{Infobox/Item|key=Area|value={{#if:{{{area|}}}|{{{area}}} km²|}}}} {{Infobox/Item|key=Denonym|value={{{denonym|}}}}} {{Infobox/Item|key=Nations|value={{{nations|}}}}} {{Infobox/Item|key=Time zones|value={{{timezones|}}}}} {{Infobo...") |
mNo edit summary |
||
Line 8: | Line 8: | ||
{{Infobox/Item|key=Denonym|value={{{denonym|}}}}} |
{{Infobox/Item|key=Denonym|value={{{denonym|}}}}} |
||
{{Infobox/Item|key=Nations|value={{{nations|}}}}} |
{{Infobox/Item|key=Nations|value={{{nations|}}}}} |
||
− | {{Infobox/Item|key=Time |
+ | {{Infobox/Vertical Item|key=Time Zones|value={{#if:{{{tz_east|}}}|{{#if:{{{tz_west|}}}|{{{tz_west}}} to {{{tz_east}}}}}}}}} |
{{Infobox/SectionHeader|section=Demography}} |
{{Infobox/SectionHeader|section=Demography}} |
||
{{Infobox/Item|key=Population|value={{{population|}}}}} |
{{Infobox/Item|key=Population|value={{{population|}}}}} |
||
+ | {{Infobox/Item|key=Largest Cities|value={{{cities|}}}}} |
||
{{Infobox/Item|key=Languages|value={{{languages|}}}}} |
{{Infobox/Item|key=Languages|value={{{languages|}}}}} |
||
{{Infobox/end}} |
{{Infobox/end}} |
||
Line 25: | Line 26: | ||
|denonym = [word used in reference to populace] |
|denonym = [word used in reference to populace] |
||
|nations = [nations] |
|nations = [nations] |
||
+ | |tz_west = [westernmost timezone]|tz_east = [easternmost timezone] |
||
− | |timezones = [timezones] |
||
|population = [population] |
|population = [population] |
||
+ | |cities = [largest urban areas] |
||
|languages = [languages] |
|languages = [languages] |
||
}} |
}} |
||
Line 68: | Line 70: | ||
"description": "Number of nations occupying the continent", |
"description": "Number of nations occupying the continent", |
||
"type": "number", |
"type": "number", |
||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
− | "description": "List of the time zones the continent spans", |
||
⚫ | |||
"required": true |
"required": true |
||
}, |
}, |
||
Line 87: | Line 83: | ||
"type": "string", |
"type": "string", |
||
"required": true |
"required": true |
||
⚫ | |||
⚫ | |||
+ | "label": "Easternmost Timezone", |
||
⚫ | |||
+ | }, |
||
+ | "tz_west": { |
||
+ | "label": "Westernmost Timezone", |
||
+ | "type": "string" |
||
+ | }, |
||
+ | "cities": { |
||
⚫ | |||
+ | "type": "wiki-page-name", |
||
⚫ | |||
} |
} |
||
}, |
}, |
||
Line 98: | Line 107: | ||
"denonym", |
"denonym", |
||
"nations", |
"nations", |
||
− | "timezones", |
||
"population", |
"population", |
||
− | "languages" |
+ | "languages", |
+ | "tz_east", |
||
+ | "tz_west", |
||
+ | "cities" |
||
] |
] |
||
} |
} |
Latest revision as of 19:08, 11 February 2023
Continent
|
|||||
---|---|---|---|---|---|
Demography |
Infobox for Continents
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | no description
| String | required |
Map | map | A map of the continent with its main features | File | required |
Map description | mapdesc | An optional commentary about the map | String | suggested |
Area | area | The area of all lands considered part of the continent | Number | optional |
Denonym | denonym | The qualificative/s used to refer to inhabitants of the continent | String | optional |
Nations | nations | Number of nations occupying the continent | Number | required |
Population | population | The current population figure | Number | required |
Languages | languages | List of the languages spoken on the continent | String | required |
Easternmost Timezone | tz_east | no description | String | optional |
Westernmost Timezone | tz_west | no description | String | optional |
Cities List | cities | no description | Page name | suggested |