Difference between revisions of "Template:Infobox Item"

From Wiki
Jump to: navigation, search
Line 2: Line 2:
 
|+ style="font-size: larger;" | '''{{{item_name}}}'''
 
|+ style="font-size: larger;" | '''{{{item_name}}}'''
 
|-
 
|-
| colspan="2" style="text-align:center;" | [[Image:{{{item_name}}}|300px| ]]<br><i>{{{caption|}}}</i>
+
| colspan="2" style="text-align:center;" | <img src="{{{img_url|notfound.jpg}}}"><br><i>{{{caption|}}}</i>
|-  
+
|-valign="top"
 
! Description:
 
! Description:
 
| {{{description|}}}
 
| {{{description|}}}
|-  
+
|-valign="top"
 
! Properties:
 
! Properties:
| <center>{{{properties|}}}</center>
+
| align="center" | {{{properties|}}}
 
|-
 
|-
 
|}
 
|}
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:58, 2 August 2008

{{{item_name}}}
<img src="notfound.jpg">
Description:
Properties:

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

Usage

{{Infobox Item
| item_name          = 
| img_url            = (url to an image of the item)
| caption            = (optional)
| description        = 
| properties         =
| 
}}