Difference between revisions of "Template:NPC infobox"

From Final Fantasy XIV Online Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
<includeonly>{{#set:Has context=NPC}}{{#switch:{{lc:{{{release|}}}}}|heavensward = {{Heavensward expansion content}}|stormblood = {{Stormblood expansion content}}}}<div class="infobox npc">
<includeonly>{{#set:Has context=NPC}}{{#switch:{{lc:{{{release|}}}}}|heavensward = {{Heavensward expansion content}}|stormblood = {{Stormblood expansion content}}}}<div class="infobox-n npc">
{{#if: {{{icon|}}}
{{#if: {{{icon|}}}
   | <div class="icon">[[File:{{{icon}}}|40x40px]]</div>
   | <div class="icon">[[File:{{{icon}}}|40x40px]]</div>

Revision as of 13:05, 20 June 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.
affiliation
Optional. The affiliation the NPC belongs to.
level
Optional. The level of the NPC.
rank
Optional. Should be one of the following: normal, veteran, elite, champion, legendary.
profession
Optional. The profession of the NPC. Use a comma-seperated list if more than one profession is possible.
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 and Y coordinates to the NPCs location. Displays and interactive map with a marker of the NPC's location. EG [12345,31321]. See {{Infobox map}} for more details.
categorize
Optional. "y" or "n" to turn on/off categorization. Default is on for main namespace articles and off for others. If using "status", don't set this parameter.
release
Optional. The expansion or living world season required to access the content. Displays a notice of the release. See {{infobox release}} for options.

Usage

{{NPC infobox
| name = 
| description = 
| image = 
| location = 
| race = 
| affiliation = 
| level = 
| rank = 
| profession = 
| service = 
| goal = 
}}

Example

{{NPC infobox
| name = Alphinaud
| description = 
| image = Alphinaud.png
| race = Elezen
| affiliation = Scions of the Seventh Dawn
| job = Arcanist
}}