Template:Infobox Character: Difference between revisions
Jump to navigation
Jump to search
Tag: Reverted |
m Protected "Template:Infobox Character" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
||
| (3 intermediate revisions by one other user not shown) | |||
| Line 20: | Line 20: | ||
! Age | ! Age | ||
| {{{age|Unknown}}} | | {{{age|Unknown}}} | ||
|- | |||
! Nation | |||
| {{{Nation|Unknown}}} | |||
|- | |||
! Status | |||
| {{{status|Unknown}}} | |||
|- | |- | ||
! Player | ! Player | ||
| Line 47: | Line 53: | ||
| gender = | | gender = | ||
| ethnicity = | | ethnicity = | ||
| titles = | | titles = | ||
| age = | | age = | ||
| status = | |||
| player = | | player = | ||
}} | }} | ||
| Line 66: | Line 72: | ||
| titles = Pog | | titles = Pog | ||
| age = 9 | | age = 9 | ||
| Nation = fuck | |||
| status = Alive | |||
| player = Xqill | | player = Xqill | ||
}} | }} | ||
| Line 91: | Line 99: | ||
|- | |- | ||
| age || Character age || 34 | | age || Character age || 34 | ||
|- | |||
| Nation || Link to the Nation they are a part of or None || None | |||
|- | |||
| status || Whether the character is alive, deceased, missing, etc. || Alive | |||
|- | |- | ||
| player || Player controlling the character || John | | player || Player controlling the character || John | ||
| Line 149: | Line 161: | ||
"label": "Age", | "label": "Age", | ||
"description": "Character's age.", | "description": "Character's age.", | ||
"type": "string", | |||
"default": "Unknown" | |||
}, | |||
"Nation": { | |||
"label": "Nation", | |||
"description": "Link to the Nation they are a part of or None", | |||
"type": "string", | |||
"default": "None" | |||
}, | |||
"status": { | |||
"label": "Status", | |||
"description": "Whether the character is alive, deceased, missing, etc.", | |||
"type": "string", | "type": "string", | ||
"default": "Unknown" | "default": "Unknown" | ||
| Line 170: | Line 194: | ||
"titles", | "titles", | ||
"age", | "age", | ||
"Nation", | |||
"status", | |||
"player" | "player" | ||
] | ] | ||
Latest revision as of 18:05, 25 July 2026
Infobox Character
This template displays information about a character.
The appearance of the infobox can be customised using the color and textcolor parameters.
Usage
Copy and paste:
{{Infobox Character
| title =
| image =
| color =
| textcolor =
| religion =
| gender =
| ethnicity =
| titles =
| age =
| status =
| player =
}}
Example
| Religion | The Old Faith |
|---|---|
| Gender | Female |
| Ethnicity | Human |
| Title(s) | Pog |
| Age | 9 |
| Nation | fuck |
| Status | Alive |
| Player | Xqill |
Parameters
| Parameter | Description | Example |
|---|---|---|
| title | Character name displayed at the top | Arlen Voss |
| image | Character image filename | Arlen.png |
| color | Header and border colour | #8B0000 |
| textcolor | Header text colour | white |
| religion | Character's religion | The Old Faith |
| gender | Character's gender | Male |
| ethnicity | Character's species/ethnicity | Human |
| titles | Character titles or ranks | Knight Commander |
| age | Character age | 34 |
| Nation | Link to the Nation they are a part of or None | None |
| status | Whether the character is alive, deceased, missing, etc. | Alive |
| player | Player controlling the character | John |
TemplateData
An infobox for character information.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Title | title | Character name displayed at the top of the infobox. | String | optional |
| Image | image | Character image filename. | File | optional |
| Infobox colour | color | Colour of the header and border.
| String | optional |
| Header text colour | textcolor | Colour of the title text.
| String | optional |
| Religion | religion | Character's religion.
| String | optional |
| Gender | gender | Character's gender.
| String | optional |
| Ethnicity | ethnicity | Character's ethnicity or species.
| String | optional |
| Titles | titles | Character titles, ranks, or roles.
| String | optional |
| Age | age | Character's age.
| String | optional |
| Nation | Nation | Link to the Nation they are a part of or None
| String | optional |
| Status | status | Whether the character is alive, deceased, missing, etc.
| String | optional |
| Player | player | Person controlling the character.
| String | optional |
