Template:Infobox character: Difference between revisions

From feywild

No edit summary
No edit summary
Line 64: Line 64:
</includeonly>
</includeonly>
<noinclude>
<noinclude>
This is a character infobox template. Use it by adding:
This is a character infobox template. Use it by adding:
<pre>
<pre>
Line 98: Line 97:
     "image": {
     "image": {
       "label": "Image",
       "label": "Image",
       "description": "Filename of the character's image",
       "description": "Filename of the character's image (e.g. LucienPortrait.jpg)",
       "type": "string"
       "type": "string"
     },
     },
Line 166: Line 165:
       "type": "string"
       "type": "string"
     }
     }
  }
}
</templatedata>
</noinclude>

Revision as of 12:58, 30 October 2025


This is a character infobox template. Use it by adding:

{{Infobox character
| name           = 
| image          = 
| caption        = 
| aliases        = 
| loyalties      = 
| title          = 
| role           = 
| birthplace     = 
| birthdate      = 
| status         = 
| species        = 
| gender         = 
| orientation    = 
| partners       = 
| education      = 
}}

<templatedata> {

 "description": "Infobox for character profiles, showing key biographical and narrative details.",
 "params": {
   "name": {
     "label": "Name",
     "description": "Full name of the character",
     "type": "string",
     "required": true
   },
   "image": {
     "label": "Image",
     "description": "Filename of the character's image (e.g. LucienPortrait.jpg)",
     "type": "string"
   },
   "caption": {
     "label": "Caption",
     "description": "Short caption under the image",
     "type": "string"
   },
   "aliases": {
     "label": "Aliases",
     "description": "Other names or titles the character is known by",
     "type": "string"
   },
   "loyalties": {
     "label": "Loyalties / Faction",
     "description": "Groups, nations, or causes the character is affiliated with",
     "type": "string"
   },
   "title": {
     "label": "Title / Rank",
     "description": "Formal title or rank held by the character",
     "type": "string"
   },
   "role": {
     "label": "Role",
     "description": "Narrative or functional role of the character",
     "type": "string"
   },
   "birthplace": {
     "label": "Birth Place",
     "description": "Place of birth",
     "type": "string"
   },
   "birthdate": {
     "label": "Birth Date",
     "description": "Date of birth",
     "type": "string"
   },
   "status": {
     "label": "Status",
     "description": "Current status (alive, missing, deceased, etc.)",
     "type": "string"
   },
   "species": {
     "label": "Species",
     "description": "Biological or mythological classification",
     "type": "string"
   },
   "gender": {
     "label": "Gender",
     "description": "Gender identity",
     "type": "string"
   },
   "orientation": {
     "label": "Orientation",
     "description": "Sexual or romantic orientation",
     "type": "string"
   },
   "partners": {
     "label": "Partner(s)",
     "description": "Known romantic or marital partners",
     "type": "string"
   },
   "education": {
     "label": "Education",
     "description": "Training, schooling, or formative experience",
     "type": "string"
   }