Template:Infobox Character: Difference between revisions
No edit summary |
No edit summary |
||
| Line 82: | Line 82: | ||
<!-- BOTTOM STATUS ROW --> | <!-- BOTTOM STATUS ROW --> | ||
! style="text-align: left; padding: 0.4em 0.6em; background-color: {{{LabelColour| | ! style="text-align: left; padding: 0.4em 0.6em; background-color: {{{LabelColour|#b0b0b1}}}; border-bottom: 1px solid #1a1a1a;" | Status | ||
| style="padding: 0.4em 0.6em; font-weight: bold; color: #2f855a; border-bottom: 1px solid #1a1a1a;" | {{{Status|Alive}}} | | style="padding: 0.4em 0.6em; font-weight: bold; color: #2f855a; border-bottom: 1px solid #1a1a1a;" | {{{Status|Alive}}} | ||
Revision as of 19:16, 19 August 2026
Infobox Character
This template displays automated information about a character page. It dynamically calculates a character's current age based on the server timeline tracking clock.
Usage
Copy and paste this clean code snippet straight onto character profiles:
{{Infobox Character
| Colour = #6E473B
| TextColour = #ffffff
| BorderColour = #4D3129
| LabelColour = #F5EFEA
| Name =
| Image = Image.png
| Titles =
| Race =
| Ethnicity =
| Gender =
| BirthMonth =
| BirthYear =
| Nationality =
| Nation =
| Occupation =
| Religion =
| Languages =
| Player =
| Status = Alive
}}
TemplateData
Project Aquila's official automated Character Infobox.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Banner Background Colour | Colour | Hex code for the top header background (e.g. #6E473B). | String | suggested |
| Banner Text Colour | TextColour | Colour code for the title text (e.g. #ffffff or white). | String | suggested |
| Banner Underline Colour | BorderColour | Hex code for the thick accent bar directly below the main header. | String | optional |
| Label Background Colour | LabelColour | Hex code for the background tint on the left labels (e.g. #F5EFEA). | String | suggested |
| Character Name | Name | no description | String | suggested |
| Image File Name | Image | no description
| File | optional |
| Titles / Ranks | Titles | no description | String | optional |
| Race | Race | no description | String | suggested |
| Ethnicity / Heritage | Ethnicity | no description | String | optional |
| Gender | Gender | no description | String | optional |
| Birth Month | BirthMonth | Select the in-universe calendar month matching your character's birthday.
| String | suggested |
| Birth Year | BirthYear | Negative integers for Era Vetus (e.g. -19), positive for Era Nova (e.g. 2) | Number | suggested |
| Nationality | Nationality | no description | String | optional |
| Nation Link | Nation | no description | String | optional |
| Occupation | Occupation | no description | String | optional |
| Religion | Religion | no description | String | optional |
| Languages Spoken | Languages | no description | String | optional |
| Minecraft Username | Player | no description | String | suggested |
| Status | Status | no description
| String | suggested |