Template:Item infobox: Difference between revisions
(Created page with "<noinclude>{{page warning|message=This template is in draft.}}</noinclude><includeonly><templatestyles src="NPC infobox/styles.css" /> <div class="infobox"> {{#if:{{{icon|}}}|<div class="infobox-icon">[[File:{{{icon}}}|40px]]</div>}} <p class="heading">{{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}}</p> <div class="wrapper"> <p class="image_wrapper">[[File:{{{image}}}|200px|center]]</p> ;Race :{{{race}}} {{#if:{{{level|}}}| ;Level :{{{level}}}}} {{#if:{{{rank|}}}| ;Rank :{{{...") |
No edit summary |
||
Line 42: | Line 42: | ||
It should be transcluded in the following format: | It should be transcluded in the following format: | ||
<pre> | <pre> | ||
{{ | {{Item infobox | ||
|name= | |name= | ||
|icon= | |icon= | ||
| | |description= | ||
| | |type= | ||
|level= | |level= | ||
| | |rarity= | ||
| | |value= | ||
|goal= | |goal= | ||
| | |id= | ||
|gallery1...gallery5= | |gallery1...gallery5= | ||
|gallery-text1...gallery-text5= | |gallery-text1...gallery-text5= | ||
Line 58: | Line 58: | ||
== Parameters == | == Parameters == | ||
; name : Optional. Only include if the name of the NPC differs from the article name. Defaults to the name of the article: <code><nowiki>{{PAGENAME}}</nowiki></code> | ; name : Optional. Only include if the name of the NPC differs from the article name. Defaults to the name of the article: <code><nowiki>{{PAGENAME}}</nowiki></code> | ||
; icon : Optional. | ; icon : Optional. Icon of the item. | ||
; type : Required. The type of item. Options: | |||
; | :: Crafting material | ||
:: Crafting sheet | |||
:: Crafting tool | |||
:: Boots | |||
:: Mage Boots | |||
:: Circlet | |||
:: | :: Gloves | ||
:: | :: Mage Gloves | ||
:: | :: Helmet | ||
:: | :: Jacket | ||
:: | :: Pants | ||
:: | :: Robe | ||
:: | :: Shield | ||
:: | :: Cape | ||
:: | :: Necklace | ||
:: | :: Ring | ||
:: | :: Axe | ||
:: | :: Bow | ||
:: | :: Dagger | ||
:: | :: Hammer | ||
:: | :: Mace | ||
:: | :: Polearm | ||
:: | :: Staff | ||
:: | :: Sword | ||
:: | :: Wand | ||
; gallery1...gallery5 : Optional. Images related to the | ; level : Optional. The level or levels of the item. | ||
; rarity : Optional. Should be one of the following: normal, magic, rare, soul, unique. Defaults to normal. | |||
; goal : Optional. Specific quest or challenge this item is affiliated with. If entering multiple goals, put each new goal on a new line. | |||
; gallery1...gallery5 : Optional. Images related to the item. | |||
; gallery-text1...gallery-text5 : Optional. Image descriptions. | ; gallery-text1...gallery-text5 : Optional. Image descriptions. | ||
Line 115: | Line 118: | ||
== TODO == | == TODO == | ||
:*Add properties to parameters | :*Add properties to parameters | ||
{{clear}} | {{clear}} | ||
[[Category:Infobox templates| | [[Category:Infobox templates|Item]] | ||
</noinclude> | </noinclude> |
Revision as of 03:18, 30 June 2024
Warning:
Description
This is the Item infobox template. It should be transcluded in the following format:
{{Item infobox |name= |icon= |description= |type= |level= |rarity= |value= |goal= |id= |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}}
- icon
- Optional. Icon of the item.
- type
- Required. The type of item. Options:
- Crafting material
- Crafting sheet
- Crafting tool
- Boots
- Mage Boots
- Circlet
- Gloves
- Mage Gloves
- Helmet
- Jacket
- Pants
- Robe
- Shield
- Cape
- Necklace
- Ring
- Axe
- Bow
- Dagger
- Hammer
- Mace
- Polearm
- Staff
- Sword
- Wand
- level
- Optional. The level or levels of the item.
- rarity
- Optional. Should be one of the following: normal, magic, rare, soul, unique. Defaults to normal.
- goal
- Optional. Specific quest or challenge this item is affiliated with. If entering multiple goals, put each new goal on a new line.
- gallery1...gallery5
- Optional. Images related to the item.
- gallery-text1...gallery-text5
- Optional. Image descriptions.
Example
{{NPC infobox |name=La Bark |icon= |image=Boss-labark.png |race=Canine |level=31 |rank=Boss |location1=Depthless Orifice |gallery1=Depthless_Orifice-labark.png |gallery-text1=Location in Depthless Orifice (all-PVP zone) }}
TODO
- Add properties to parameters