Template:Infobox character/doc: Difference between revisions

From Tales from Chyria
No edit summary
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Usage ==
== Uses ==
This is the main infobox for all characters on this site. It contains the bulk of quick, at-a-glance stats and information for the character. Hooray.
{{Infobox character
| bodyclass    = biography vcard
| abovestyle  = background: #ADD8E6;color:inherit;font-size: 125%
| above        = {{{name}}}
| subheader    = {{{title}}}
| image        =
| captionstyle = line-height:normal;padding-bottom:0.2em;padding-top:0.2em;
| caption      = {{{caption|}}}
 
| headerstyle  = background-color: #ADD8E6;color:inherit;line-height:normal;padding:0.2em;
 
| header1      = Basic Info
 
| label2      = Age
|  data2      = {{{age|}}}
 
| label3      = Species
|  data3      = {{{species|}}}
 
| label4      = Gender
|  data4      = {{{gender|}}}
 
| label5      = Pronouns
|  data5      = {{{pronouns|}}}
 
| label6      = Birthplace
|  data6      = {{{birthplace|}}}
 
| label7      = Occupation
|  data7      = {{{occupation|}}}
 
| label8      = Factions
|  data8      = {{{factions|}}}
}}
 
 
 
<templatedata>
{
"params": {
"image": {
"description": "i.e; X.jpg, that is to say no [[Image:",
"type": "wiki-file-name"
},
"caption": {
"type": "string",
"description": "Caption the image!"
},
"name": {
"description": "The character's name. Just their first name will do.",
"type": "line",
"suggested": true
},
"title": {},
"age": {
"type": "string"
},
"species": {
"description": "The character's species. Link to the species!",
"type": "string"
},
"birthplace": {},
"pronouns": {
"type": "string"
},
"gender": {
"type": "string"
},
"occupation": {
"type": "string"
},
"factions": {}
},
"description": "The main infobox for the bulk of characters on this wiki!",
"format": "{{_\n| ________________ = _\n}}\n",
"paramOrder": [
"name",
"title",
"image",
"caption",
"age",
"species",
"gender",
"pronouns",
"birthplace",
"occupation",
"factions"
]
}
</templatedata>
 
[[Category:Infobox_templates]]

Latest revision as of 20:14, 11 October 2025

The main infobox for the bulk of characters on this wiki!

Template parameters

This template has custom formatting.

ParameterDescriptionTypeStatus
namename

The character's name. Just their first name will do.

Linesuggested
titletitle

no description

Unknownoptional
imageimage

i.e; X.jpg, that is to say no [[Image:

Fileoptional
captioncaption

Caption the image!

Stringoptional
ageage

no description

Stringoptional
speciesspecies

The character's species. Link to the species!

Stringoptional
gendergender

no description

Stringoptional
pronounspronouns

no description

Stringoptional
birthplacebirthplace

no description

Unknownoptional
occupationoccupation

no description

Stringoptional
factionsfactions

no description

Unknownoptional