Difference between revisions of "Template:NPC infobox"

From Final Fantasy XIV Online Wiki
Jump to navigation Jump to search
m
m
Line 56: Line 56:
;[[:Category:Organizations|Organization]]
;[[:Category:Organizations|Organization]]
:{{#arraymap:{{{organization|}}}|,|@@@|{{#switch: {{lc:@@@}}
:{{#arraymap:{{{organization|}}}|,|@@@|{{#switch: {{lc:@@@}}
| ascalonian ghosts = [[Ascalonian ghost]]s
| druids = [[Druid (group)|Druids]]
| sentinel
| sentinels = [[Sentinel|Sentinels]]
| bandits = [[Bandit|Bandits]]
| pirates = [[Pirate|Pirates]]
| zintl (tribe) = [[Zintl (tribe)|Zintl]]
| #default = [[@@@]]
| #default = [[@@@]]
}}|<br>}}}}{{#if: {{{warband|}}} | {{#ifeq:{{ucfirst:{{{race}}}}}|Charr|<!-- Only charr belong to warbands -->
}}|<br>}}}}{{#if: {{{warband|}}} | {{#ifeq:{{ucfirst:{{{race}}}}}|Charr|<!-- Only charr belong to warbands -->
Line 110: Line 103:
  {{#if: {{{race|}}} |
  {{#if: {{{race|}}} |
   {{#arraymap:{{{race|}}}|,|@@@|{{#switch: {{lc:@@@}}<!-- Address plural form -->
   {{#arraymap:{{{race|}}}|,|@@@|{{#switch: {{lc:@@@}}<!-- Address plural form -->
  | au ra | aura = [[Category:Au Ra]]
  | elezen = [[Category:Elezen]]
  | hyur = [[Category:Hyur]]
  | lalafell = [[Category:Lalafell]]
  | miqo'te | miqote = [[Category:Miqo'te]]
  | roegadyn = [[Category:Roegadyn]]
   | fish = [[Category:Fish]]
   | fish = [[Category:Fish]]
   | plant = [[Category:Plants]]
   | plant = [[Category:Plants]]
Line 119: Line 118:
   }}|}}
   }}|}}
   | [[Category:NPCs with no race specified]] }}
   | [[Category:NPCs with no race specified]] }}
{{#if: {{{clan|}}} |
  {{#switch: {{lc:{{{clan}}}}}<!-- Address plural form -->
  | plainsfolk | dunesfolk | raen | xaela | wildwood | duskwight = [[Category:{{ucfirst:{{{clan}}}}}]] <!-- No change -->
  | seeker of the sun = [[Category:Seekers of the Sun]]
  | keeper of the moon = [[Category:Keepers of the Moon]]
  | sea wolf = [[Category:Sea Wolves]]
  | #default = [[Category:{{ucfirst:{{{clan}}}}}s]]
  }} }}
   {{#if: {{{organization|}}} | {{#arraymap:{{{organization|}}}|,|@@@|[[Category:@@@]]|}} }}
   {{#if: {{{organization|}}} | {{#arraymap:{{{organization|}}}|,|@@@|[[Category:@@@]]|}} }}
   {{#if: {{{goal|}}} | {{#arraymap:{{{goal|}}}|,|@@@|{{#switch:{{lc:@@@}}
   {{#if: {{{goal|}}} | {{#arraymap:{{{goal|}}}|,|@@@|{{#switch:{{lc:@@@}}

Revision as of 17:27, 12 July 2017

Parameters

name
Optional. Defaults the name of the article ({{PAGENAME}}).
description
Optional. The description of the abilites of the NPC, listed under the health bar. Use a comma-separated list of the abilities.
icon
Optional. The creature icon. If no value is set the icon defaults to showing an icon chosen by the service parameter. If that too is unspecified, the icon is hidden.
image
Optional. The NPC image should not include any text. Defaults to the page name ({{PAGENAME}}.jpg).
race
Required. The race of the NPC. Race here should be capitalized. If this NPC could be multiple races, use "Various".
location
Required. The area(s) or zone(s) the NPC can be found. Use a comma-separated list of locations.
organization
Optional. The affiliation the NPC belongs to.
level
Optional. The level of the NPC.
aggression
Optional. The aggression type and rank. It accepts aggressive and passive, formatted as follows: a1 (aggressive rank 1), a2 (agressive rank 2), ..., p1 (passive rank 1), p2 (passive rank 2), etc.
class
Optional. The class of the NPC.
job
Optional. The job of the NPC.
service
The service or services provided by the NPC. Use a comma-seperated list of services.
goal
Optional. Specific events or tasks this NPC is affiliated with. If entering multiple goals, put each new goal on a new line.
coordinates
Optional. The X, Y and Z coordinates to the NPCs location, comma-separated. Eg.: 23.2, 5.55, 1.
release
Optional. The expansion or living world season required to access the content. Displays a notice of the release.

Usage

{{NPC infobox
| name = 
| description = 
| image = 
| location = 
| coordinates = 
| race = 
| clan = 
| class = 
| job = 
| organization = 
| level = 
| aggression = 
| service = 
| goal = 
}}

Example

{{NPC infobox
| name = Alphinaud
| description = 
| image = Alphinaud.png
| location = South Shroud
| coordinates = 19, 29
| race = Elezen
| job = Scholar
| organization = Scions of the Seventh Dawn
| aggression = p1
}}
{{NPC infobox
| name = Gelato
| image = Gelato.jpg
| race = flan
| location = South Shroud
| aggression = a4
}}

Gelato