Template:CharacterInfobox: Difference between revisions

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>