Template:Infobox NPC: Difference between revisions

From HorizonXI Wiki
m (replaced html table code with mediawiki table code for readability)
mNo edit summary
Line 7: Line 7:
-->
-->
{| style="width:200px;"
{| style="width:200px;"
! colspan=2 |
|- {{#if:{{{gender|}}}||style="display: none;"}}
|- {{#if:{{{gender|}}}||style="display: none;"}}
| style="min-width: 70px;" | <small>Gender:</small>
| style="min-width: 70px;" | <small>Gender:</small>

Revision as of 20:30, 16 July 2024

Usage

{{Infobox NPC
| image = 
| name = 
| gender = 
| race = 
| bestiary = 
| job = 
| affiliation = 
| occupation = 
| status = 
| relatives = 
| location = 
}}
  • image: An image of the NPC in-game.
  • name: The NPC's name. Defaults to the page's name.
  • gender: The NPC's gender. "Male," "Female," "Unknown" or "Not applicable".
  • race: The NPC's race, such as "Elvaan".
  • bestiary: The NPC's bestiary classification, if not one of the playable races.
  • job: The job or jobs of the NPC, such as "Black Mage".
  • affiliation: The NPC's national affiliation.
  • occupation: The NPC's occupation, role, or position in society.
  • status: "Alive", "Undead", "Active" (when referring to gods, demigods and related beings), "Imprisoned," "Deceased" or "Unknown." If imprisoned or deceased a short summary can be included.
  • relatives: Spouses, siblings, parents, children, any other family members. If the character wields magic, was apprenticed to someone, or had an apprentice, then that person's teacher and/or student can be listed here. Please put the relationship in parenthesis.

Examples

Code Result
{{Infobox NPC
| image = Trion.JPG
| name = Trion
| gender = Male
| race = Elvaan
| job = [[Paladin]]
| affiliation = San d'Oria
| occupation = Prince Royal
}}
Trion
Gender: Male
Race: Elvaan
Bestiary: [[:Category:{{{bestiary}}} NPCs|{{{bestiary}}}]]
Job: Paladin
Affiliation: San d'Oria
Occupation: Prince Royal
Status: {{{status}}}
Relatives: {{{relatives}}}
{{Infobox NPC
| image = Chaperix.png
| name = Chaperix
| gender = Male
| bestiary = Goblin
| job = All-Rounder, Walloper, Barrager, or Spellslinger
| affiliation = Moblin Maze Mongers
}}
Chaperix
Gender: Male
Race: [[:Category:{{{race}}} NPCs|{{{race}}}]]
Bestiary: Goblin
Job: All-Rounder, Walloper, Barrager, or Spellslinger
Affiliation: Moblin Maze Mongers
Occupation: {{{occupation}}}
Status: {{{status}}}
Relatives: {{{relatives}}}