Template:PlayerCharacter: Difference between revisions
From Ghosts of the Golden Gate
Sanfrancisco (talk | contribs) No edit summary |
Sanfrancisco (talk | contribs) No edit summary |
||
Line 9: | Line 9: | ||
{ | { | ||
"params": { | "params": { | ||
"imagename": {}, | "imagename": { | ||
"imagecaption": {}, | "label": "Image File Name", | ||
"bio": {}, | "type": "wiki-file-name", | ||
"highconcept": {} | "suggested": true | ||
}, | |||
"imagecaption": { | |||
"label": "Image Caption", | |||
"type": "string" | |||
}, | |||
"bio": { | |||
"label": "Biography", | |||
"type": "string" | |||
}, | |||
"highconcept": { | |||
"label": "High Concept", | |||
"type": "string", | |||
"required": true | |||
} | |||
}, | }, | ||
"description": "Template to use for PCs and NPCs", | "description": "Template to use for PCs and NPCs", |
Revision as of 13:59, 22 June 2023
[[File:{{{imagename}}}|thumb|right|{{{imagecaption}}}]]
High Concept
{{{highconcept}}}
Biography
{{{bio}}}
Template to use for PCs and NPCs
Parameter | Description | Type | Status | |
---|---|---|---|---|
High Concept | highconcept | no description | String | required |
Image File Name | imagename | no description | File | suggested |
Image Caption | imagecaption | no description | String | optional |
Biography | bio | no description | String | optional |