Welcome to the DFO World Wiki. With many major updates since the release of DFO, many items are missing. Visit Item Database Project to learn more.
Please remember to click "show preview" before saving the page.
Thanks for the updated logo snafuPop!
Difference between revisions of "Template:Item"
(remove #ifexists due to too many usages) |
m (Move has game icon to has icon) |
||
Line 1: | Line 1: | ||
<includeonly>{{#ifeq:{{Exists|{{{1}}}}}|1|{{#if: | <includeonly>{{#ifeq:{{Exists|{{{1}}}}}|1|{{#if: | ||
− | {{#vardefine:icon|{{#show:{{{1|Item}}}|?Has | + | {{#vardefine:icon|{{#show:{{{1|Item}}}|?Has icon|link=none|default=File:No_Icon.png}}}} |
{{#vardefine:name|{{#show:{{{1|Item}}}|?Has name|default={{{1|Item}}}}}}} | {{#vardefine:name|{{#show:{{{1|Item}}}|?Has name|default={{{1|Item}}}}}}} | ||
{{#vardefine:rarity|{{#if:{{{rarity|}}}|{{#show:{{{1|Item}}}|?Has item rarity|link=none|default=}}|}}}} | {{#vardefine:rarity|{{#if:{{{rarity|}}}|{{#show:{{{1|Item}}}|?Has item rarity|link=none|default=}}|}}}} |
Revision as of 12:55, 29 June 2019
Contents
Description
This template displays a link to an item with its respective icon.
Usage
{{Item |<item page> |<text> | icon = | full size = | rarity = }}
Parameters
All parameters are optional unless stated otherwise.
- item page
- Required. Item page. The wiki page of the item.
- text
- Displayed text. Defaults to the name of the item.
- icon
- Icon file. Defaults to the icon of the item.
- full size
- Set to anything to display the icon in its original size.
- rarity
- Set to anything to color the text according to the item's rarity.
Examples
{{Item|Corrupt Imposter Death Scythe}}
{{Item|Corrupt Imposter Death Scythe|Blargh|full size = y|rarity = y}}