Template:Infobox Character: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 37: | Line 37: | ||
! style="text-align: left; padding: 0.4em 0.6em; background-color: #F5EFEA; border-bottom: 1px solid #e2e8f0;" | Date of Birth | ! style="text-align: left; padding: 0.4em 0.6em; background-color: #F5EFEA; border-bottom: 1px solid #e2e8f0;" | Date of Birth | ||
| {{#if: {{{BirthYear|}}} | {{#ifexpr: {{{BirthYear}}} < 1 | Era Vetus | Era Nova }}, {{#if: {{{BirthMonth|}}} | {{{BirthMonth}}}, | }} Year {{#ifexpr: {{{BirthYear}}} < 1 | {{#expr: abs({{{BirthYear}}}) }} | {{{BirthYear}}} }} | TBA }} | | {{#if: {{{BirthYear|}}} | {{{BirthYear}}} | {{#ifexpr: {{{BirthYear}}} < 1 | Era Vetus | Era Nova }}, {{#if: {{{BirthMonth|}}} | {{{BirthMonth}}}, | }} Year {{#ifexpr: {{{BirthYear}}} < 1 | {{#expr: abs({{{{BirthYear}}}}) }} | {{{BirthYear}}} }} | TBA }} | ||
|- | |- | ||
! style="text-align: left; padding: 0.4em 0.6em; background-color: #F5EFEA; border-bottom: 1px solid #e2e8f0;" | Nationality | ! style="text-align: left; padding: 0.4em 0.6em; background-color: #F5EFEA; border-bottom: 1px solid #e2e8f0;" | Nationality | ||
| Line 106: | Line 106: | ||
"Ethnicity": { "label": "Ethnicity / Heritage", "type": "string" }, | "Ethnicity": { "label": "Ethnicity / Heritage", "type": "string" }, | ||
"Gender": { "label": "Gender", "type": "string" }, | "Gender": { "label": "Gender", "type": "string" }, | ||
"BirthMonth": { "label": "Birth Month", "description": " | "BirthMonth": { | ||
"label": "Birth Month", | |||
"description": "Select the in-universe calendar month matching your character's birthday.", | |||
"type": "string", | |||
"suggested": true, | |||
"suggestedvalues": [ | |||
"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": "Negative integers for Era Vetus (e.g. -19), positive for Era Nova (e.g. 2)", "type": "number", "suggested": true }, | "BirthYear": { "label": "Birth Year", "description": "Negative integers for Era Vetus (e.g. -19), positive for Era Nova (e.g. 2)", "type": "number", "suggested": true }, | ||
"age": { "label": "Age (Legacy/Static Text)", "description": "Fallback entry slot if birth details are missing.", "type": "string" }, | "age": { "label": "Age (Legacy/Static Text)", "description": "Fallback entry slot if birth details are missing.", "type": "string" }, | ||
Revision as of 14:32, 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
| 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 | |
|---|---|---|---|---|
| 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 |
| Age (Legacy/Static Text) | age | Fallback entry slot if birth details are missing. | String | optional |
| 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 |