Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Character infobox: Difference between revisions

Template page
No edit summary
No edit summary
Line 34: Line 34:
{
{
"params": {
"params": {
"name": { "label": "Name", "type": "line" },
"name": {
"image": { "label": "Image", "type": "wiki-file-name" },
"label": "Name",
"caption": { "label": "Image Caption", "type": "string" },
"type": "line",
"race": { "label": "Race", "type": "line" },
"description": "The character's name."
"affiliation": { "label": "Affiliation", "type": "line" },
},
        "lifespan": { "label": "Lifespan", "type": "line" }
"image": {
"label": "Image",
"type": "wiki-file-name",
"description": "Image file name, e.g. MyCharacter.png"
},
"caption": {
"label": "Image Caption",
"type": "string",
"description": "Text appearing below the image."
},
"race": {
"label": "Race",
"type": "line",
"description": "The character's race."
},
"affiliation": {
"label": "Affiliation",
"type": "line",
"description": "Groups or factions the character belongs to."
},
"lifespan": {
"label": "Lifespan",
"type": "line",
"description": "The character's lifespan."
}
},
},
"description": "Creates an information box for characters.",
"description": "Creates an information box for characters.",

Revision as of 20:45, 12 June 2025

Character infobox
General Information


Template:Documentation <templatedata> { "params": { "name": { "label": "Name", "type": "line", "description": "The character's name." }, "image": { "label": "Image", "type": "wiki-file-name", "description": "Image file name, e.g. MyCharacter.png" }, "caption": { "label": "Image Caption", "type": "string", "description": "Text appearing below the image." }, "race": { "label": "Race", "type": "line", "description": "The character's race." }, "affiliation": { "label": "Affiliation", "type": "line", "description": "Groups or factions the character belongs to." }, "lifespan": { "label": "Lifespan", "type": "line", "description": "The character's lifespan." } }, "description": "Creates an information box for characters.", "format": "block" } </templatedata>