Jump to content

Template:CharacterInfobox: Difference between revisions

From CHORDIOID Wiki
Infobox created with infobox builder.
 
improve documentation
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
</title>
</title>
<image source="image"/>
<image source="image"/>
<header>Header</header>
<header>About</header>
<data source="pronouns">
<data source="pronouns">
<label>Pronouns</label>
<label>Pronouns</label>
Line 10: Line 10:
<data source="aspect">
<data source="aspect">
<label>Aspect</label>
<label>Aspect</label>
</data>
<data source="data3">
<label>Label</label>
</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