Template:Infobox Character: Difference between revisions
No edit summary |
No edit summary |
||
| Line 94: | Line 94: | ||
"params": { | "params": { | ||
"Colour": { "label": "Banner Background Colour", "description": "Hex code for the top header background (e.g. #6E473B).", "type": "string", "suggested": true }, | "Colour": { "label": "Banner Background Colour", "description": "Hex code for the top header background (e.g. #6E473B).", "type": "string", "suggested": true }, | ||
"TextColour": { "label": "Banner Text Colour", "description": "Colour code for the title text (e.g. #ffffff | "TextColour": { "label": "Banner Text Colour", "description": "Colour code for the title text (e.g. #ffffff).", "type": "string", "suggested": true }, | ||
"BorderColour": { "label": "Banner Underline Colour", "description": "Hex code for the thick accent bar | "BorderColour": { "label": "Banner Underline Colour", "description": "Hex code for the thick accent bar below the header.", "type": "string", "suggested": true }, | ||
"LabelColour": { "label": "Label Background Colour", "description": "Hex code for the background tint on | "LabelColour": { "label": "Label Background Colour", "description": "Hex code for the background tint on left-hand labels.", "type": "string", "suggested": true }, | ||
"Name": { "label": "Character Name", "type": "string", "suggested": true }, | "Name": { "label": "Character Name", "description": "Display name at the top. Defaults to the page title.", "type": "string", "suggested": true }, | ||
"Image": { "label": "Image File Name", "type": "wiki-file-name", "default": "Image.png", "suggested": true }, | "Image": { "label": "Image File Name", "description": "Filename of the character portrait (e.g. Character.png).", "type": "wiki-file-name", "default": "Image.png", "suggested": true }, | ||
"Titles": { "label": "Titles / Ranks", "type": "string", "suggested": true }, | "Titles": { "label": "Titles / Ranks", "description": "Character's honorifics or titles. Hides if blank.", "type": "string", "suggested": true }, | ||
"Race": { "label": "Race", "type": "string", "suggested": true }, | "Race": { "label": "Race", "description": "Biological race of the character. Hides if blank.", "type": "string", "suggested": true }, | ||
"Ethnicity": { "label": "Ethnicity / Heritage", "type": "string", "suggested": true }, | "Ethnicity": { "label": "Ethnicity / Heritage", "description": "Cultural or ethnic background. Hides if blank.", "type": "string", "suggested": true }, | ||
"Gender": { "label": "Gender", "type": "string", "suggested": true }, | "Gender": { "label": "Gender", "description": "Character's gender identity. Hides if blank.", "type": "string", "suggested": true }, | ||
"BirthMonth": { | "BirthMonth": { | ||
"label": "Birth Month", | "label": "Birth Month", | ||
"description": "Select | "description": "The birth month used for age calculation. Select from suggested list.", | ||
"type": "string", | "type": "string", | ||
"suggested": true, | "suggested": true, | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
"January", | "January", "January--February", "February--March", "March--April", "April--May", "May--June", "June--July", "July--August", "August--September", "September--October", "October", "October--November", "November--December", "Late December" | ||
] | ] | ||
}, | }, | ||
"BirthYear": { "label": "Birth Year", "description": " | "BirthYear": { "label": "Birth Year", "description": "The year of birth (negative for Era Vetus, positive for Era Nova).", "type": "number", "suggested": true }, | ||
"Nationality": { "label": "Nationality", "type": "string", "suggested": true }, | "Nationality": { "label": "Nationality", "description": "Current country or region of allegiance. Hides if blank.", "type": "string", "suggested": true }, | ||
"Nation": { "label": "Nation Link", "type": "string", "suggested": true }, | "Nation": { "label": "Nation Link", "description": "Internal link to the nation page. Hides if blank.", "type": "string", "suggested": true }, | ||
"Occupation": { "label": "Occupation", "type": "string", "suggested": true }, | "Occupation": { "label": "Occupation", "description": "The character's job or primary role. Hides if blank.", "type": "string", "suggested": true }, | ||
"Religion": { "label": "Religion", "type": "string", "suggested": true }, | "Religion": { "label": "Religion", "description": "Character's religious affiliation. Hides if blank.", "type": "string", "suggested": true }, | ||
"Languages": { "label": "Languages Spoken", "type": "string", "suggested": true }, | "Languages": { "label": "Languages Spoken", "description": "Languages the character is fluent in. Hides if blank.", "type": "string", "suggested": true }, | ||
"Player": { "label": "Minecraft Username", "type": "string", "suggested": true }, | "Player": { "label": "Minecraft Username", "description": "The player behind the character. Hides if blank.", "type": "string", "suggested": true }, | ||
"Status": { | "Status": { | ||
"label": "Status", | "label": "Status", | ||
"description": "Current status | "description": "Current status. Auto-colors (Alive, Deceased, Missing, etc). Defaults to Alive.", | ||
"type": "string", | "type": "string", | ||
"default": "Alive", | "default": "Alive", | ||
"suggested": true, | "suggested": true, | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
"Alive", | "Alive", "Deceased", "Dead", "Missing", "Unknown", "Imprisoned", "Captured", "Retired", "Undead", "Archived" | ||
] | ] | ||
} | } | ||
Revision as of 12:16, 22 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). | String | suggested |
| Banner Underline Colour | BorderColour | Hex code for the thick accent bar below the header. | String | suggested |
| Label Background Colour | LabelColour | Hex code for the background tint on left-hand labels. | String | suggested |
| Character Name | Name | Display name at the top. Defaults to the page title. | String | suggested |
| Image File Name | Image | Filename of the character portrait (e.g. Character.png).
| File | suggested |
| Titles / Ranks | Titles | Character's honorifics or titles. Hides if blank. | String | suggested |
| Race | Race | Biological race of the character. Hides if blank. | String | suggested |
| Ethnicity / Heritage | Ethnicity | Cultural or ethnic background. Hides if blank. | String | suggested |
| Gender | Gender | Character's gender identity. Hides if blank. | String | suggested |
| Birth Month | BirthMonth | The birth month used for age calculation. Select from suggested list.
| String | suggested |
| Birth Year | BirthYear | The year of birth (negative for Era Vetus, positive for Era Nova). | Number | suggested |
| Nationality | Nationality | Current country or region of allegiance. Hides if blank. | String | suggested |
| Nation Link | Nation | Internal link to the nation page. Hides if blank. | String | suggested |
| Occupation | Occupation | The character's job or primary role. Hides if blank. | String | suggested |
| Religion | Religion | Character's religious affiliation. Hides if blank. | String | suggested |
| Languages Spoken | Languages | Languages the character is fluent in. Hides if blank. | String | suggested |
| Minecraft Username | Player | The player behind the character. Hides if blank. | String | suggested |
| Status | Status | Current status. Auto-colors (Alive, Deceased, Missing, etc). Defaults to Alive.
| String | suggested |