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
 
(2 intermediate revisions by the same user not shown)
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 35: Line 38:
"name": {
"name": {
"label": "Name",
"label": "Name",
"description": "Full name",
"description": "Name",
"type": "string",
"type": "string",
"required": true
"required": true
Line 41: Line 44:
"pronouns": {
"pronouns": {
"label": "Pronouns",
"label": "Pronouns",
"description": "Pronouns",
"description": "Pronouns (styled: She/Her, Xe/Xem, Ze/Zir, etc)",
"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, separated with <br />",
"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);",
"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, as a wikilink. If no current pilot, write 'Nil', or if current pilot is dead, put 'deceased' in brackets after the pilot's name.",
"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": {
"other affiliations": {
"label": "Affiliated with",
"label": "Other affiliations",
"description": "People and/or organisation(s) the character is affiliated with.",
"description": "Other people and/or organisation(s) they are affiliated with, separated with <br />.",
"type": "string",
"type": "string",
"required": true,
"aliases": [
"aliases": [
"affiliation"
"affiliation"

Latest revision as of 19:48, 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

Name

Stringrequired
Pronounspronouns

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

Stringrequired
Titletitle

Their title (eg Lord of X)

Stringrequired
Epithetsepithets

Other titles to refer to them with, separated with <br />

Stringrequired
Heraldic coloursheraldic colours colours

Their heraldic colours

Stringrequired
Statusstatus

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

Stringrequired
Eidoloneidolon

Name of their first eidolon, as a wikilink.

Stringrequired
Current pilotcurrent pilot currentpilot

Name of their current pilot, as a wikilink. If no current pilot, write 'Nil', or if current pilot is dead, put 'deceased' in brackets after the pilot's name.

Stringrequired
First pilotfirst pilot firstpilot

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

Stringrequired
Other affiliationsother affiliations affiliation

Other people and/or organisation(s) they are affiliated with, separated with <br />.

Stringrequired