Difference between revisions of "Template:InfoBox UORareItem"

Line 17: Line 17:
 
| Hue      || {{#if:{{{hue|}}}|{{{hue}}}[[Category:Hue {{{hue}}}]]|unknown[[Category:Rares with unknown hue]]}}
 
| Hue      || {{#if:{{{hue|}}}|{{{hue}}}[[Category:Hue {{{hue}}}]]|unknown[[Category:Rares with unknown hue]]}}
 
|-
 
|-
| Sound    || {{#if:{{{sound|}}}|{{{sound}}}[[Category:Rares with sound effects]]|unknown[[Category:Rares with unknown sounds]]}}
+
| Sound    || {{#if:{{{sound|}}}|{{{sound}}}{{#ifeq:{{{sound|}}}|none||[[Category:Rares with Sound Effects]]}}|unknown[[Category:Rares with unknown sounds]]}}
 
|-
 
|-
 
| Double-Click Effect    || {{#if:{{{doubleclick|}}}|{{{doubleclick}}}{{#ifeq:{{{doubleclick|}}}|none||[[Category:Rares with {{{doubleclick}}} Effects]]}}|unknown[[Category:Rares with unknown effects]]}}
 
| Double-Click Effect    || {{#if:{{{doubleclick|}}}|{{{doubleclick}}}{{#ifeq:{{{doubleclick|}}}|none||[[Category:Rares with {{{doubleclick}}} Effects]]}}|unknown[[Category:Rares with unknown effects]]}}
Line 26: Line 26:
 
| Legal to Own          || {{#if:{{{illegal|}}}|No[[Category:Illegal Items]]|Yes}}
 
| Legal to Own          || {{#if:{{{illegal|}}}|No[[Category:Illegal Items]]|Yes}}
 
|}
 
|}
{{#if:{{{season|}}}|[[Category:Season {{{season}}} Rares]]}}{{#if:{{{year|}}}|[[Category:{{{year}}} Rares]]}}{{#if:{{{wearable|}}}|[[Category:Wearable Rares]]}}{{#if:{{{wieldable|}}}|[[Category:Wieldable Rares]]}}{{Template:Clear}}
+
{{#if:{{{season|}}}|[[Category:Season {{{season}}} Rares]]}}{{#if:{{{year|}}}|[[Category:{{{year}}} Rares]]}}{{#if:{{{wearable|}}}|{{#ifeq:{{{wearable|}}}|false||[[Category:Wearable Rares]]}}}}{{#if:{{{wieldable|}}}|[[Category:Wieldable Rares]]}}{{Template:Clear}}
 
<noinclude>
 
<noinclude>
 
  <nowiki>{{Template:ItemInfoBox
 
  <nowiki>{{Template:ItemInfoBox

Revision as of 14:08, 20 May 2016

(No image available)
Season unknown
Year
Shard(s) ItemInfoBox/ShardItemInfoBox/ShardItemInfoBox/ShardItemInfoBox/ShardItemInfoBox/ShardItemInfoBox/ShardItemInfoBox/ShardItemInfoBox/ShardItemInfoBox/ShardItemInfoBox/ShardItemInfoBox/ShardItemInfoBox/ShardItemInfoBox/ShardItemInfoBox/ShardItemInfoBox/ShardItemInfoBox/ShardItemInfoBox/ShardItemInfoBox/ShardItemInfoBox/ShardItemInfoBox/ShardItemInfoBox/ShardItemInfoBox/ShardItemInfoBox/ShardItemInfoBox/ShardItemInfoBox/ShardItemInfoBox/ShardItemInfoBox/Shard
Quantity unknown

Graphic unknown
Hue unknown
Sound unknown
Double-Click Effect unknown

Legal to Own Yes
{{Template:ItemInfoBox
  |graphic  = 0x1234
  |hue      = 1050
  |quantity = 15
  |season   = 1  /* if present, don't also define year. */
  |year     = 1998 /* Only for items without a season. */
  |illegal       = true /* Defaults to false. */
  |sound         = None
  |doubleclick   = None
  |wearable      = true
  |wieldable     = true
  |s_Arirang     = true
  |s_Asuka       = true
  |s_Atlantic    = true
  |s_Baja        = true
  |s_Balhae      = true
  |s_Catskills   = true
  |s_Chesapeake  = true
  |s_Drachenfels = true
  |s_Europa      = true
  |s_Formosa     = true
  |s_GL          = true
  |s_Hokuto      = true
  |s_Izumo       = true
  |s_LA          = true
  |s_LS          = true
  |s_Legends     = true
  |s_Mizuho      = true
  |s_Mugen       = true
  |s_Napa        = true
  |s_Oceania     = true
  |s_Origin      = true
  |s_Pacific     = true
  |s_Sakura      = true
  |s_SP          = true
  |s_Sonoma      = true
  |s_Wakoku      = true
  |s_Yamato      = true
  |s_Unknown     = true
}}

Minimum knowledge case:

{{Template:ItemInfoBox
  |s_Unknown = true
}}