4,595
edits
No edit summary |
No edit summary |
||
Line 59: | Line 59: | ||
{{Collapse top|title=[[Stiles.casa Wiki:TemplateData|TemplateData]] documentation used by [[Stiles.casa Wiki:VisualEditor|VisualEditor]] and other tools}} | {{Collapse top|title=[[Stiles.casa Wiki:TemplateData|TemplateData]] documentation used by [[Stiles.casa Wiki:VisualEditor|VisualEditor]] and other tools}} | ||
{{TemplateData header|noheader=1}} | {{TemplateData header|noheader=1}} | ||
<templatedata> | |||
{ | |||
"format": "{{_\n| __________________ = _\n}}\n", | |||
"params": { | |||
"name": { | |||
"required": false, | |||
"label": "Name", | |||
"type": "string", | |||
"description": "Name of the campaign. If left blank will default to pagename." | |||
}, | |||
"tag": { | |||
"required": false, | |||
"label": "Tag", | |||
"type": "string", | |||
"description": "Tag line for the campaign." | |||
}, | |||
"image": { | |||
"required": false, | |||
"label": "Image", | |||
"type": "wiki-page-name", | |||
"description": "Image representing the campaign." | |||
}, | |||
"caption": { | |||
"required": false, | |||
"label": "Caption", | |||
"type": "string", | |||
"description": "Caption for the image." | |||
}, | |||
"setting": { | |||
"required": true, | |||
"label": "Setting", | |||
"type": "string", | |||
"description": "The setting where the campaign takes place." | |||
}, | |||
"start": { | |||
"required": false, | |||
"label": "Start Date", | |||
"type": "date", | |||
"description": "In-game start date of the campaign, in the MM-DD-YYYY form." | |||
}, | |||
"end": { | |||
"required": false, | |||
"label": "End Date", | |||
"type": "date", | |||
"description": "In-game end date of the campaign, in the MM-DD-YYYY form. If left blank, will use the Current date template to get the current date in the setting." | |||
}, | |||
"status": { | |||
"required": true, | |||
"label": "Status", | |||
"type": "string", | |||
"description": "The status of the campaign; on-going, on-hold, concluded." | |||
}, | |||
"characters": { | |||
"required": false, | |||
"label": "Characters", | |||
"type": "string", | |||
"description": "List of all player characters in the campaign." | |||
}, | |||
"bbeg": { | |||
"required": false, | |||
"label": "BBEG", | |||
"type": "string", | |||
"description": "The BBEG of the campaign, if there was one." | |||
}, | |||
"firstsession": { | |||
"required": false, | |||
"label": "First Session", | |||
"type": "string", | |||
"description": "Title of the first session." | |||
}, | |||
"lastsession": { | |||
"required": false, | |||
"label": "Last Session", | |||
"type": "string", | |||
"description": "Title of the latest/last session." | |||
} | |||
} | |||
} | |||
</templatedata> | |||
{{Collapse bottom}} | {{Collapse bottom}} | ||