Template:Infobox item: Difference between revisions

From Modded Wiki
Jump to navigation Jump to search
replacing construction with type
Reformatting
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}}}'''
|-
| align="center" colspan="2" |[[image:{{{image}}}|center]]
|- valign="top"
| align="center" colspan="2" | [[image:{{{recipe}}}|center]]
|- valign="top"
|- valign="top"
|-  
|-  
| style="white-space: nowrap;" | '''Type'''
| style="white-space: nowrap;" | '''Type'''
| style="width:14em" | {{{type}}}
| style="width:14em" | {{{type}}}
|-
| align="center" colspan="2" |[[image:{{{image}}}|center]]
|- valign="top"
| style="white-space: nowrap;" | '''Crafting Recipe'''
| [[image:{{{recipe}}}|center]]
|- valign="top"
|- valign="top"
| style="white-space: nowrap;" | '''Durability'''
| style="white-space: nowrap;" | '''Durability'''
Line 17: Line 15:
| style="white-space: nowrap;" | '''Ammo'''
| style="white-space: nowrap;" | '''Ammo'''
| {{{ammo}}}
| {{{ammo}}}
|-
|-
|colspan="2+ |
|colspan="2+ |
|}
|}


Line 30: Line 26:
|name={{{name}}}
|name={{{name}}}
|image={{{image}}}
|image={{{image}}}
|recipe={{{recipe}}}
|type={{{type}}}
|type={{{type}}}
|recipe={{{recipe}}}
|durability={{{durability}}}
|durability={{{durability}}}
|ammo={{{ammo}}}
|ammo={{{ammo}}}
}}</pre></font><br/><br/></noinclude>
}}</pre></font><br/><br/></noinclude>

Revision as of 02:30, 9 March 2010

{{{name}}}
[[image:{{{image}}}|center]]
[[image:{{{recipe}}}|center]]
Type {{{type}}}
Durability {{{durability}}}
Ammo {{{ammo}}}

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}}}
|recipe={{{recipe}}}
|type={{{type}}}
|durability={{{durability}}}
|ammo={{{ammo}}}
}}