(Infobox created with infobox builder.) |
(Add template data, flag and skyline caption params.) |
||
Line 3: | Line 3: | ||
<default>{{PAGENAME}}</default> | <default>{{PAGENAME}}</default> | ||
</title> | </title> | ||
< | <media source="flag"> | ||
< | <caption source="flag_caption"/> | ||
</media> | |||
<media source="skyline"> | |||
<caption source="skyline_caption"/> | |||
</media> | |||
<data source="cognomina"> | <data source="cognomina"> | ||
<label>Cognomina</label> | <label>Cognomina</label> | ||
Line 36: | Line 40: | ||
</data> | </data> | ||
</infobox> | </infobox> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"name": { | |||
"label": "Name", | |||
"description": "The full name of the settlement. Defaults to the page name.", | |||
"type": "string" | |||
}, | |||
"flag": { | |||
"label": "Flag", | |||
"description": "Any flag, coat of arms or other insignia used by the settlement.", | |||
"type": "wiki-file-name", | |||
"suggested": true | |||
}, | |||
"skyline": { | |||
"label": "Skyline", | |||
"description": "A picture of the settlement's skyline.", | |||
"type": "wiki-file-name", | |||
"suggested": true | |||
}, | |||
"cognomina": { | |||
"label": "Cognomina", | |||
"description": "Any other names the settlement is referred to as, including internal and former names and nicknames.", | |||
"type": "content" | |||
}, | |||
"country": { | |||
"label": "Country", | |||
"description": "Where the settlement is located (country or nation)", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"region": { | |||
"label": "Region", | |||
"description": "Where the settlement is located (region, such as province or state)", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"districts": { | |||
"label": "Districts", | |||
"description": "A list of any notable districts in the settlement.", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"population": { | |||
"label": "Population", | |||
"description": "The number of people living in the settlement, and any information as to when the statistic was taken.", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"demonyms": { | |||
"label": "Demonyms", | |||
"description": "Preferred names, nominal or adjectival, for residents of the settlement.", | |||
"example": "Londoner", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"government": { | |||
"label": "Government", | |||
"description": "The structure and any significant members of the regional government.", | |||
"type": "content" | |||
}, | |||
"date_settled": { | |||
"label": "Settled", | |||
"description": "When the settlement was first inhabited.", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"date_incorporated": { | |||
"label": "Incorporated", | |||
"description": "When the settlement was first incorporated with its parent sovereign entity.", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"notes": { | |||
"label": "Notes", | |||
"description": "Anything else you want to say.", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"skyline_caption": { | |||
"label": "Skyline caption", | |||
"description": "If a skyline was provided, any description of its relation to the settlement.", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"flag_caption": { | |||
"label": "Flag caption", | |||
"description": "If a flag was provided, its name or any description of its relation to the settlement.", | |||
"type": "content", | |||
"suggested": true | |||
} | |||
}, | |||
"description": "Allows you to describe a settlement, such as a city or town. The following fields are available to specify. All of them are optional; editors are encouraged to fill them in as per their discretion.", | |||
"paramOrder": [ | |||
"name", | |||
"flag", | |||
"flag_caption", | |||
"skyline", | |||
"skyline_caption", | |||
"cognomina", | |||
"country", | |||
"region", | |||
"districts", | |||
"population", | |||
"demonyms", | |||
"government", | |||
"date_settled", | |||
"date_incorporated", | |||
"notes" | |||
] | |||
} | |||
</templatedata> | |||
</noinclude> |
Latest revision as of 21:26, 25 May 2023
Allows you to describe a settlement, such as a city or town. The following fields are available to specify. All of them are optional; editors are encouraged to fill them in as per their discretion.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | The full name of the settlement. Defaults to the page name. | String | optional |
Flag | flag | Any flag, coat of arms or other insignia used by the settlement. | File | suggested |
Flag caption | flag_caption | If a flag was provided, its name or any description of its relation to the settlement. | Content | suggested |
Skyline | skyline | A picture of the settlement's skyline. | File | suggested |
Skyline caption | skyline_caption | If a skyline was provided, any description of its relation to the settlement. | Content | suggested |
Cognomina | cognomina | Any other names the settlement is referred to as, including internal and former names and nicknames. | Content | optional |
Country | country | Where the settlement is located (country or nation) | Content | suggested |
Region | region | Where the settlement is located (region, such as province or state) | Content | suggested |
Districts | districts | A list of any notable districts in the settlement. | Content | suggested |
Population | population | The number of people living in the settlement, and any information as to when the statistic was taken. | Content | suggested |
Demonyms | demonyms | Preferred names, nominal or adjectival, for residents of the settlement.
| Content | suggested |
Government | government | The structure and any significant members of the regional government. | Content | optional |
Settled | date_settled | When the settlement was first inhabited. | Content | suggested |
Incorporated | date_incorporated | When the settlement was first incorporated with its parent sovereign entity. | Content | suggested |
Notes | notes | Anything else you want to say. | Content | suggested |