Difference between revisions of "Template:Infobox Item"
From Wiki
Line 2: | Line 2: | ||
|+ style="font-size: larger;" | '''{{{item_name}}}''' | |+ style="font-size: larger;" | '''{{{item_name}}}''' | ||
|- | |- | ||
− | | colspan="2" style="text-align:center;" | | + | | 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: | ||
− | | | + | | 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 11:58, 2 August 2008
<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 = | }} |