Template:Infobox personnel file/doc: Difference between revisions
More actions
Ciricegray (talk | contribs) mNo edit summary |
|||
| (12 intermediate revisions by 2 users not shown) | |||
| Line 9: | Line 9: | ||
| name = | | name = | ||
| pronouns = | | pronouns = | ||
| aliases = | | aliases = | ||
| age = | |||
| height = | |||
| status = | | status = | ||
| type = | | type = | ||
| Line 17: | Line 17: | ||
}} | }} | ||
</pre> | </pre> | ||
<includeonly> | |||
[[Category:Infobox templates]] | |||
</includeonly> | |||
== TemplateData == | == TemplateData == | ||
| Line 49: | Line 54: | ||
"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" | |||
}, | |||
"height": { | |||
"label": "Height", | |||
"description": "Height of the character", | |||
"type": "string" | |||
}, | |||
"age": { | |||
"label": "Age", | |||
"description": "Age of the character", | |||
"type": "string" | "type": "string" | ||
}, | }, | ||
| Line 63: | Line 78: | ||
"affiliated with": { | "affiliated with": { | ||
"label": "Affiliated with", | "label": "Affiliated with", | ||
"description": "People and/or organisations they are affiliated with, as wikilinks. | "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 87: | Line 92: | ||
"pronouns", | "pronouns", | ||
"aliases", | "aliases", | ||
" | "age", | ||
"height", | "height", | ||
"status", | "status", | ||
| Line 95: | Line 100: | ||
} | } | ||
</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 |