Difference between revisions of "Template:Infobox Item"

From Wiki
Jump to: navigation, search
(Undo revision 5974 by Snicker7 (Talk))
Line 2: Line 2:
 
|+ style="font-size: larger;" | '''{{{item_name}}}'''
 
|+ style="font-size: larger;" | '''{{{item_name}}}'''
 
|-
 
|-
| colspan="2" style="text-align:center;" | <img src="{{{img_url|notfound.jpg}}}"><br><i>{{{caption|}}}</i>
+
| colspan="2" style="text-align:center;" | [[Image:{{{item_name}}}|300px| ]]<br><i>{{{caption|}}}</i>
|-valign="top"
+
|-  
 
! Description:
 
! Description:
 
| {{{description|}}}
 
| {{{description|}}}
|-valign="top"
+
|-  
 
! Properties:
 
! Properties:
| align="center" | {{{properties|}}}
+
| <center>{{{properties|}}}</center>
 
|-
 
|-
 
|}
 
|}
Line 17: Line 17:
 
|<pre>{{Infobox Item
 
|<pre>{{Infobox Item
 
| item_name          =  
 
| item_name          =  
| img_url            = (url to an image of the item)
 
 
| caption            = (optional)
 
| caption            = (optional)
 
| description        =  
 
| description        =  

Revision as of 12:59, 2 August 2008

{{{item_name}}}
[[Image:{{{item_name}}}|300px| ]]
Description:
Properties:

This infobox is meant to be put on item pages to offer information about the item!

Usage

{{Infobox Item
| item_name          = 
| caption            = (optional)
| description        = 
| properties         =
| 
}}