Template:Infobox character: Difference between revisions
No edit summary |
No edit summary |
||
| Line 101: | Line 101: | ||
"combat_class": { "label": "Combat Class", "description": "Combat archetype (e.g., Rogue, Fighter).", "type": "string" }, | "combat_class": { "label": "Combat Class", "description": "Combat archetype (e.g., Rogue, Fighter).", "type": "string" }, | ||
"specialty": { "label": "Specialty", "description": "Notable skill focus.", "type": "string" }, | "specialty": { "label": "Specialty", "description": "Notable skill focus.", "type": "string" }, | ||
"magic_school": { "label": "Magic School", "description": " | "magic_school": { "label": "Magic School", "description": "Primary magical discipline (e.g., Enchantment).", "type": "string" }, | ||
"affinities": { "label": "Affinities", "description": "Elemental/arcane leanings (comma-separated).", "type": "string" }, | |||
"notable_feats": { "label": "Notable Feats", "description": "Signature spells/feats/acts (semicolon- or comma-separated).", "type": "string" }, | |||
"formal_prep": { "label": "Formal (Prep)", "description": "Preparatory school or equivalent.", "type": "string" }, | |||
"formal_scholastic": { "label": "Formal (Scholastic)", "description": "University or general scholarly education.", "type": "string" }, | |||
"formal_martial": { "label": "Formal (Martial)", "description": "Military or martial academy.", "type": "string" }, | |||
"formal_arcane": { "label": "Formal (Arcane)", "description": "Arcane or magical institution.", "type": "string" }, | |||
"formal_religious": { "label": "Formal (Religious)", "description": "Seminary or religious schooling.", "type": "string" }, | |||
"informal": { "label": "Informal", "description": "Self-taught, apprenticeships, or other non-formal training.", "type": "string" }, | |||
"fluent_in": { "label": "Fluent In", "description": "Languages spoken fluently (comma-separated).", "type": "string" }, | |||
"semi_fluent_in": { "label": "Semi-Fluent In", "description": "Languages spoken conversationally (comma-separated).", "type": "string" }, | |||
"education": { "label": "Education (Legacy)", "description": "Legacy catch-all for education; prefer the specific formal_* and informal fields.", "type": "string" }, | |||
"Known Languages": { "label": "Known Languages (Legacy)", "description": "Legacy catch-all for languages; prefer 'fluent_in' and 'semi_fluent_in'.", "type": "string" } | |||
}, | |||
"paramOrder": [ | |||
"image","caption", | |||
"aliases","nicknames","standard_titles","formal_titles","full_title", | |||
"territory","seat_of_power","residences", | |||
"status","species","Nationality","gender","orientation","loyalties","partners", | |||
"birthplace","birthdate","during","deathdate","age_at_death","death_circumstances", | |||
"title","role","combat_class","specialty", | |||
"magic_school","affinities","notable_feats", | |||
"formal_prep","formal_scholastic","formal_martial","formal_arcane","formal_religious","informal", | |||
"fluent_in","semi_fluent_in", | |||
"education","Known Languages" | |||
] | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Revision as of 13:22, 3 November 2025
This template creates a right-floating infobox for character entries. It displays a portrait and labeled data such as names, titles, loyalties, species, education, and languages. Leave any field blank if it isn’t relevant; unused rows are automatically hidden. Use consistent date formatting and comma-separated lists for multiple values.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Image | image | Filename of the image (omit the 'File:' prefix). | String | optional |
| Caption | caption | Short text shown under the image. | String | optional |
| Aliases | aliases | Alternate names or public monikers. | String | optional |
| Nickname(s) | nicknames | Informal nicknames or epithets. | String | optional |
| Standard Title(s) | standard_titles | Commonly used public or military titles. | String | optional |
| Formal Title(s) | formal_titles | Official or ceremonial titles. | String | optional |
| Full Title | full_title | Complete styled title (long form). | String | optional |
| Territory | territory | Domain or region under control. | String | optional |
| Seat of Power | seat_of_power | Primary residence, capital, or seat of rule. | String | optional |
| Residence(s) | residences | Notable places of dwelling. | String | optional |
| Status | status | Current state (Alive, Deceased, Unknown, etc.). | String | optional |
| Species | species | Race or species. | String | optional |
| Nationality | Nationality | Nationality or ethnicity. | String | optional |
| Gender | gender | Gender identity. | String | optional |
| Orientation | orientation | Sexual or romantic orientation. | String | optional |
| Loyalties | loyalties | Courts, houses, or organizations served. | String | optional |
| Partner(s) | partners | Romantic or bonded partners. | String | optional |
| Birthplace | birthplace | Place of origin or birth. | String | optional |
| Birthdate | birthdate | Date of birth. | String | optional |
| During | during | Age or era during which they were born. | String | optional |
| Deathdate | deathdate | Date of death. | String | optional |
| Age at Death | age_at_death | Age when the character died. | String | optional |
| Death Circumstances | death_circumstances | Details surrounding their death. | String | optional |
| Title | title | General title if other title fields are unused. | String | optional |
| Role | role | Occupation or narrative role. | String | optional |
| Combat Class | combat_class | Combat archetype (e.g., Rogue, Fighter). | String | optional |
| Specialty | specialty | Notable skill focus. | String | optional |
| Magic School | magic_school | Primary magical discipline (e.g., Enchantment). | String | optional |
| Affinities | affinities | Elemental/arcane leanings (comma-separated). | String | optional |
| Notable Feats | notable_feats | Signature spells/feats/acts (semicolon- or comma-separated). | String | optional |
| Formal (Prep) | formal_prep | Preparatory school or equivalent. | String | optional |
| Formal (Scholastic) | formal_scholastic | University or general scholarly education. | String | optional |
| Formal (Martial) | formal_martial | Military or martial academy. | String | optional |
| Formal (Arcane) | formal_arcane | Arcane or magical institution. | String | optional |
| Formal (Religious) | formal_religious | Seminary or religious schooling. | String | optional |
| Informal | informal | Self-taught, apprenticeships, or other non-formal training. | String | optional |
| Fluent In | fluent_in | Languages spoken fluently (comma-separated). | String | optional |
| Semi-Fluent In | semi_fluent_in | Languages spoken conversationally (comma-separated). | String | optional |
| Education (Legacy) | education | Legacy catch-all for education; prefer the specific formal_* and informal fields. | String | optional |
| Known Languages (Legacy) | Known Languages | Legacy catch-all for languages; prefer 'fluent_in' and 'semi_fluent_in'. | String | optional |