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 Deity/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 = | domain = | aliases = | status = | type = | affiliated with = }} </pre> == TemplateData == <templatedata> { "description": "Infobox summarising a character's personnel file.", "params": { "image": { "label": "Image", "descrip..."
 
No edit summary
Line 6: Line 6:
<pre>
<pre>
{{Infobox personnel file
{{Infobox personnel file
| image           =  
| image             =  
| name           =  
| name               =  
| pronouns       =  
| pronouns           =
| domain          =  
| title              =  
| aliases        =  
| epithets          =  
| status         =  
| heraldic colours  =
| type           =  
| status             =  
| affiliated with =  
| eidolon           =  
| current pilot      =
| first pilot        =
| other affiliations =  
}}
}}
</pre>
</pre>
Line 42: Line 45:
"label": "Pronouns",
"label": "Pronouns",
"description": "Pronouns",
"description": "Pronouns",
"type": "string"
"type": "string",
},
"required": true
"domain": {
},
"label": "Domain",
"title": {
"description": "A deity's domain, if applicable",
"label": "Title",
"type": "string"
"description": "Their title (eg Lord of X)",
"type": "string",
"required": true
},
"epithets": {
"label": "Epithets",
"description": "Other titles to refer to them with",
"type": "string",
"required": true
},
},
"aliases": {
"heraldic colours": {
"label": "Aliases",
"label": "Heraldic colours",
"description": "Use a comma-separated list or <br /> between entries.",
"description": "Their heraldic colours",
"type": "string"
"type": "string",
"required": true,
"aliases": [
"colours"
]
},
},
"status": {
"status": {
"label": "Status",
"label": "Status",
"description": "Current status (e.g. Alive, Dead)",
"description": "Current status (e.g. Alive, Dead); Mortal; etc",
"type": "string"
"type": "string",
"required": true
},
"eidolon": {
"label": "Eidolon",
"description": "Name of their first eidolon, as a wikilink.",
"type": "string",
"required": true
},
"current pilot": {
"label": "Current pilot",
"description": "Name of their current pilot, if known/applicable, as a wikilink.",
"type": "string",
"required": true,
"aliases": [
"currentpilot"
]
},
},
"type": {
"first pilot": {
"label": "Type",
"label": "First pilot",
"description": "God; Demigod; Marks Four, Three, Two; Mortal; etc",
"description": "Name of their first pilot, if known, as a wikilink.",
"type": "string"
"type": "string",
"required": true,
"aliases": [
"firstpilot"
]
},
},
"affiliated with": {
"affiliated with": {
"label": "Affiliated with",
"label": "Affiliated with",
"description": "People and/or organisation(s) the character is affiliated with.",
"description": "Other people and/or organisation(s) they are affiliated with.",
"type": "string",
"type": "string",
"required": true,
"aliases": [
"aliases": [
"affiliation"
"affiliation"

Revision as of 19:24, 25 April 2026

This is a documentation subpage for Infobox Deity.
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           = 
| title              = 
| epithets           = 
| heraldic colours   =
| status             = 
| eidolon            = 
| current pilot      = 
| first pilot        = 
| other affiliations = 
}}

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

Stringrequired
Titletitle

Their title (eg Lord of X)

Stringrequired
Epithetsepithets

Other titles to refer to them with

Stringrequired
Heraldic coloursheraldic colours colours

Their heraldic colours

Stringrequired
Statusstatus

Current status (e.g. Alive, Dead); Mortal; etc

Stringrequired
Eidoloneidolon

Name of their first eidolon, as a wikilink.

Stringrequired
Current pilotcurrent pilot currentpilot

Name of their current pilot, if known/applicable, as a wikilink.

Stringrequired
First pilotfirst pilot firstpilot

Name of their first pilot, if known, as a wikilink.

Stringrequired
Affiliated withaffiliated with affiliation

Other people and/or organisation(s) they are affiliated with.

Stringrequired