Template:Infobox character: Difference between revisions
From feywild
No edit summary |
No edit summary |
||
| Line 55: | Line 55: | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> | ||
<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", | |||
"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" | |||
} | |||
} | |||
} | |||
</templatedata> | |||
Revision as of 12:46, 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 =
}}
Infobox for character profiles, showing key biographical and narrative details.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | Full name of the character | String | required |
| Image | image | Filename of the character's image | String | optional |
| Caption | caption | Short caption under the image | String | optional |
| Aliases | aliases | Other names or titles the character is known by | String | optional |
| Loyalties / Faction | loyalties | Groups, nations, or causes the character is affiliated with | String | optional |
| Title / Rank | title | Formal title or rank held by the character | String | optional |
| Role | role | Narrative or functional role of the character | String | optional |
| Birth Place | birthplace | Place of birth | String | optional |
| Birth Date | birthdate | Date of birth | String | optional |
| Status | status | Current status (alive, missing, deceased, etc.) | String | optional |
| Species | species | Biological or mythological classification | String | optional |
| Gender | gender | Gender identity | String | optional |
| Orientation | orientation | Sexual or romantic orientation | String | optional |
| Partner(s) | partners | Known romantic or marital partners | String | optional |
| Education | education | Training, schooling, or formative experience | String | optional |