Template:Infobox item: Difference between revisions

From Modded Wiki
Jump to navigation Jump to search
m Reverted edits by 124.107.85.117 (Talk) to last revision by Dabigbozz42
altered so it can be used on all items
Line 1: Line 1:
{| class="infobox" cellpadding="4" style="width: 22em; font-size: 90%; float:right;"
{| class="infobox" cellpadding="4" style="width: 22em; font-size: 90%; float:right;"
| align="center" colspan=2 bgcolor="#CCCCCC" style="font-size:120%; " | '''{{{name}}}'''
| align="center" colspan=2 bgcolor="#CCCCCC" style="font-size:120%; " | '''{{{name|{{BASEPAGENAME}}}}}'''
|-
|-
| align="center" colspan="2" |[[image:{{{image}}}|center]]
| align="center" colspan="2" |[[image:{{{image|No image.png}}}|center]]
|- valign="top"
|- valign="top"
| align="center" colspan="2" | [[image:{{{recipe}}}|center]]
| style="white-space: nowrap;" | '''Type'''
| {{{type|?}}}
|- valign="top"
|- valign="top"
|-
| style="white-space: nowrap;" | '''Restores'''
| style="white-space: nowrap;" | '''Type'''
| {{{hearts|None}}}
| style="width:14em" | {{{type}}}
|- valign="top"
|- valign="top"
| style="white-space: nowrap;" | '''Durability'''
| style="white-space: nowrap;" | '''Durability'''
| {{{durability}}}
| {{{durability|None}}}
|- valign="top"
|- valign="top"
| style="white-space: nowrap;" | '''Ammo'''
| style="white-space: nowrap;" | '''Data Values'''
| {{{ammo}}}
| {{{datadec|?}}}<sub>10</sub> ({{{datahex|?}}}<sub>16</sub>)
|-
|-
|colspan="2+ |
|colspan="2+ |
Line 26: Line 26:
|name={{{name}}}
|name={{{name}}}
|image={{{image}}}
|image={{{image}}}
|recipe={{{recipe}}}
|type={{{type}}}
|type={{{type}}}
|durability={{{durability}}}
|durability={{{durability}}}
|ammo={{{ammo}}}
|datadec={{{datadec}}}
|datahex={{{datahex}}}
}}</pre></font><br/><br/>[[Category:Templates]]</noinclude>
}}</pre></font><br/><br/>[[Category:Templates]]</noinclude>

Revision as of 04:54, 18 September 2010

Infobox item
File:No image.png
Type ?
Restores None
Durability None
Data Values ?10 (?16)

Usage

These usage notes will not be included in articles bearing this template.

This template provides a uniform design for useable item pages.

{{Useable Items
|name={{{name}}}
|image={{{image}}}
|type={{{type}}}
|durability={{{durability}}}
|datadec={{{datadec}}}
|datahex={{{datahex}}}
}}