Template:NPC infobox: Difference between revisions
(added location parameter) |
(added icon parameter) |
||
Line 1: | Line 1: | ||
<includeonly><templatestyles src="NPC infobox/styles.css" /> | |||
<div class="infobox"> | <div class="infobox"> | ||
{{#if:{{{icon|}}}|<div class="infobox-icon">[[File:{{{icon}}}|40px]]</div>}} | |||
<p class="heading">{{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}}</p> | <p class="heading">{{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}}</p> | ||
<div class="wrapper"> | <div class="wrapper"> | ||
Line 43: | Line 44: | ||
{{NPC infobox | {{NPC infobox | ||
|name= | |name= | ||
|icon= | |||
|image= | |image= | ||
|race= | |race= | ||
Line 86: | Line 88: | ||
{{NPC infobox | {{NPC infobox | ||
|name=La Bark | |name=La Bark | ||
|icon=Goods shop icon.gif | |||
|image=Boss-labark.png | |image=Boss-labark.png | ||
|race=Wolf | |race=Wolf | ||
Line 97: | Line 100: | ||
{{NPC infobox | {{NPC infobox | ||
|name=La Bark | |name=La Bark | ||
|icon=Quest new icon.gif | |||
|image=Boss-labark.png | |image=Boss-labark.png | ||
|race=Wolf | |race=Wolf |
Revision as of 15:40, 27 June 2024
Description
This is the NPC infobox template. It should be transcluded in the following format:
{{NPC infobox |name= |icon= |image= |race= |level= |rank= |location1...location5= |goal= |service= |gallery1...gallery5= |gallery-text1...gallery-text5= }}
Parameters
- name
- Optional. Only include if the name of the NPC differs from the article name. Defaults to the name of the article:
{{PAGENAME}}
- image
- Required. Image of the NPC.
- race
- Required. The race of the NPC. Race here should be capitalized. If this NPC could be multiple races, either list them all, comma-separated, or use "Various" instead of a huge list.
- level
- Optional. The level or levels of the NPC.
- rank
- Optional. Should be one of the following: boss. Defaults to normal
- location1...location5
- Required. The area(s) or zone(s) the NPC can be found. Separate additional locations with location2, location3, etc.
- goal
- Optional. Specific quest or challenge this NPC is affiliated with. If entering multiple goals, put each new goal on a new line.
- service
- Optional. The service or services provided by the NPC. Use a comma-separated list of services. Options:
- Apprentice Blacksmith
- Armor Shop
- Blacksmith
- Grocer
- Guild Cloak Shop
- Guild Manager
- Magic Goods
- Material Shop
- Mercenary Manager
- Mobile Shop
- Weapon Shop
- Fame
- Arena Manager
- Quest
- Bank
- Guard
- Stat Reset
- gallery1...gallery5
- Optional. Images related to the NPC.
- gallery-text1...gallery-text5
- Optional. Image descriptions.
Example
Page Template:NPC infobox/styles.css has no content.
La Bark
- Race
- Wolf
- Level
- 31
- Rank
- Normal
- Location
- Depthless Orifice
Image(s) |
Location in Depthless Orifice (all-PVP zone) |
{{NPC infobox |name=La Bark |icon=Quest new icon.gif |image=Boss-labark.png |race=Wolf |level=31 |boss=yes |location1=Depthless Orifice |gallery1=Depthless_Orifice-labark.png |gallery-text1=Location in Depthless Orifice (all-PVP zone) }}
TODO
- Add icon parameter (would be useful for shops/services)
- Add coordinates parameter if/when kartographer is enabled