Difference between revisions of "Template:InfoBox UORareItem"

m
m
Line 65: Line 65:
 
|colspan="2"|
 
|colspan="2"|
 
-----
 
-----
|-
+
{{BoolInfoLine
| Animated || {{#if:{{{animated|}}}|{{{animated}}}[[Category:UO:Animated Items]]|unknown[[Category:UO:Rares with unknown animation]]}}
+
| field = Animated
|-
+
| param = {{{animated|}}}
| Sound    || {{#if:{{{sound|}}}|{{{sound}}}{{#ifeq:{{{sound|}}}|none||[[Category:UO:Rares with Sound Effects]]}}|unknown[[Category:UO:Rares with unknown sounds]]}}
+
| unknownCat = Rares with unknown animation info
|-
+
}}
| Double-Click Effect   || {{#if:{{{doubleclick|}}}|{{{doubleclick}}}{{#ifeq:{{{doubleclick|}}}|none||[[Category:UO:Rares with {{{doubleclick}}} Effects]]}}|unknown[[Category:UO:Rares with unknown effects]]}}
+
{{BoolInfoLine
 +
| field = Double-click Effect
 +
| param = {{{doubleclick|}}}
 +
| unknownCat = Rares with unknown double-click info
 +
}}
 +
{{BoolInfoLine
 +
| field = Sound
 +
| param = {{{sound|}}}
 +
| unknownCat = Rares with unknown sound info
 +
}}
 +
{{BoolInfoLine
 +
| field = Walk-over Effect
 +
| param = {{{walkover|}}}
 +
| unknownCat = Rares with unknown walk-over info
 +
}}
 
|-
 
|-
 
|colspan="2"|
 
|colspan="2"|
 
-----
 
-----
|-
+
{{BoolInfoLine
| Legal to Own           || {{#if:{{{illegal|}}}|No[[Category:UO:Illegal Items]]|Yes}}
+
| field = Legal to Own
 +
| param = {{{legal|}}}
 +
| unknownCat = Rares of unknown legality
 +
}}
 
|}
 
|}
 
{{#if:{{{season|}}}|[[Category:UO:Season {{{season}}} Rares]]}}{{#if:{{{year|}}}|[[Category:UO:{{{year}}} Rares]]}}{{#if:{{{wearable|}}}|{{#ifeq:{{{wearable|}}}|false||[[Category:UO:Wearable Rares]]}}}}{{#if:{{{wieldable|}}}|[[Category:UO:Wieldable Rares]]}}{{Template:Clear}}
 
{{#if:{{{season|}}}|[[Category:UO:Season {{{season}}} Rares]]}}{{#if:{{{year|}}}|[[Category:UO:{{{year}}} Rares]]}}{{#if:{{{wearable|}}}|{{#ifeq:{{{wearable|}}}|false||[[Category:UO:Wearable Rares]]}}}}{{#if:{{{wieldable|}}}|[[Category:UO:Wieldable Rares]]}}{{Template:Clear}}
Line 86: Line 103:
 
   |year    = 1998 /* Only for items without a season. */
 
   |year    = 1998 /* Only for items without a season. */
 
   |weight = 3
 
   |weight = 3
   |illegal       = true /* Defaults to false. */
+
   |legal       = true  
 
   |sound        = None
 
   |sound        = None
 
   |doubleclick  = None
 
   |doubleclick  = None
 
   |wearable      = true
 
   |wearable      = true
 
   |wieldable    = true
 
   |wieldable    = true
 +
  |walkover = true
 +
  |eatable = true
 
   |animated = true
 
   |animated = true
 
   |turnable  = true
 
   |turnable  = true

Revision as of 18:42, 7 June 2016

This image is not yet available at Stratics.

You can try this image.

If it is the correct image, with the correct hue, you can save it, then upload it to Stratics!

(Image API is provided by ServUO,
and is used with permission.)

Type unknown
Season unknown
Year
Shard(s)
Quantity unknown

Graphic unknown
Hue unknown
Weight unknown

Dyable unknown
Eatable unknown
Turnable unknown
Wearable unknown
Wieldable unknown

Animated unknown
Double-click Effect unknown
Sound unknown
Walk-over Effect unknown

Legal to Own unknown
{{Template:ItemInfoBox
  |graphic  = 1234
  |hue      = 1050
  |quantity = 15
  |season   = 1  /* if present, don't also define year. */
  |year     = 1998 /* Only for items without a season. */
  |weight = 3
  |legal       = true 
  |sound         = None
  |doubleclick   = None
  |wearable      = true
  |wieldable     = true
  |walkover = true
  |eatable = true
  |animated = true
  |turnable  = 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
  |type          = EM
  |crafted       = no
}}

Minimum knowledge case:

{{Template:ItemInfoBox
  |s_Unknown = true
}}