|
|
| Line 18: |
Line 18: |
| </pre> | | </pre> |
|
| |
|
| == TemplateData ==
| |
| <templatedata>
| |
| {
| |
| "description": "Infobox summarising a character's personnel file.",
| |
| "params": {
| |
| "image": {
| |
| "label": "Image",
| |
| "description": "Filename of an artwork with the character (without the File: prefix).",
| |
| "type": "wiki-file-name",
| |
| "example": "Example.jpg"
| |
| },
| |
| "caption": {
| |
| "label": "Image caption",
| |
| "description": "Optional caption displayed beneath the image.",
| |
| "type": "string"
| |
| },
| |
| "name": {
| |
| "label": "Name",
| |
| "description": "Full name, often {{PAGENAME}}",
| |
| "type": "string",
| |
| "required": true
| |
| },
| |
| "pronouns": {
| |
| "label": "Pronouns (styled: She/Her, Xe/Xem, Ze/Zir, etc)",
| |
| "description": "Pronouns",
| |
| "type": "string",
| |
| "required": true
| |
| },
| |
| "aliases": {
| |
| "label": "Aliases",
| |
| "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"
| |
| },
| |
| "status": {
| |
| "label": "Status",
| |
| "description": "Current status (e.g. Alive, Dead)",
| |
| "type": "string"
| |
| },
| |
| "type": {
| |
| "label": "Type",
| |
| "description": "Demigod; Marks Four, Three, Two; Mortal; etc",
| |
| "type": "string"
| |
| },
| |
| "affiliated with": {
| |
| "label": "Affiliated with",
| |
| "description": "People and/or organisations they are affiliated with, as wikilinks. Relationships should be described from the article character's perspective (e.g. Athena is the ''child'' of Zeus). Entries are separated with <br /> ",
| |
| "type": "string",
| |
| "aliases": [
| |
| "affiliation"
| |
| ]
| |
| }
| |
| },
| |
| "format": "block",
| |
| "paramOrder": [
| |
| "image",
| |
| "caption",
| |
| "name",
| |
| "pronouns",
| |
| "aliases",
| |
| "age",
| |
| "height",
| |
| "status",
| |
| "type",
| |
| "affiliated with"
| |
| ]
| |
| }
| |
| </templatedata>
| |
|
| |
|
| <includeonly> | | <includeonly> |
| [[Category:Infobox templates]] | | [[Category:Infobox templates]] |
| </includeonly> | | </includeonly> |
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 =
}}