Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox personnel file/doc: Difference between revisions

Template page
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..."
 
 
(22 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 ==
<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 subject's photograph (without the File: prefix).",
"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 41:
"name": {
"name": {
"label": "Name",
"label": "Name",
"description": "Full name of the subject.",
"description": "Full name, often {{PAGENAME}}",
"type": "string",
"type": "string",
"required": true
"required": true
},
},
"pronouns": {
"pronouns": {
"label": "Pronouns",
"label": "Pronouns (styled: She/Her, Xe/Xem, Ze/Zir, etc)",
"description": "Preferred pronouns (e.g. she/her, they/them).",
"description": "Pronouns",
"type": "string"
"type": "string",
"required": true
},
},
"aliases": {
"aliases": {
"label": "Aliases",
"label": "Aliases",
"description": "Known aliases, code names, or alternative identities. Use a comma-separated list or <br /> between entries.",
"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"
},
},
"status": {
"status": {
"label": "Status",
"label": "Status",
"description": "Current status (e.g. Active, Retired, Deceased, Unknown).",
"description": "Current status (e.g. Alive, Dead)",
"type": "string"
"type": "string"
},
},
"type": {
"type": {
"label": "Type",
"label": "Type",
"description": "Classification of the subject (e.g. Operative, Analyst, Civilian, Asset).",
"description": "Demigod; Marks Four, Three, Two; Mortal; etc",
"type": "string"
"type": "string"
},
},
"affiliated with": {
"affiliated with": {
"label": "Affiliated with",
"label": "Affiliated with",
"description": "Organisation(s) the subject is affiliated with.",
"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": ["affiliation"]
"aliases": [
"affiliation"
]
}
}
},
},
"format": "block"
"format": "block",
"paramOrder": [
"image",
"caption",
"name",
"pronouns",
"aliases",
"age",
"height",
"status",
"type",
"affiliated with"
]
}
}
</templatedata>
</templatedata>
<includeonly>
[[Category:Infobox templates]]
</includeonly>

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.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Imageimage

Filename of an artwork with the character (without the File: prefix).

Example
Example.jpg
Fileoptional
Image captioncaption

Optional caption displayed beneath the image.

Stringoptional
Namename

Full name, often {{PAGENAME}}

Stringrequired
Pronouns (styled: She/Her, Xe/Xem, Ze/Zir, etc)pronouns

Pronouns

Stringrequired
Aliasesaliases

Other names they are known by, separated with <br />

Stringoptional
Ageage

Age of the character

Stringoptional
Heightheight

Height of the character

Stringoptional
Statusstatus

Current status (e.g. Alive, Dead)

Stringoptional
Typetype

Demigod; Marks Four, Three, Two; Mortal; etc

Stringoptional
Affiliated withaffiliated 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 />

Stringoptional