More actions
Created page with "{{Documentation}} ;Template Usage The Character Infobox template is used for character pages only. Copy and paste the following code into the top of an article, filling all known fields. Leave all the unknown fields empty and they will not appear on the infobox. <pre><nowiki>{{Infobox Character | Name = | Subtitle = | Image = | Alias = | Home = | Gender = | Race = | Class = | Subclass = | FormerOccupation = | Born = | Died = | Partner = | Child1 = | Child2 = |..." |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
;Template Usage | ;Template Usage | ||
The Character Infobox template is used for | The Character Infobox template is used for NPC pages only. Copy and paste the following code into the top of an article, filling all known fields. Leave all the unknown fields empty and they will not appear on the infobox. | ||
<pre><nowiki>{{Infobox | <pre><nowiki>{{Infobox NPC | ||
| Name = | | Name = | ||
| Subtitle = | | Subtitle = | ||
| Image = | | Image = | ||
| Alias = | | Alias = | ||
| Birthplace = | |||
| Home = | | Home = | ||
| Gender = | | Gender = | ||
| Race = | | Race = | ||
| | | Occupation = | ||
| | | Faction = | ||
| Born = | | Born = | ||
| Died = | | Died = | ||
| Line 40: | Line 40: | ||
"Image": {}, | "Image": {}, | ||
"Alias": {}, | "Alias": {}, | ||
"Birthplace": {}, | |||
"Home": {}, | |||
"Gender": {}, | "Gender": {}, | ||
"Race": {}, | "Race": {}, | ||
" | "Occupation": {}, | ||
" | "Faction": {}, | ||
"Born": {}, | "Born": {}, | ||
"Died": {}, | "Died": {}, | ||
| Line 59: | Line 60: | ||
"Associates4": {} | "Associates4": {} | ||
}, | }, | ||
"description": "This template is an infobox template for use in articles on | "description": "This template is an infobox template for use in articles on NPC pages.", | ||
"format": "{{_\n| _______________________________ = _\n}}\n" | "format": "{{_\n| _______________________________ = _\n}}\n" | ||
} | } | ||
</templatedata> | </templatedata> | ||
Latest revision as of 20:31, 17 March 2025
message_subpage_title
message_subpage_desc
- Template Usage
The Character Infobox template is used for NPC pages only. Copy and paste the following code into the top of an article, filling all known fields. Leave all the unknown fields empty and they will not appear on the infobox.
{{Infobox NPC
| Name =
| Subtitle =
| Image =
| Alias =
| Birthplace =
| Home =
| Gender =
| Race =
| Occupation =
| Faction =
| Born =
| Died =
| Partner =
| Child1 =
| Child2 =
| Mother =
| Father =
| Sibling1 =
| Sibling2 =
| Associates1 =
| Associates2 =
| Associates3 =
| Associates4 =
}}
- Field Documentation
TemplateData
This template is an infobox template for use in articles on NPC pages.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | Name | no description | Unknown | optional |
| Subtitle | Subtitle | no description | Unknown | optional |
| Image | Image | no description | Unknown | optional |
| Alias | Alias | no description | Unknown | optional |
| Birthplace | Birthplace | no description | Unknown | optional |
| Home | Home | no description | Unknown | optional |
| Gender | Gender | no description | Unknown | optional |
| Race | Race | no description | Unknown | optional |
| Occupation | Occupation | no description | Unknown | optional |
| Faction | Faction | no description | Unknown | optional |
| Born | Born | no description | Unknown | optional |
| Died | Died | no description | Unknown | optional |
| Partner | Partner | no description | Unknown | optional |
| Child1 | Child1 | no description | Unknown | optional |
| Child2 | Child2 | no description | Unknown | optional |
| Mother | Mother | no description | Unknown | optional |
| Father | Father | no description | Unknown | optional |
| Sibling1 | Sibling1 | no description | Unknown | optional |
| Sibling2 | Sibling2 | no description | Unknown | optional |
| Associates1 | Associates1 | no description | Unknown | optional |
| Associates2 | Associates2 | no description | Unknown | optional |
| Associates3 | Associates3 | no description | Unknown | optional |
| Associates4 | Associates4 | no description | Unknown | optional |