Difference between revisions of "Template:InfoBox UORareItem"

m
m
Line 3: Line 3:
 
={{{name}}}=
 
={{{name}}}=
 
{{#ifeq: {{Boolean|{{{crafted}}} }} | 1 |==    ''{{{craftText}}} by {{{crafter}}}''== }}
 
{{#ifeq: {{Boolean|{{{crafted}}} }} | 1 |==    ''{{{craftText}}} by {{{crafter}}}''== }}
</div>
+
</div>{{#vardefine: imagename|File:Item-{{{graphic}}}-{{{hue}}}.png}}
{{#ifexist:File:Item-{{{graphic}}}-{{{hue}}}.png|1|0}}
+
{{#ifexist:{{#var:imagename}}|1|0}}
File:Item-{{{graphic}}}-{{{hue}}}.png
+
{{#var:imagename}}
 
{| class=infobox  
 
{| class=infobox  
 
| class=imagecell colspan="2"| {{#ifexist:File:Item-{{{graphic}}}-{{{hue}}}.png|[[File:UO-Item-{{{graphic}}}-{{{hue}}}.png{{!}}Image of {{{name}}}]]|&nbsp;This image is not yet available.&nbsp;{{#if:{{{graphic|}}}|{{#if:{{{hue|}}}|<br/><br/>[http://services.servuo.com/uoapi/item/{{{graphic}}}/{{{hue}}} You can try this image.]<br/><br/>If it is the correct image, with the correct hue,<br/>you can save it, then [http://stratics.com/w/index.php?title=Special:Upload&wpDestFile=UO-Item-{{{graphic}}}-{{{hue}}}.png upload it] to Stratics!
 
| class=imagecell colspan="2"| {{#ifexist:File:Item-{{{graphic}}}-{{{hue}}}.png|[[File:UO-Item-{{{graphic}}}-{{{hue}}}.png{{!}}Image of {{{name}}}]]|&nbsp;This image is not yet available.&nbsp;{{#if:{{{graphic|}}}|{{#if:{{{hue|}}}|<br/><br/>[http://services.servuo.com/uoapi/item/{{{graphic}}}/{{{hue}}} You can try this image.]<br/><br/>If it is the correct image, with the correct hue,<br/>you can save it, then [http://stratics.com/w/index.php?title=Special:Upload&wpDestFile=UO-Item-{{{graphic}}}-{{{hue}}}.png upload it] to Stratics!

Revision as of 23:36, 7 June 2016

{{{name}}}

0 File:Item-{{{graphic}}}-{{{hue}}}.png

 This image is not yet available. 
Type unknown
Season unknown
Year
Shard(s)
Quantity unknown

Graphic unknown
Hue unknown
Weight unknown
Blessed (originally) 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
}}