Template:MiscItem: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 13: | Line 13: | ||
<div style="margin-left: 1em;"> | <div style="margin-left: 1em;"> | ||
{{#if:{{{item_type|}}}|'''Item Type''': {{{item_type}}}<br /> | {{#if:{{{item_type|}}}|'''Item Type''': {{{item_type}}}<br /> | ||
}}{{# | }}{{#ifeq:{{lc:{{{is_soulbound|}}}}}|yes|'''This item is Soulbound and cannot be traded.'''<br /> | ||
}}{{#if:{{{used_in_quest|}}}|'''Used In Quest''': [[{{{used_in_quest}}}]]<br /> | }}{{#if:{{{used_in_quest|}}}|'''Used In Quest''': [[{{{used_in_quest}}}]]<br /> | ||
}}</div> | }}</div> | ||
| Line 19: | Line 19: | ||
<!-- HOW TO ACQUIRE --> | <!-- HOW TO ACQUIRE --> | ||
<!-- ========================== --> | <!-- ========================== --> | ||
{{#if:{{{ | {{#if:{{{dropped_by|}}}|{{DroppedBy|dropped_by={{{dropped_by|}}} }} | ||
}}{{#if:{{{sold_by|}}}|{{SoldBy|sold_by={{{sold_by|}}} }} | |||
}}{{#if:{{{quest_reward|}}}|{{QuestReward|quest_reward={{{quest_reward|}}} }} | |||
{{# | |||
}} | }} | ||
<!-- ========================== --> | <!-- ========================== --> | ||
| Line 37: | Line 34: | ||
<!-- SELL PRICE --> | <!-- SELL PRICE --> | ||
<!-- ========================== --> | <!-- ========================== --> | ||
{{#if:{{{ | {{#if:{{{sell_price_gold|}}}{{{sell_price_silver|}}}{{{sell_price_copper|}}}| | ||
{{PriceDisplay | |||
| gold={{{sell_price_gold|}}} | |||
| silver={{{sell_price_silver|}}} | |||
{{{ | | copper={{{sell_price_copper|}}} | ||
}} | |||
}} | }} | ||
<!-- ========================== --> | <!-- ========================== --> | ||
| Line 49: | Line 46: | ||
[[Category:Misc Items]] | [[Category:Misc Items]] | ||
{{#if:{{{item_type|}}}|[[Category:{{{item_type}}} Items]]}} | {{#if:{{{item_type|}}}|[[Category:{{{item_type}}} Items]]}} | ||
</div> | |||
</div> | <includeonly><div style="display:none;"> | ||
[[Item type::{{{item_type}}}]] | |||
[[Is used in quest::{{{used_in_quest}}}]] | |||
[[Is soulbound::{{{is_soulbound}}}]] | |||
[[Sell price (gold)::{{{sell_price_gold}}}]] | |||
[[Sell price (silver)::{{{sell_price_silver}}}]] | |||
[[Sell price (copper)::{{{sell_price_copper}}}]] | |||
[[Dropped by::{{{dropped_by}}}]] | |||
[[Sold by::{{{sold_by}}}]] | |||
[[Quest reward from::{{{quest_reward}}}]] | |||
<span style="display:none">{{#default_form:MiscItem}}</span> | |||
</div></includeonly> | |||
Revision as of 09:38, 13 May 2025
MiscItem
Item Info