Template:Infobox character: Difference between revisions

From KB Lexicon
No edit summary
No edit summary
Line 98: Line 98:
</pre>
</pre>
</noinclude>
</noinclude>
<templatedata>
{
  "description": "Reusable character infobox.",
  "params": {
    "name": {"label":"Name","type":"string","suggested":true},
    "image": {"label":"Image filename","type":"wiki-file-name"},
    "image_alt": {"label":"Image alt text","type":"string"},
    "quote": {"label":"Short quote","type":"string"},
    "nicknames": {"label":"Nicknames","type":"string"},
    "born": {"label":"Born","type":"string"},
    "died": {"label":"Died","type":"string"},
    "family": {"label":"Family","type":"string"},
    "bloodtype": {"label":"Bloodtype","type":"string"},
    "gender": {"label":"Gender","type":"string"},
    "house": {"label":"House","type":"string"},
    "affiliation": {"label":"Affiliation","type":"string"},
    "occupation": {"label":"Occupation","type":"string"},
    "wand": {"label":"Wand","type":"string"},
    "patronus": {"label":"Patronus","type":"string"},
    "friends": {"label":"Friends","type":"string"},
    "relationships": {"label":"Relationships","type":"string"},
    "graduation year": {"label":"Graduation Year","type":"string"},
    "status": {"label":"Status","type":"string"}
  },
  "paramOrder": [
    "name","image","image_alt","caption","quote",
    "nicknames","born","died","family","bloodtype","gender","house",
    "affiliation","occupation","wand","patronus","friends",
    "relationships","graduation year","status"
  ]
}
</templatedata>

Revision as of 12:44, 8 September 2025

Infobox character

{{#if:|

[[File:{{{image}}}|frameless|260px|center|alt=]] - -

class="infobox-label"

-

class="infobox-label"

-

class="infobox-label"

-

class="infobox-label"

-

class="infobox-label"

-

class="infobox-label"

-

class="infobox-label"

-

class="infobox-label"

-

class="infobox-label"

-

class="infobox-label"

-

class="infobox-label"

-

class="infobox-label"

-

class="infobox-label"

-

class="infobox-label"

-

class="infobox-label"

This is a simple infobox. To use:

{{Infobox character
| name  = Example Name
| image = Example.jpg
}}