Template:Infobox Character: Difference between revisions

From Pactoria Wiki
Jump to navigation Jump to search
mNo edit summary
m Added residence, death date, death place and birth place
 
Line 43: Line 43:
| data11 = {{{birthday|}}}
| data11 = {{{birthday|}}}


| label12 = <div style="text-align: left;">Gender</div>
| label12 = <div style="text-align: left;">Birthplace</div>
| data12 = {{{gender|}}}
| data12 = {{{residence|}}}


| label13 = <div style="text-align: left;">Height</div>
| label13 = <div style="text-align: left;">Gender</div>
| data13 = {{{height|}}}
| data13 = {{{gender|}}}


| label14 = <div style="text-align: left;">Weight</div>
| label14 = <div style="text-align: left;">Residence</div>
| data14 = {{{weight|}}}
| data14 = {{{residence|}}}


| label15 = <div style="text-align: left;">Hair color</div>
| label15 = <div style="text-align: left;">Height</div>
| data15 = {{{hair_color|}}}
| data15 = {{{height|}}}


| label16 = <div style="text-align: left;">Eye color</div>
| label16 = <div style="text-align: left;">Weight</div>
| data16 = {{{eye_color|}}}
| data16 = {{{weight|}}}


| header17 = Player information
| label17 = <div style="text-align: left;">Hair color</div>
| data17 = {{{hair_color|}}}


| label18 = <div style="text-align: left;">Ingame name</div>
| label18 = <div style="text-align: left;">Eye color</div>
| data18 = {{{ingame_name|}}}
| data18 = {{{eye_color|}}}


| label19 = <div style="text-align: left;">Discord</div>
| label19 = <div style="text-align: left;">Death</div>
| data19 = {{{discord|}}}
| data19 = {{{death|}}}


| label20 = <div style="text-align: left;">Join date</div>
| label20 = <div style="text-align: left;">Deathplace</div>
| data20 = {{{join_date|}}}
| data20 = {{{deathplace|}}}
 
| header21 = Player information
 
| label22 = <div style="text-align: left;">Ingame name</div>
| data22 = {{{ingame_name|}}}
 
| label23 = <div style="text-align: left;">Discord</div>
| data23 = {{{discord|}}}
 
| label24 = <div style="text-align: left;">Join date</div>
| data24 = {{{join_date|}}}
}}
}}
</includeonly>
</includeonly>
Line 154: Line 166:
"type": "string",
"type": "string",
"example": "November 19th, 1912"
"example": "November 19th, 1912"
},
"birthplace": {
"label": "Birthplace",
"description": "The character's birthplace",
"type": "string",
"example": "City of Amerand"
},
},
"gender": {
"gender": {
Line 160: Line 178:
"type": "string",
"type": "string",
"example": "Male"
"example": "Male"
},
"residence": {
"label": "Residence",
"description": "The character's residence place",
"type": "string",
"example": "Amerand's Townhall"
},
},
"height": {
"height": {
Line 184: Line 208:
"type": "string",
"type": "string",
"example": "Hazel"
"example": "Hazel"
},
"death": {
"label": "Death date",
"description": "The character's date of death",
"type": "string",
"example": "January 2nd, 2029"
},
"deathplace": {
"label": "Deathplace",
"description": "The character's deathplace",
"type": "string",
"example": "City of Amerand"
},
},
"ingame_name": {
"ingame_name": {
Line 218: Line 254:
         "age",
         "age",
         "birthday",
         "birthday",
        "birthplace",
         "gender",
         "gender",
        "residence",
         "height",
         "height",
         "weight",
         "weight",
         "hair_color",
         "hair_color",
         "eye_color",
         "eye_color",
        "death",
        "deathplace",
         "ingame_name",
         "ingame_name",
         "discord",
         "discord",

Latest revision as of 21:29, 29 March 2026


An infobox template for displaying information about characters.

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Namename

The character's name

Stringrequired
Primary Imageimage

Name of the character's portrait file

Example
Character Portrait.png
Stringsuggested
Image Captioncaption

Brief description of the image's content

Example
This Character in 2026 AD
Stringoptional
Alternative Image Textalt

Alt text for image description

Stringoptional
Aliasesaliases

Aliases of the character. This can include noble titles, nicknames and so on

Example
"Duke of Salamander"
Stringoptional
Nationalitynationality

The nation the character is from

Example
Chimeria
Stringoptional
Affiliationaffiliation

Any type of organization (army, mercenaries, guilds...) the character is part of.

Example
Pactoria Trading Guild
Stringoptional
Official Religionreligion

The nation's official religion

Example
TCodeism
Contentoptional
Spoken Languageslanguages

List of spoken languages by the character

Example
Rosean<br>Pactorian<br>etc...
Contentoptional
Originorigin

Culture or ethnicity the character comes from

Example
Amerandian
Stringoptional
Racerace

Race the character belongs to

Example
Human
Stringoptional
Ageage

The character's age

Example
19
Stringoptional
Birthdaybirthday

The character's birth day

Example
November 19th, 1912
Stringoptional
Birthplacebirthplace

The character's birthplace

Example
City of Amerand
Stringoptional
Gendergender

The character's gender

Example
Male
Stringoptional
Residenceresidence

The character's residence place

Example
Amerand's Townhall
Stringoptional
Heightheight

The character's height. Both metric and imperial units are recommended

Example
175cm or 5'9
Stringoptional
Weightweight

The character's weight. Both metric and imperial units are recommended

Example
70kg or 154.32lb
Stringoptional
Hair colorhair_color

The character's hair color

Example
Dark brown
Stringoptional
Eye coloreye_color

The character's eye color

Example
Hazel
Stringoptional
Death datedeath

The character's date of death

Example
January 2nd, 2029
Stringoptional
Deathplacedeathplace

The character's deathplace

Example
City of Amerand
Stringoptional
In-game nameingame_name

The player's in-game name (IGN) in Minecraft

Example
silverpg017
Stringoptional
Discord Usernamediscord

The player's discord username

Example
silverpg017
Stringoptional
Join Datejoin_date

The date the player joined Pactoria

Example
January 1st, 2025
Stringoptional