Difference between revisions of "Template:Infobox Town"

Jump to navigation Jump to search
Added descriptions
m (Additional template fixes)
(Added descriptions)
Line 16: Line 16:
{
{
"params": {
"params": {
"name": {},
"name": {
"type": "string",
"required": true
},
"screenshot": {
"screenshot": {
"description": "The filename WITHOUT the file prefix",
"description": "The filename WITHOUT the file prefix",
"example": "Town Hall.png",
"example": "Town Hall.png",
"type": "wiki-file-name"
"type": "wiki-file-name",
"suggested": true
},
"screenshot_alt": {
"default": "Description of the image",
"suggested": true
},
},
"screenshot_alt": {},
"caption": {},
"caption": {},
"founder": {},
"founder": {
"map": {},
"description": "The player(s) who founded the town",
"warp": {},
"suggested": true
"theme": {}
},
}
"map": {
"description": "The map this town is/was on, it should be linked",
"required": true
},
"warp": {
"description": "The name of the town's warp"
},
"theme": {
"description": "The theme of the town, if it has one",
"example": "Modern"
}
},
"description": "Infobox for a town or city"
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Navigation menu