Template:Infobox character/doc: Difference between revisions

From Tales from Chyria
No edit summary
Tag: Manual revert
puring /doc, hopefully this actually makes the template work
Tag: Blanking
Line 1: Line 1:
== Uses ==
{{Infobox
| 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>

Revision as of 16:09, 10 October 2025