Difference between revisions of "Template:Infobox Armour"

From Underdone Wiki
Jump to: navigation, search
(Created page with "{| class="infobox" style="float:right; width:264px; font-size:90%; text-align:left;" cellspacing="0" cellpadding="3" ! colspan="2" style="font-size:110%; text-align:center;" |...")
 
Line 1: Line 1:
{| class="infobox" style="float:right; width:264px; font-size:90%; text-align:left;" cellspacing="0" cellpadding="3"
+
{| class="wikitable" style="float:right; width:264px; font-size:90%; text-align:left;" cellspacing="0" cellpadding="3"
 
! colspan="2" style="font-size:110%; text-align:center;" | {{{name|{{PAGENAME}}}}}
 
! colspan="2" style="font-size:110%; text-align:center;" | {{{name|{{PAGENAME}}}}}
 
|-
 
|-
 
{{#if:{{{image|}}}|
 
{{#if:{{{image|}}}|
{{!}} colspan="2" style="text-align: center;" {{!}}{{{image|}}}<br />{{#if:{{{caption|}}}|{{{caption}}}}}
+
{{!}} colspan="2" style="text-align: center;" {{!}}{{{image|}}}<br />{{#if:{{{description|}}}|{{{description}}}}}
 
{{!}}-
 
{{!}}-
 
}}
 
}}
 
{{Alternating rows table section
 
{{Alternating rows table section
 
|es=background:#F0F0F0;
 
|es=background:#F0F0F0;
|{{#if:{{{levelreq|}}}|{{!}} '''Level Req.''' {{!!}} {{{levelreq|}}} }}
 
 
|{{#if:{{{weight|}}}| {{!}} '''Weight''' {{!!}} {{{weight|}}} }}
 
|{{#if:{{{weight|}}}| {{!}} '''Weight''' {{!!}} {{{weight|}}} }}
 
|{{#if:{{{stackable|}}}| {{!}} '''Stackable''' {{!!}} {{{stackable|}}} }}
 
|{{#if:{{{stackable|}}}| {{!}} '''Stackable''' {{!!}} {{{stackable|}}} }}
|{{#if:{{{armor|}}}| {{!}} '''Armor''' {{!!}} {{{armor|}}} }}
+
|{{#if:{{{levelreq|}}}|{{!}} '''Level Req.''' {{!!}} {{{levelreq|}}} }}
 +
|{{#if:{{{armour|}}}| {{!}} '''Armor''' {{!!}} {{{armour|}}} }}
 
|{{#if:{{{maxhealth|}}}| {{!}} '''Max Health''' {{!!}} {{{maxhealth|}}} }}
 
|{{#if:{{{maxhealth|}}}| {{!}} '''Max Health''' {{!!}} {{{maxhealth|}}} }}
 
|{{#if:{{{strength|}}}| {{!}} '''Strength''' {{!!}} {{{strength|}}} }}
 
|{{#if:{{{strength|}}}| {{!}} '''Strength''' {{!!}} {{{strength|}}} }}
 +
|{{#if:{{{dexterity|}}}|{{!}} '''dexterity''' {{!!}} {{{dexterity|}}} }}
 +
|{{#if:{{{intellect|}}}| {{!}} '''intellect''' {{!!}} {{{intellect|}}} }}
 +
|{{#if:{{{agility|}}}| {{!}} '''agility''' {{!!}} {{{agility|}}} }}
 +
|{{#if:{{{luck|}}}| {{!}} '''luck''' {{!!}} {{{luck|}}} }}
 
}}
 
}}
|}<noinclude>
+
|}
 +
<noinclude>
 
==Usage==
 
==Usage==
 
<pre>
 
<pre>
Line 22: Line 27:
 
|image          =  
 
|image          =  
 
|description    =  
 
|description    =  
 
|levelreq      =
 
 
|weight        =  
 
|weight        =  
 
|stackable      =  
 
|stackable      =  
|armor          =  
+
|levelreq      =
 +
|armour        =  
 
|maxhealth      =  
 
|maxhealth      =  
 
|strength      =  
 
|strength      =  
 +
|dexterity      =
 +
|intellect      =
 +
|agility        =
 +
|luck          =
 
}}</pre>
 
}}</pre>
  
 
[[Category:Templates|{{PAGENAME}}]]</noinclude>
 
[[Category:Templates|{{PAGENAME}}]]</noinclude>

Revision as of 02:28, 30 March 2016

Infobox Armour

Usage

{{Armour Info
|name           = 
|image          = 
|description    = 
|weight         = 
|stackable      = 
|levelreq       = 
|armour         = 
|maxhealth      = 
|strength       = 
|dexterity      = 
|intellect      = 
|agility        = 
|luck           = 
}}