Template:Infobox Character: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 20: | Line 20: | ||
! Age | ! Age | ||
| {{{age|Unknown}}} | | {{{age|Unknown}}} | ||
|- | |||
! Nation | |||
| {{{Nation|Unknown}}} | |||
|- | |- | ||
! Status | ! Status | ||
| Line 69: | Line 72: | ||
| titles = Pog | | titles = Pog | ||
| age = 9 | | age = 9 | ||
| Nation = fuck | |||
| status = Alive | | status = Alive | ||
| player = Xqill | | player = Xqill | ||
| Line 95: | 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 | | status || Whether the character is alive, deceased, missing, etc. || Alive | ||
| Line 157: | Line 163: | ||
"type": "string", | "type": "string", | ||
"default": "Unknown" | "default": "Unknown" | ||
}, | |||
"Nation": { | |||
"label": "Nation", | |||
"description": "Link to the Nation they are a part of or None", | |||
"type": "string", | |||
"default": "None" | |||
}, | }, | ||
"status": { | "status": { | ||
| Line 182: | Line 194: | ||
"titles", | "titles", | ||
"age", | "age", | ||
"Nation", | |||
"status", | "status", | ||
"player" | "player" | ||
Revision as of 21:04, 24 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 |
