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..."
 
No edit summary
Line 19: Line 19:
<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 34:
"name": {
"name": {
"label": "Name",
"label": "Name",
"description": "Full name of the subject.",
"description": "Full name",
"type": "string",
"type": "string",
"required": true
"required": true
Line 40: Line 40:
"pronouns": {
"pronouns": {
"label": "Pronouns",
"label": "Pronouns",
"description": "Preferred pronouns (e.g. she/her, they/them).",
"description": "Pronouns",
"type": "string"
"type": "string"
},
},
"aliases": {
"aliases": {
"label": "Aliases",
"label": "Aliases",
"description": "Known aliases, code names, or alternative identities. Use a comma-separated list or <br /> between entries.",
"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. 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": "God; 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 organisation(s) the character is affiliated with.",
"type": "string",
"type": "string",
"aliases": ["affiliation"]
"aliases": [
"affiliation"
]
}
}
},
},

Revision as of 10:03, 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        = 
| aliases         = 
| 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

Stringrequired
Pronounspronouns

Pronouns

Stringoptional
Aliasesaliases

Use a comma-separated list or <br /> between entries.

Stringoptional
Statusstatus

Current status (e.g. Alive, Dead)

Stringoptional
Typetype

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

Stringoptional
Affiliated withaffiliated with affiliation

People and/or organisation(s) the character is affiliated with.

Stringoptional