Template:CharacterInfobox: Difference between revisions
"Header" → "About", remove unused field |
add templatedata |
||
| Line 12: | Line 12: | ||
</data> | </data> | ||
</infobox> | </infobox> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"title1": { | |||
"label": "Character name", | |||
"type": "string", | |||
"default": "{{PAGENAME}}" | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"type": "wiki-file-name" | |||
}, | |||
"pronouns": { | |||
"label": "Pronouns", | |||
"example": "they/them" | |||
}, | |||
"aspect": { | |||
"label": "Aspect", | |||
"example": "[[Keys]]" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"title1", | |||
"image", | |||
"pronouns", | |||
"aspect" | |||
] | |||
} | |||
</templatedata> | |||
</noinclude> | |||