455
edits
The PCB wiki has now been archived and is read-only. |
TheOctopus (talk | contribs) (Made caption suggested) |
|||
(7 intermediate revisions by 2 users not shown) | |||
Line 11: | Line 11: | ||
| label6 = Theme | | label6 = Theme | ||
| data6 = {{{Theme|{{{theme|}}}}}} | | data6 = {{{Theme|{{{theme|}}}}}} | ||
}}<noinclude> | }}<noinclude> | ||
{{Documentation}} | {{Documentation}} | ||
<templatedata> | |||
{ | |||
"params": { | |||
"name": { | |||
"type": "string", | |||
"required": true | |||
}, | |||
"screenshot": { | |||
"description": "The filename WITHOUT the file prefix", | |||
"example": "Town Hall.png", | |||
"type": "wiki-file-name", | |||
"suggested": true | |||
}, | |||
"screenshot_alt": { | |||
"default": "Description of the image", | |||
"suggested": true | |||
}, | |||
"caption": { | |||
"default": "The caption for the image", | |||
"suggested": true | |||
}, | |||
"founder": { | |||
"description": "The player(s) who founded the town", | |||
"suggested": true | |||
}, | |||
"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> | |||
</noinclude> |