Template:Character infobox: Difference between revisions
More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<div class="infobox-div"> | <div class="infobox-div"> | ||
<div class="infobox-div-title">{{{name|{{PAGENAME}}}}}</div> | <div class="infobox-div-title">{{{name|{{PAGENAME}}}}}</div> |
Revision as of 21:25, 12 June 2025
<templatedata> { "params": { "name": { "label": "Character Name", "description": "The full name of the character.", "type": "line", "suggested": true }, "image": { "label": "Image", "description": "Image file name from the wiki (e.g., Geralt.png).", "type": "wiki-file-name", "suggested": true }, "caption": { "label": "Image Caption", "description": "Text to display under the image.", "type": "string" }, "race": { "label": "Race", "description": "The character's race (e.g., Human, Elf).", "type": "line" }, "affiliation": { "label": "Affiliation", "description": "Groups or factions the character belongs to.", "type": "line" }, "title": { "label": "Title", "description": "The character's title (e.g., King of Gondor).", "type": "line" } }, "description": "Creates a standard information box for characters.", "format": "block" } </templatedata>