Template:CityBox: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 23: | Line 23: | ||
</table> | </table> | ||
</div> | </div> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"description": "An infobox for cities and settlements, displaying governance, organizations, temples, and merchant houses.", | |||
"format": "block", | |||
"params": { | |||
"title": { | |||
"label": "Title", | |||
"description": "The name of the city. Defaults to the current page title if omitted.", | |||
"type": "string", | |||
"default": "{{PAGENAME}}", | |||
"suggested": true | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"description": "The filename of an image (e.g., CapitalCity.jpg). Do not include the 'File:' prefix.", | |||
"type": "wiki-file-name", | |||
"suggested": true | |||
}, | |||
"Government": { | |||
"label": "Government", | |||
"description": "Details about the city's ruling body, leader, or system of governance.", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"Other Organisations": { | |||
"label": "Organizations", | |||
"description": "Major factions, guilds, or groups active in the city.", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"Temples": { | |||
"label": "Temples", | |||
"description": "Notable temples, shrines, or religious institutions located in the city.", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"Merchant Houses": { | |||
"label": "Merchant Houses", | |||
"description": "Notable trading families, merchant houses, or commercial guilds.", | |||
"type": "content", | |||
"suggested": true | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Revision as of 16:09, 16 July 2026
CityBox
An infobox for cities and settlements, displaying governance, organizations, temples, and merchant houses.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Title | title | The name of the city. Defaults to the current page title if omitted.
| String | suggested |
| Image | image | The filename of an image (e.g., CapitalCity.jpg). Do not include the 'File:' prefix. | File | suggested |
| Government | Government | Details about the city's ruling body, leader, or system of governance. | Content | suggested |
| Organizations | Other Organisations | Major factions, guilds, or groups active in the city. | Content | suggested |
| Temples | Temples | Notable temples, shrines, or religious institutions located in the city. | Content | suggested |
| Merchant Houses | Merchant Houses | Notable trading families, merchant houses, or commercial guilds. | Content | suggested |