Template:Infobox Character: Difference between revisions

From aquila
Jump to navigation Jump to search
No edit summary
No edit summary
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>{| style="float: right; width: 300px; margin: 0 0 1em 1em; border: 1px solid #1a1a1a; background-color: #f8f9fa; font-size: 88%; line-height: 1.5em; border-collapse: collapse; box-shadow: 0 2px 4px rgba(0,0,0,0.1);"
<includeonly>{| style="float: right; width: 300px; margin: 0 0 1em 1em; border: 1px solid #1a1a1a; background-color: #f8f9fa; font-size: 88%; line-height: 1.5em; border-collapse: collapse; box-shadow: 0 2px 4px rgba(0,0,0,0.1);"
|-
|-
<!-- MAIN TITLE HEADER (Controls main banner color (e.g #6E473B) & title text (e.g #ffffff)) -->
<!-- MAIN TITLE HEADER -->
! colspan="2" style="background-color: #6E473B; color: #ffffff; text-align: center; font-size: 125%; font-weight: bold; padding: 0.6em; border-bottom: 3px solid #4D3129;" | {{{Name|{{PAGENAME}}}}}
! colspan="2" style="background-color: {{{Colour|#b0b0b1}}}; color: {{{TextColour|#ffffff}}}; text-align: center; font-size: 125%; font-weight: bold; padding: 0.6em; border-bottom: 3px solid {{{BorderColour|#bebebe}}};" | {{{Name|{{PAGENAME}}}}}
|-
|-
 
<!-- IMAGE ROW -->
<!-- IMAGE ROW (Controls background area around your flag/logo file) -->
 
| colspan="2" style="text-align: center; padding: 0.5em; background-color: #ffffff; border-bottom: 1px solid #a2a9b1;" | [[File:{{{Image|Image.png}}}|280px|center]]
| colspan="2" style="text-align: center; padding: 0.5em; background-color: #ffffff; border-bottom: 1px solid #a2a9b1;" | [[File:{{{Image|Image.png}}}|280px|center]]
|-
|-
 
<!-- DATA ROWS BREAKDOWN -->
<!-- DATA ROWS BREAKDOWN: -->
! style="text-align: left; padding: 0.4em 0.6em; background-color: {{{LabelColour|#b0b0b1}}}; width: 40%; border-bottom: 1px solid #e2e8f0;" | Titles
<!-- "background-color: #F5EFEA" controls the faint mahogany/leather tint on the left labels, change this to whatever colour you'd like -->
<!-- "border-bottom: 1px solid #e2e8f0" controls the thin divider lines between cells -->
<!-- If you want to change the text directly through source code ( u dont have to, you can just double click on normal edit mode ), only change text after the | -->
 
! style="text-align: left; padding: 0.4em 0.6em; background-color: #F5EFEA; width: 40%; border-bottom: 1px solid #e2e8f0;" | Titles
 
| {{{Titles|TBA}}}
| {{{Titles|TBA}}}
|-
|-
! style="text-align: left; padding: 0.4em 0.6em; background-color: #F5EFEA; border-bottom: 1px solid #e2e8f0;" | Race
! style="text-align: left; padding: 0.4em 0.6em; background-color: {{{LabelColour|#b0b0b1}}}; border-bottom: 1px solid #e2e8f0;" | Race
 
| {{{Race|TBA}}}
| {{{Race|TBA}}}
|-
|-
! style="text-align: left; padding: 0.4em 0.6em; background-color: #F5EFEA; border-bottom: 1px solid #e2e8f0;" | Ethnicity
! style="text-align: left; padding: 0.4em 0.6em; background-color: {{{LabelColour|#b0b0b1}}}; border-bottom: 1px solid #e2e8f0;" | Ethnicity
 
| {{{Ethnicity|TBA}}}
| {{{Ethnicity|TBA}}}
|-
|-
! style="text-align: left; padding: 0.4em 0.6em; background-color: #F5EFEA; border-bottom: 1px solid #e2e8f0;" | Gender
! style="text-align: left; padding: 0.4em 0.6em; background-color: {{{LabelColour|#b0b0b1}}}; border-bottom: 1px solid #e2e8f0;" | Gender
 
| {{{Gender|TBA}}}
| {{{Gender|TBA}}}
|-
|-
! style="text-align: left; padding: 0.4em 0.6em; background-color: #F5EFEA; border-bottom: 1px solid #e2e8f0;" | Age
! style="text-align: left; padding: 0.4em 0.6em; background-color: {{{LabelColour|#b0b0b1}}}; border-bottom: 1px solid #e2e8f0;" | Age
 
| {{#if: {{{BirthYear|}}}  
| {{#if: {{{BirthYear|}}} | {{#expr: {{CurrentLoreYear}} - {{{BirthYear}}} }} | {{{age|TBA}}} }}
  | {{#expr: ({{CurrentLoreYear}} - {{{BirthYear}}}) - ({{CurrentLoreMonthNumber}} < {{#switch: {{{BirthMonth|}}}
    | January = 1
    | January--February = 2
    | February--March = 3
    | March--April = 4
    | April--May = 5
    | May--June = 6
    | June--July = 7
    | July--August = 8
    | August--September = 9
    | September--October = 10
    | October = 11
    | October--November = 12
    | November--December = 13
    | Late December = 14
    | 1
  }}) }}
  | {{{age|TBA}}}  
  }}
|-
|-
! 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: {{{LabelColour|#b0b0b1}}}; 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|}}} | {{#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: {{{LabelColour|#b0b0b1}}}; border-bottom: 1px solid #e2e8f0;" | Nationality
 
| {{{Nationality|TBA}}}
| {{{Nationality|TBA}}}
|-
|-
! style="text-align: left; padding: 0.4em 0.6em; background-color: #F5EFEA; border-bottom: 1px solid #e2e8f0;" | Nation
! style="text-align: left; padding: 0.4em 0.6em; background-color: {{{LabelColour|#b0b0b1}}}; border-bottom: 1px solid #e2e8f0;" | Nation
 
| {{{Nation|TBA}}}
| {{{Nation|TBA}}}
|-
|-
! style="text-align: left; padding: 0.4em 0.6em; background-color: #F5EFEA; border-bottom: 1px solid #e2e8f0;" | Occupation
! style="text-align: left; padding: 0.4em 0.6em; background-color: {{{LabelColour|#b0b0b1}}}; border-bottom: 1px solid #e2e8f0;" | Occupation
 
| {{{Occupation|TBA}}}
| {{{Occupation|TBA}}}
|-
|-
! style="text-align: left; padding: 0.4em 0.6em; background-color: #F5EFEA; border-bottom: 1px solid #e2e8f0;" | Religion
! style="text-align: left; padding: 0.4em 0.6em; background-color: {{{LabelColour|#b0b0b1}}}; border-bottom: 1px solid #e2e8f0;" | Religion
 
| {{{Religion|TBA}}}
| {{{Religion|TBA}}}
|-
|-
! style="text-align: left; padding: 0.4em 0.6em; background-color: #F5EFEA; border-bottom: 1px solid #e2e8f0;" | Languages
! style="text-align: left; padding: 0.4em 0.6em; background-color: {{{LabelColour|#b0b0b1}}}; border-bottom: 1px solid #e2e8f0;" | Languages
 
| {{{Languages|TBA}}}
| {{{Languages|TBA}}}
|-
|-
! style="text-align: left; padding: 0.4em 0.6em; background-color: #F5EFEA; border-bottom: 1px solid #e2e8f0;" | Player
! style="text-align: left; padding: 0.4em 0.6em; background-color: {{{LabelColour|#b0b0b1}}}; border-bottom: 1px solid #e2e8f0;" | Player
 
| style="font-family: monospace;" | {{{Player|TBA}}}
| style="font-family: monospace;" | {{{Player|TBA}}}
|-
|-
 
<!-- BOTTOM STATUS ROW -->
<!-- BOTTOM STATUS ROW (Controls the final row border. Players can type Status = Dead on their own character page if things go south) -->
! style="text-align: left; padding: 0.4em 0.6em; background-color: {{{LabelColour|#b0b0b1}}}; border-bottom: 1px solid #1a1a1a;" | Status
! style="text-align: left; padding: 0.4em 0.6em; background-color: #F5EFEA; border-bottom: 1px solid #1a1a1a;" | Status
| style="padding: 0.4em 0.6em; border-bottom: 1px solid #1a1a1a;" | <span style="font-weight: bold; color: {{#switch: {{lc:{{{Status|{{{status|alive}}}}}}}}|alive|active=#2f855a|deceased|dead=#c53030|missing|unknown=#dd6b20|imprisoned|captured=#d69e2e|retired=#3182ce|undead=#805ad5|archived=#718096|#2f855a}};">{{{Status|{{{status|Alive}}}}}}</span>
 
|} </includeonly><noinclude>
| style="padding: 0.4em 0.6em; font-weight: bold; color: #2f855a; border-bottom: 1px solid #1a1a1a;" | {{{Status|Alive}}}
|}</includeonly><noinclude>


== Infobox Character ==
== 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.
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 ==
== Usage ==
Copy and paste this clean code snippet straight onto character profiles:
Copy and paste this clean code snippet straight onto character profiles:
<pre>
<pre>
{{Infobox Character
{{Infobox Character
| Name       =  
| Colour      = #6E473B
| Image       = Image.png
| TextColour  = #ffffff
| Titles     =  
| BorderColour = #4D3129
| Race       =  
| LabelColour  = #F5EFEA
| Ethnicity   =  
| Name         =  
| Gender     =  
| Image       = Image.png
| BirthMonth =  
| Titles       =  
| BirthYear   =  
| Race         =  
| Nationality =  
| Ethnicity   =  
| Nation     =  
| Gender       =  
| Occupation =  
| BirthMonth   =  
| Religion   =  
| BirthYear   =  
| Languages   =  
| Nationality =  
| Player     =  
| Nation       =  
| Status     = Alive
| Occupation   =  
| Religion     =  
| Languages   =  
| Player       =  
| Status       = Alive
}}
}}
</pre>
</pre>


== Input Instructions for Dates ==
== TemplateData ==
 
<templatedata>
* '''BirthMonth''': Type the precise double-dash formatted months from the event categories (e.g., <code>January--February</code>, <code>March--April</code>).
{
 
"description": "Project Aquila's official automated Character Infobox.",
* '''BirthYear''': Use a simple whole integer. Use '''negative numbers''' for years before server launch (e.g., <code>-19</code> prints out as ''Era Vetus, Year 19''). Use '''positive numbers''' for years since the server launched (e.g., <code>2</code> prints out as ''Era Nova, Year 2'').
"params": {
"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 or white).", "type": "string", "suggested": true },
"BorderColour": { "label": "Banner Underline Colour", "description": "Hex code for the thick accent bar directly below the main header.", "type": "string" },
"LabelColour": { "label": "Label Background Colour", "description": "Hex code for the background tint on the left labels (e.g. #F5EFEA).", "type": "string", "suggested": true },
"Name": { "label": "Character Name", "type": "string", "suggested": true },
"Image": { "label": "Image File Name", "type": "wiki-file-name", "default": "Image.png" },
"Titles": { "label": "Titles / Ranks", "type": "string" },
"Race": { "label": "Race", "type": "string", "suggested": true },
"Ethnicity": { "label": "Ethnicity / Heritage", "type": "string" },
"Gender": { "label": "Gender", "type": "string" },
"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 },
"Nationality": { "label": "Nationality", "type": "string" },
"Nation": { "label": "Nation Link", "type": "string" },
"Occupation": { "label": "Occupation", "type": "string" },
"Religion": { "label": "Religion", "type": "string" },
"Languages": { "label": "Languages Spoken", "type": "string" },
"Player": { "label": "Minecraft Username", "type": "string", "suggested": true },
"Status": {
"label": "Status",
"description": "Current status of the character. Auto-colors text: Alive/Active (Green #2f855a), Deceased/Dead (Red #c53030), Missing/Unknown (Orange #dd6b20), Imprisoned/Captured (Yellow #d69e2e), Retired (Blue #3182ce), Undead (Purple #805ad5), Archived (Grey #718096).",
"type": "string",
"default": "Alive",
"suggested": true,
"suggestedvalues": [
"Alive",
"Active",
"Deceased",
"Dead",
"Missing",
"Unknown",
"Imprisoned",
"Captured",
"Retired",
"Undead",
"Archived"
]
}
}
}
</templatedata>
</noinclude>
</noinclude>

Latest revision as of 19:56, 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.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Banner Background ColourColour

Hex code for the top header background (e.g. #6E473B).

Stringsuggested
Banner Text ColourTextColour

Colour code for the title text (e.g. #ffffff or white).

Stringsuggested
Banner Underline ColourBorderColour

Hex code for the thick accent bar directly below the main header.

Stringoptional
Label Background ColourLabelColour

Hex code for the background tint on the left labels (e.g. #F5EFEA).

Stringsuggested
Character NameName

no description

Stringsuggested
Image File NameImage

no description

Default
Image.png
Fileoptional
Titles / RanksTitles

no description

Stringoptional
RaceRace

no description

Stringsuggested
Ethnicity / HeritageEthnicity

no description

Stringoptional
GenderGender

no description

Stringoptional
Birth MonthBirthMonth

Select the in-universe calendar month matching your character's birthday.

Suggested values
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
Stringsuggested
Birth YearBirthYear

Negative integers for Era Vetus (e.g. -19), positive for Era Nova (e.g. 2)

Numbersuggested
NationalityNationality

no description

Stringoptional
Nation LinkNation

no description

Stringoptional
OccupationOccupation

no description

Stringoptional
ReligionReligion

no description

Stringoptional
Languages SpokenLanguages

no description

Stringoptional
Minecraft UsernamePlayer

no description

Stringsuggested
StatusStatus

Current status of the character. Auto-colors text: Alive/Active (Green #2f855a), Deceased/Dead (Red #c53030), Missing/Unknown (Orange #dd6b20), Imprisoned/Captured (Yellow #d69e2e), Retired (Blue #3182ce), Undead (Purple #805ad5), Archived (Grey #718096).

Suggested values
Alive Active Deceased Dead Missing Unknown Imprisoned Captured Retired Undead Archived
Default
Alive
Stringsuggested