More actions
No edit summary |
No edit summary |
||
Line 94: | Line 94: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "Break out Box for City Pages", | |||
"params": { | |||
"flag": { | |||
"label": "City Flag", | |||
"suggested": true, | |||
"description": "The flag for the city", | |||
"type": "wiki-file-name" | |||
}, | |||
"image": { | |||
"label": "Screenshot of the City", | |||
"suggested": true, | |||
"description": "A screenshot of the city", | |||
"type": "wiki-file-name" | |||
}, | |||
"mapurl": { | |||
"label": "Link to Dynmap", | |||
"description": "A link to the Dynamic Map", | |||
"type": "url" | |||
}, | |||
"abbr": { | |||
"label": "Abbreviation", | |||
"suggested": true, | |||
"description": "Abbreviation for the City", | |||
"type": "line" | |||
}, | |||
"demonym": { | |||
"label": "Demonym", | |||
"suggested": true, | |||
"description": "What's the name for the inhabitants of the city?", | |||
"type": "line" | |||
}, | |||
"founded": { | |||
"label": "Founding Date", | |||
"suggested": true, | |||
"description": "When was the City Founded?", | |||
"type": "date" | |||
}, | |||
"founder": { | |||
"label": "Founder", | |||
"suggested": true, | |||
"description": "Who founded the city?", | |||
"type": "line" | |||
}, | |||
"owner": { | |||
"label": "Owner", | |||
"suggested": true, | |||
"required": true, | |||
"description": "Who owns the city?", | |||
"type": "line" | |||
}, | |||
"mayor": { | |||
"label": "Mayor", | |||
"suggested": true, | |||
"description": "Who manages the city?", | |||
"type": "line" | |||
}, | |||
"tier": { | |||
"label": "City Tier Number", | |||
"suggested": true, | |||
"description": "What tier is the city?", | |||
"type": "number" | |||
} | |||
} | |||
} | } | ||
</templatedata> | </templatedata> |
Revision as of 03:37, 25 August 2024
CityBob
Break out Box for City Pages
Parameter | Description | Type | Status | |
---|---|---|---|---|
City Flag | flag | The flag for the city | File | suggested |
Screenshot of the City | image | A screenshot of the city | File | suggested |
Link to Dynmap | mapurl | A link to the Dynamic Map | URL | optional |
Abbreviation | abbr | Abbreviation for the City | Line | suggested |
Demonym | demonym | What's the name for the inhabitants of the city? | Line | suggested |
Founding Date | founded | When was the City Founded? | Date | suggested |
Founder | founder | Who founded the city? | Line | suggested |
Owner | owner | Who owns the city? | Line | required |
Mayor | mayor | Who manages the city? | Line | suggested |
City Tier Number | tier | What tier is the city? | Number | suggested |