Template:Infobox personnel file/doc: Difference between revisions
Template page
More actions
Created page with "<noinclude>{{Documentation subpage}}</noinclude> An infobox for personnel file entries. == Usage == <pre> {{Infobox personnel file | image = | name = | pronouns = | aliases = | status = | type = | affiliated with = }} </pre> == TemplateData == <templatedata> { "description": "Infobox summarising a personnel file.", "params": { "image": { "label": "Image", "description": "Filename of the subject's..." |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 9: | Line 9: | ||
| name = | | name = | ||
| pronouns = | | pronouns = | ||
| domain = | |||
| aliases = | | aliases = | ||
| status = | | status = | ||
| Line 19: | Line 20: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "Infobox summarising a personnel file.", | "description": "Infobox summarising a character's personnel file.", | ||
"params": { | "params": { | ||
"image": { | "image": { | ||
"label": "Image", | "label": "Image", | ||
"description": "Filename of the | "description": "Filename of an artwork with the character (without the File: prefix).", | ||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
"example": "Example.jpg" | "example": "Example.jpg" | ||
| Line 34: | Line 35: | ||
"name": { | "name": { | ||
"label": "Name", | "label": "Name", | ||
"description": "Full name | "description": "Full name", | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
| Line 40: | Line 41: | ||
"pronouns": { | "pronouns": { | ||
"label": "Pronouns", | "label": "Pronouns", | ||
"description": " | "description": "Pronouns", | ||
"type": "string" | |||
}, | |||
"domain": { | |||
"label": "Domain", | |||
"description": "A deity's domain, if applicable", | |||
"type": "string" | "type": "string" | ||
}, | }, | ||
"aliases": { | "aliases": { | ||
"label": "Aliases", | "label": "Aliases", | ||
"description": " | "description": "Use a comma-separated list or <br /> between entries.", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"status": { | "status": { | ||
"label": "Status", | "label": "Status", | ||
"description": "Current status (e.g. | "description": "Current status (e.g. Alive, Dead)", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"type": { | "type": { | ||
"label": "Type", | "label": "Type", | ||
"description": " | "description": "God; Demigod; Marks Four, Three, Two; Mortal; etc", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"affiliated with": { | "affiliated with": { | ||
"label": "Affiliated with", | "label": "Affiliated with", | ||
"description": " | "description": "People and/or organisation(s) the character is affiliated with.", | ||
"type": "string", | "type": "string", | ||
"aliases": ["affiliation"] | "aliases": [ | ||
"affiliation" | |||
] | |||
} | } | ||
}, | }, | ||
Latest revision as of 10:11, 24 April 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 =
| domain =
| aliases =
| 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 | String | required |
| Pronouns | pronouns | Pronouns | String | optional |
| Domain | domain | A deity's domain, if applicable | String | optional |
| Aliases | aliases | Use a comma-separated list or <br /> between entries. | String | optional |
| Status | status | Current status (e.g. Alive, Dead) | String | optional |
| Type | type | God; Demigod; Marks Four, Three, Two; Mortal; etc | String | optional |
| Affiliated with | affiliated with affiliation | People and/or organisation(s) the character is affiliated with. | String | optional |