Template:Infobox Character: Difference between revisions

From aquila
Jump to navigation Jump to search
No edit summary
m Protected "Template:Infobox Character" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
<includeonly>
<includeonly>
{| class="infobox" style="float:right; width:300px; margin-left:1em; border:2px solid {{{color|#555}}};"
{| class="character-infobox" style="--infobox-color: {{{color|#555}}}; --infobox-text: {{{textcolor|white}}};"
|+ style="background:{{{color|#555}}}; color:{{{textcolor|white}}}; font-size:120%; font-weight:bold;" | {{{title|{{PAGENAME}}}}}
|+ class="character-infobox-title" | {{{title|{{PAGENAME}}}}}
|-
|-
! Image
| colspan="2" class="character-infobox-image" |
| [[File:{{{image|No image.png}}}|250px]]
[[File:{{{image|No image.png}}}|250px]]
|-
|-
! Religion
! Religion
Line 20: Line 20:
! Age
! Age
| {{{age|Unknown}}}
| {{{age|Unknown}}}
|-
! Nation
| {{{Nation|Unknown}}}
|-
! Status
| {{{status|Unknown}}}
|-
|-
! Player
! Player
Line 49: Line 55:
| titles =
| titles =
| age =
| age =
| status =
| player =
| player =
}}
}}
Line 56: Line 63:


{{Infobox Character
{{Infobox Character
| title = Arlen Voss
| title = XQILL275
| image = No image.png
| image = Screenshot_2026-06-29_231702.png
| color = #8B0000
| color = #8B0000
| textcolor = white
| textcolor = white
| religion = The Old Faith
| religion = The Old Faith
| gender = Male
| gender = Female
| ethnicity = Human
| ethnicity = Human
| titles = Knight Commander
| titles = Pog
| age = 34
| age = 9
| player = John
| Nation = fuck
| status = Alive
| player = Xqill
}}
}}


Line 90: 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
|-
|-
| player || Player controlling the character || John
| player || Player controlling the character || John
Line 148: Line 161:
"label": "Age",
"label": "Age",
"description": "Character's age.",
"description": "Character's age.",
"type": "string",
"default": "Unknown"
},
"Nation": {
"label": "Nation",
"description": "Link to the Nation they are a part of or None",
"type": "string",
"default": "None"
},
"status": {
"label": "Status",
"description": "Whether the character is alive, deceased, missing, etc.",
"type": "string",
"type": "string",
"default": "Unknown"
"default": "Unknown"
Line 169: Line 194:
"titles",
"titles",
"age",
"age",
        "Nation",
"status",
"player"
"player"
]
]

Latest revision as of 18:05, 25 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

XQILL275

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.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Titletitle

Character name displayed at the top of the infobox.

Stringoptional
Imageimage

Character image filename.

Fileoptional
Infobox colourcolor

Colour of the header and border.

Default
#555
Stringoptional
Header text colourtextcolor

Colour of the title text.

Default
white
Stringoptional
Religionreligion

Character's religion.

Default
Unknown
Stringoptional
Gendergender

Character's gender.

Default
Unknown
Stringoptional
Ethnicityethnicity

Character's ethnicity or species.

Default
Unknown
Stringoptional
Titlestitles

Character titles, ranks, or roles.

Default
Unknown
Stringoptional
Ageage

Character's age.

Default
Unknown
Stringoptional
NationNation

Link to the Nation they are a part of or None

Default
None
Stringoptional
Statusstatus

Whether the character is alive, deceased, missing, etc.

Default
Unknown
Stringoptional
Playerplayer

Person controlling the character.

Default
Unknown
Stringoptional