Skyrim Wiki
mNo edit summary
m (Under the descr= the rest of the page (outside of the infobox) is separated by 1-2 empty lines, should not be the case now.)
Line 89: Line 89:
 
|#default = [[Category:{{{type}}}]]
 
|#default = [[Category:{{{type}}}]]
 
}}
 
}}
 
}}{{#if: {{{type2|}}}|
}}
 
{{#if: {{{type2|}}}|
 
 
{{#switch: {{{type2}}}
 
{{#switch: {{{type2}}}
 
|Armor = {{#if: {{{level|}}}|[[Category:Level {{{level}}} armor]] [[Category:Armor]]|[[Category:Armor]]}}
 
|Armor = {{#if: {{{level|}}}|[[Category:Level {{{level}}} armor]] [[Category:Armor]]|[[Category:Armor]]}}
Line 120: Line 119:
 
|#default = [[Category:{{{type2}}}]]
 
|#default = [[Category:{{{type2}}}]]
 
}}
 
}}
 
}}{{#if: {{{slot|}}}|
}}
 
{{#if: {{{slot|}}}|
 
 
{{#switch: {{{slot}}}
 
{{#switch: {{{slot}}}
 
|Hand = [[Category:One-handed weapons]]
 
|Hand = [[Category:One-handed weapons]]

Revision as of 19:10, 6 September 2014

Item infobox
{{{extra}}}


Usage

{{item infobox
| name = 
| image = 
<!-- For male/female tabbed images -->
| imageF = 
| imageM = 
<!-- For alternative version tabbed images -->
| imageA = 
| tabA = 
| imageB = 
| tabB = 
<!-- Common code -->
| type = 
| extra = 
| skilltree = 
| slot = 
| damage = 
| armor = 
| weight = 
| value = 
| level = 
| set = 
| ingredients = 
| upgrade = 
| previous = 
| next = 
| descr = 
| id = 
}}