Template:Infobox Deity/doc: Difference between revisions
More actions
Created page with "<noinclude>{{Documentation subpage}}</noinclude> An infobox for personnel file entries. == Usage == <pre> {{Infobox personnel file | image = | name = | pronouns = | domain = | aliases = | status = | type = | affiliated with = }} </pre> == TemplateData == <templatedata> { "description": "Infobox summarising a character's personnel file.", "params": { "image": { "label": "Image", "descrip..." |
No edit summary |
||
| Line 6: | Line 6: | ||
<pre> | <pre> | ||
{{Infobox personnel file | {{Infobox personnel file | ||
| image | | image = | ||
| name | | name = | ||
| pronouns | | pronouns = | ||
| | | title = | ||
| | | epithets = | ||
| status | | heraldic colours = | ||
| | | status = | ||
| | | eidolon = | ||
| current pilot = | |||
| first pilot = | |||
| other affiliations = | |||
}} | }} | ||
</pre> | </pre> | ||
| Line 42: | Line 45: | ||
"label": "Pronouns", | "label": "Pronouns", | ||
"description": "Pronouns", | "description": "Pronouns", | ||
"type": "string" | "type": "string", | ||
}, | "required": true | ||
" | }, | ||
"label": " | "title": { | ||
"description": " | "label": "Title", | ||
"type": "string" | "description": "Their title (eg Lord of X)", | ||
"type": "string", | |||
"required": true | |||
}, | |||
"epithets": { | |||
"label": "Epithets", | |||
"description": "Other titles to refer to them with", | |||
"type": "string", | |||
"required": true | |||
}, | }, | ||
" | "heraldic colours": { | ||
"label": " | "label": "Heraldic colours", | ||
"description": " | "description": "Their heraldic colours", | ||
"type": "string" | "type": "string", | ||
"required": true, | |||
"aliases": [ | |||
"colours" | |||
] | |||
}, | }, | ||
"status": { | "status": { | ||
"label": "Status", | "label": "Status", | ||
"description": "Current status (e.g. Alive, Dead)", | "description": "Current status (e.g. Alive, Dead); Mortal; etc", | ||
"type": "string" | "type": "string", | ||
"required": true | |||
}, | |||
"eidolon": { | |||
"label": "Eidolon", | |||
"description": "Name of their first eidolon, as a wikilink.", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"current pilot": { | |||
"label": "Current pilot", | |||
"description": "Name of their current pilot, if known/applicable, as a wikilink.", | |||
"type": "string", | |||
"required": true, | |||
"aliases": [ | |||
"currentpilot" | |||
] | |||
}, | }, | ||
"first pilot": { | |||
"label": " | "label": "First pilot", | ||
"description": " | "description": "Name of their first pilot, if known, as a wikilink.", | ||
"type": "string" | "type": "string", | ||
"required": true, | |||
"aliases": [ | |||
"firstpilot" | |||
] | |||
}, | }, | ||
"affiliated with": { | "affiliated with": { | ||
"label": "Affiliated with", | "label": "Affiliated with", | ||
"description": " | "description": "Other people and/or organisation(s) they are affiliated with.", | ||
"type": "string", | "type": "string", | ||
"required": true, | |||
"aliases": [ | "aliases": [ | ||
"affiliation" | "affiliation" | ||
Revision as of 19:24, 25 April 2026
This is a documentation subpage for Infobox Deity.
It contains usage information, categories and other content that is not part of the original template page.
An infobox for personnel file entries.
Usage
{{Infobox personnel file
| image =
| name =
| pronouns =
| title =
| epithets =
| heraldic colours =
| status =
| eidolon =
| current pilot =
| first pilot =
| other affiliations =
}}
TemplateData
Infobox summarising a character's personnel file.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Image | image | Filename of an artwork with the character (without the File: prefix).
| File | optional |
| Image caption | caption | Optional caption displayed beneath the image. | String | optional |
| Name | name | Full name | String | required |
| Pronouns | pronouns | Pronouns | String | required |
| Title | title | Their title (eg Lord of X) | String | required |
| Epithets | epithets | Other titles to refer to them with | String | required |
| Heraldic colours | heraldic colours colours | Their heraldic colours | String | required |
| Status | status | Current status (e.g. Alive, Dead); Mortal; etc | String | required |
| Eidolon | eidolon | Name of their first eidolon, as a wikilink. | String | required |
| Current pilot | current pilot currentpilot | Name of their current pilot, if known/applicable, as a wikilink. | String | required |
| First pilot | first pilot firstpilot | Name of their first pilot, if known, as a wikilink. | String | required |
| Affiliated with | affiliated with affiliation | Other people and/or organisation(s) they are affiliated with. | String | required |