Template:Infobox character/doc: Difference between revisions
From Tales from Chyria
CosmicAvelyn (talk | contribs) No edit summary |
CosmicAvelyn (talk | contribs) No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
== Uses == | == Uses == | ||
{{Infobox | {{Infobox character | ||
| bodyclass = biography vcard | | bodyclass = biography vcard | ||
| abovestyle = background: #ADD8E6;color:inherit;font-size: 125% | | abovestyle = background: #ADD8E6;color:inherit;font-size: 125% | ||
| Line 30: | Line 30: | ||
| label7 = Occupation | | label7 = Occupation | ||
| data7 = {{{occupation|}}} | | data7 = {{{occupation|}}} | ||
| label8 = Factions | |||
| data8 = {{{factions|}}} | |||
}} | }} | ||
| Line 37: | Line 40: | ||
{ | { | ||
"params": { | "params": { | ||
"image": { | "image": { | ||
"description": "i.e; X.jpg, that is to say no [[Image:", | "description": "i.e; X.jpg, that is to say no [[Image:", | ||
| Line 64: | Line 45: | ||
}, | }, | ||
"caption": { | "caption": { | ||
"type": "string", | "type": "string", | ||
" | "description": "Caption the image!" | ||
}, | }, | ||
" | "name": { | ||
" | "description": "The character's name. Just their first name will do.", | ||
"type": "line", | "type": "line", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
" | "title": {}, | ||
" | "age": { | ||
"type": "string" | |||
}, | }, | ||
" | "species": { | ||
"description": " | "description": "The character's species. Link to the species!", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "birthplace": {}, | ||
"pronouns": { | |||
"type": "string" | |||
"type": " | |||
}, | }, | ||
" | "gender": { | ||
"type": "string" | |||
"type": " | |||
}, | }, | ||
" | "occupation": { | ||
"type": " | "type": "string" | ||
}, | }, | ||
" | "factions": {} | ||
}, | }, | ||
"description": "The main infobox for the bulk of characters on this wiki!", | "description": "The main infobox for the bulk of characters on this wiki!", | ||
"format": "{{_\n| ________________ = _\n}}\n", | "format": "{{_\n| ________________ = _\n}}\n", | ||
"paramOrder": [ | "paramOrder": [ | ||
" | "name", | ||
" | "title", | ||
"image", | "image", | ||
"caption", | "caption", | ||
"age", | |||
"species", | "species", | ||
"gender", | "gender", | ||
"pronouns", | "pronouns", | ||
" | "birthplace", | ||
"occupation", | "occupation", | ||
"factions" | "factions" | ||
| Line 134: | Line 90: | ||
} | } | ||
</templatedata> | </templatedata> | ||
[[Category:Infobox_templates]] | |||
Latest revision as of 20:14, 11 October 2025
Uses
[edit source]The main infobox for the bulk of characters on this wiki!
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| name | name | The character's name. Just their first name will do. | Line | suggested |
| title | title | no description | Unknown | optional |
| image | image | i.e; X.jpg, that is to say no [[Image: | File | optional |
| caption | caption | Caption the image! | String | optional |
| age | age | no description | String | optional |
| species | species | The character's species. Link to the species! | String | optional |
| gender | gender | no description | String | optional |
| pronouns | pronouns | no description | String | optional |
| birthplace | birthplace | no description | Unknown | optional |
| occupation | occupation | no description | String | optional |
| factions | factions | no description | Unknown | optional |