455
edits
The PCB wiki has now been archived and is read-only. |
TheOctopus (talk | contribs) m (Additional template fixes) |
TheOctopus (talk | contribs) (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 | |||
}, | }, | ||
"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> |