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

Template:CharacterInfoBox: Difference between revisions

Template page
No edit summary
No edit summary
Tag: Reverted
Line 2: Line 2:
[[Category:Templates]]
[[Category:Templates]]
[[Category:InfoBoxes]]
[[Category:InfoBoxes]]
<templatedata>
{
  "description": "Character infobox template.",
  "params": {
    "name": {
      "label": "Name",
      "description": "Character's real name",
      "type": "string",
      "required": true
    },
    "image": {
      "label": "Image",
      "description": "Filename of the character image",
      "type": "wiki-file-name"
    },
    "codename": {
      "label": "Codename",
      "type": "string"
    },
    "affiliation": {
      "label": "Affiliation",
      "type": "string"
    },
    "arcana": {
      "label": "Arcana",
      "type": "string"
    },
    "persona": {
      "label": "Persona",
      "type": "string"
    },
    "last_seen": {
      "label": "Last Seen",
      "type": "string"
    },
    "quote": {
      "label": "Memorable Quote",
      "type": "string"
    },
    "universe": {
      "label": "Universe",
      "type": "string"
    }
  }
}
</templatedata>
</noinclude><div class="lt-infobox">
</noinclude><div class="lt-infobox">
<div class="lt-infobox-title">
<div class="lt-infobox-title">

Revision as of 18:29, 22 February 2026

<templatedata> {

 "description": "Character infobox template.",
 "params": {
   "name": {
     "label": "Name",
     "description": "Character's real name",
     "type": "string",
     "required": true
   },
   "image": {
     "label": "Image",
     "description": "Filename of the character image",
     "type": "wiki-file-name"
   },
   "codename": {
     "label": "Codename",
     "type": "string"
   },
   "affiliation": {
     "label": "Affiliation",
     "type": "string"
   },
   "arcana": {
     "label": "Arcana",
     "type": "string"
   },
   "persona": {
     "label": "Persona",
     "type": "string"
   },
   "last_seen": {
     "label": "Last Seen",
     "type": "string"
   },
   "quote": {
     "label": "Memorable Quote",
     "type": "string"
   },
   "universe": {
     "label": "Universe",
     "type": "string"
   }
 }

} </templatedata>

CharacterInfoBox