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

Template page
Revision as of 20:11, 12 June 2025 by Admin (talk | contribs)
Character infobox
General Information


Template:Documentation <templatedata> {

   "params": {
       "name": { "label": "Name", "description": "The full name of the character or race.", "type": "line" },
       "image": { "label": "Image", "description": "Filename of an image, e.g., Character.jpg.", "type": "wiki-file-name" },
       "caption": { "label": "Image Caption", "description": "A brief description to display under the image.", "type": "string" },
       "race": { "label": "Race", "description": "The character's race.", "type": "line" },
       "affiliation": { "label": "Affiliation", "description": "Groups or factions.", "type": "line" },
       "weapon": { "label": "Weapon", "description": "Primary weapon of the character.", "type": "line" }
   },
   "description": "Creates a standard information box for characters or races.",
   "format": "block"

} </templatedata>