Template:CharacterInfobox: Difference between revisions
Appearance
"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> | |||
Latest revision as of 19:15, 12 January 2025
Infobox for a character.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Character name | title1 | The character's name.
| Content | optional |
| Image | image | An image of the character, like a talksprite. | File | optional |
| Pronouns | pronouns | The character's pronouns.
| Content | optional |
| Aspect | aspect | The character's aspect. This should be a link.
| Content | optional |