Template:Infobox personnel file/doc: Difference between revisions
More actions
No edit summary |
|||
| (17 intermediate revisions by 2 users not shown) | |||
| Line 10: | Line 10: | ||
| pronouns = | | pronouns = | ||
| aliases = | | aliases = | ||
| age = | |||
| height = | |||
| status = | | status = | ||
| type = | | type = | ||
| Line 15: | Line 17: | ||
}} | }} | ||
</pre> | </pre> | ||
<includeonly> | |||
[[Category:Infobox templates]] | |||
</includeonly> | |||
== TemplateData == | == TemplateData == | ||
| Line 34: | Line 41: | ||
"name": { | "name": { | ||
"label": "Name", | "label": "Name", | ||
"description": "Full name", | "description": "Full name, often {{PAGENAME}}", | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
| Line 43: | Line 50: | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
}, | }, | ||
"aliases": { | "aliases": { | ||
"label": "Aliases", | "label": "Aliases", | ||
"description": "Other names they are known by, separated with <br />", | "description": "Other names they are known by, separated with <br />", | ||
"type": "string", | "type": "string" | ||
" | }, | ||
"height": { | |||
"label": "Height", | |||
"description": "Height of the character", | |||
"type": "string" | |||
}, | |||
"age": { | |||
"label": "Age", | |||
"description": "Age of the character", | |||
"type": "string" | |||
}, | }, | ||
"status": { | "status": { | ||
"label": "Status", | "label": "Status", | ||
"description": "Current status (e.g. Alive, Dead)", | "description": "Current status (e.g. Alive, Dead)", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"type": { | "type": { | ||
"label": "Type", | "label": "Type", | ||
"description": "Demigod; Marks Four, Three, Two; Mortal; etc", | "description": "Demigod; Marks Four, Three, Two; Mortal; etc", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"affiliated with": { | "affiliated with": { | ||
"label": "Affiliated with", | "label": "Affiliated with", | ||
"description": "People and/or organisations they are affiliated with, as wikilinks, separated with <br />", | "description": "People and/or organisations they are affiliated with, as wikilinks. They should be described as the relationship the article character has from the affiliated character. (e.g. on Athena's article page, her affiliation to Zeus would be listed as ''child'' (as she is the ''child'' of Zeus). Whereas, on Zeus' article page, her relationship to Athena is listed as ''father'' (as Zeus is the father of Athena). Entries are separated with <br /> ", | ||
"type": "string", | "type": "string", | ||
"aliases": [ | "aliases": [ | ||
"affiliation" | "affiliation" | ||
| Line 72: | Line 85: | ||
} | } | ||
}, | }, | ||
"format": "block" | "format": "block", | ||
"paramOrder": [ | |||
"image", | |||
"caption", | |||
"name", | |||
"pronouns", | |||
"aliases", | |||
"age", | |||
"height", | |||
"status", | |||
"type", | |||
"affiliated with" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
Latest revision as of 08:26, 23 June 2026
This is a documentation subpage for Infobox personnel file.
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 =
| aliases =
| age =
| height =
| status =
| type =
| affiliated with =
}}
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, often {{PAGENAME}} | String | required |
| Pronouns (styled: She/Her, Xe/Xem, Ze/Zir, etc) | pronouns | Pronouns | String | required |
| Aliases | aliases | Other names they are known by, separated with <br /> | String | optional |
| Age | age | Age of the character | String | optional |
| Height | height | Height of the character | String | optional |
| Status | status | Current status (e.g. Alive, Dead) | String | optional |
| Type | type | Demigod; Marks Four, Three, Two; Mortal; etc | String | optional |
| Affiliated with | affiliated with affiliation | People and/or organisations they are affiliated with, as wikilinks. They should be described as the relationship the article character has from the affiliated character. (e.g. on Athena's article page, her affiliation to Zeus would be listed as ''child'' (as she is the ''child'' of Zeus). Whereas, on Zeus' article page, her relationship to Athena is listed as ''father'' (as Zeus is the father of Athena). Entries are separated with <br /> | String | optional |