Template:Character infobox
Template page
More actions
Character infobox
Bu, karakterler için bir bilgi kutusu şablonudur.
<templatedata> {
"description": "Creates a standard information box for characters.", "format": "block", "params": { "name": { "label": "Character Name", "description": "The full name of the character.", "type": "string", "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": "string" }, "affiliation": { "label": "Affiliation", "description": "Groups or factions the character belongs to.", "type": "string" }, "title": { "label": "Title", "description": "The character's title (e.g., King of Gondor).", "type": "string" } }
} </templatedata>