Jump to content

Template:CharacterInfobox: Difference between revisions

From CHORDIOID Wiki
"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.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Character nametitle1

The character's name.

Default
{{PAGENAME}}
Contentoptional
Imageimage

An image of the character, like a talksprite.

Fileoptional
Pronounspronouns

The character's pronouns.

Example
they/them
Contentoptional
Aspectaspect

The character's aspect. This should be a link.

Example
[[Keys]]
Contentoptional