Difference between revisions of "Template:Infobox Item Set"

From Underdone Wiki
Jump to: navigation, search
(Created page with "{| class="wikitable" style="float:right; width:325px; font-size:90%; text-align:left;" cellspacing="0" cellpadding="3" ! colspan="2" style="font-size:110%; text-align:center;"...")
 
(Blanked the page)
Line 1: Line 1:
{| class="wikitable" style="float:right; width:325px; font-size:90%; text-align:left;" cellspacing="0" cellpadding="3"
 
! colspan="2" style="font-size:110%; text-align:center;" | {{#if:{{{name|}}}| {{{name|}}} | '''?''' }}
 
|-
 
{{#if:{{{image|}}}|
 
{{!}} colspan="2" style="text-align: center;" {{!}}[[File:{{{image|}}}|150px]]<br />{{#if:{{{caption|}}}|{{{caption}}}}}
 
{{!}}-
 
|{{!}} colspan="2" style="text-align: center;" {{!}}[[File:Item.png|150px|Missing image!]]<br />
 
{{!}}-
 
}}
 
  
{{!}} colspan="2" style="text-align: center; background:#F0F0F0" {{!}}'''Description'''<br />
 
{{!}}-
 
{{#if:{{{description|}}}|
 
{{!}} colspan="2" style="text-align: center;" {{!}}''{{{description|}}}''<br />
 
{{!}}-
 
|{{!}} colspan="2" style="text-align: center;" {{!}}'''?'''<br />
 
{{!}}-
 
}}
 
 
{{Alternating rows table section
 
|os=background:#F0F0F0;
 
|{{#if:{{{weight|}}}| {{!}} style="width:50%;" {{!}} '''Weight''' {{!!}} {{{weight|}}}| {{!}} style="width:50%;" {{!}} '''Weight''' {{!!}} '''?''' }}
 
|{{#if:{{{stackable|}}}| {{!}} style="width:50%;" {{!}} '''Stackable''' {{!!}} {{{stackable|}}}| {{!}} style="width:50%;" {{!}} '''Stackable''' {{!!}} '''?''' }}
 
|{{#if:{{{availability|}}}| {{!}} style="width:50%;" {{!}} '''Availability''' {{!!}} {{{availability|}}}| {{!}} style="width:50%;" {{!}} '''Availability''' {{!!}} '''?''' }}
 
|{{#if:{{{quest|}}}| {{!}} style="width:50%;" {{!}} '''Quest''' {{!!}} {{{quest|}}} }}
 
|{{#if:{{{shop|}}}| {{!}} style="width:50%;" {{!}} '''Shop''' {{!!}} {{{shop|}}} }}
 
|{{#if:{{{buyprice|}}}| {{!}} style="width:50%;" {{!}} '''Buy Price''' {{!!}} {{{buyprice|}}} }}
 
|{{#if:{{{sellprice|}}}| {{!}} style="width:50%;" {{!}} '''Sell Price''' {{!!}} {{{sellprice|}}}| {{!}} style="width:50%;" {{!}} '''Sell Price''' {{!!}} '''?''' }}
 
}}
 
|}
 
 
<noinclude>
 
==Usage==
 
<pre>
 
{{Infobox Item Set
 
|name          =
 
|image          =
 
|description    =
 
|weight        =
 
|stackable      =
 
|availability  =
 
|quest          =
 
|shop          =
 
|buyprice      =
 
|sellprice      =
 
}}</pre>
 
 
[[Category:Templates|{{PAGENAME}}]]
 
</noinclude>
 

Revision as of 06:29, 1 April 2016