Template:Infobox Deity/doc: Difference between revisions
More actions
No edit summary |
No edit summary |
||
| Line 38: | Line 38: | ||
"name": { | "name": { | ||
"label": "Name", | "label": "Name", | ||
"description": " | "description": "Name", | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
| Line 44: | Line 44: | ||
"pronouns": { | "pronouns": { | ||
"label": "Pronouns", | "label": "Pronouns", | ||
"description": "Pronouns", | "description": "Pronouns (styled: She/Her, Xe/Xem, Ze/Zir, etc)", | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
| Line 56: | Line 56: | ||
"epithets": { | "epithets": { | ||
"label": "Epithets", | "label": "Epithets", | ||
"description": "Other titles to refer to them with", | "description": "Other titles to refer to them with, separated with <br />", | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
| Line 71: | Line 71: | ||
"status": { | "status": { | ||
"label": "Status", | "label": "Status", | ||
"description": "Current status (e.g. Alive, Dead); | "description": "Current status (e.g. Alive, Dead);", | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
| Line 83: | Line 83: | ||
"current pilot": { | "current pilot": { | ||
"label": "Current pilot", | "label": "Current pilot", | ||
"description": "Name of their current pilot | "description": "Name of their current pilot, as a wikilink. If no current pilot, write 'Nil', or if current pilot is dead, put 'deceased' in brackets after the pilot's name.", | ||
"type": "string", | "type": "string", | ||
"required": true, | "required": true, | ||
| Line 101: | Line 101: | ||
"other affiliations": { | "other affiliations": { | ||
"label": "Other affiliations", | "label": "Other affiliations", | ||
"description": "Other people and/or organisation(s) they are affiliated with.", | "description": "Other people and/or organisation(s) they are affiliated with, separated with <br />.", | ||
"type": "string", | "type": "string", | ||
"required": true, | "required": true, | ||
Latest revision as of 19:48, 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 | Name | String | required |
| Pronouns | pronouns | Pronouns (styled: She/Her, Xe/Xem, Ze/Zir, etc) | String | required |
| Title | title | Their title (eg Lord of X) | String | required |
| Epithets | epithets | Other titles to refer to them with, separated with <br /> | String | required |
| Heraldic colours | heraldic colours colours | Their heraldic colours | String | required |
| Status | status | Current status (e.g. Alive, Dead); | String | required |
| Eidolon | eidolon | Name of their first eidolon, as a wikilink. | String | required |
| Current pilot | current pilot currentpilot | Name of their current pilot, as a wikilink. If no current pilot, write 'Nil', or if current pilot is dead, put 'deceased' in brackets after the pilot's name. | String | required |
| First pilot | first pilot firstpilot | Name of their first pilot, if known, as a wikilink. | String | required |
| Other affiliations | other affiliations affiliation | Other people and/or organisation(s) they are affiliated with, separated with <br />. | String | required |