Template:CharacterInfobox: Difference between revisions
"Header" → "About", remove unused field |
improve documentation |
||
| (One intermediate revision by the same user not shown) | |||
| Line 12: | Line 12: | ||
</data> | </data> | ||
</infobox> | </infobox> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"title1": { | |||
"label": "Character name", | |||
"type": "content", | |||
"default": "{{PAGENAME}}", | |||
"description": "The character's name." | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"type": "wiki-file-name", | |||
"description": "An image of the character, like a talksprite." | |||
}, | |||
"pronouns": { | |||
"label": "Pronouns", | |||
"example": "they/them", | |||
"description": "The character's pronouns.", | |||
"type": "content" | |||
}, | |||
"aspect": { | |||
"label": "Aspect", | |||
"example": "[[Keys]]", | |||
"description": "The character's aspect. This should be a link.", | |||
"type": "content" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"title1", | |||
"image", | |||
"pronouns", | |||
"aspect" | |||
], | |||
"description": "Infobox for a character." | |||
} | |||
</templatedata> | |||
</noinclude> | |||