Difference between revisions of "Template:Infobox Item"
From Wiki
(Trying out table solutions) |
|||
| Line 6: | Line 6: | ||
|- valign="top" | |- valign="top" | ||
! Description: | ! Description: | ||
| − | | {{{description|}}} |}} | + | | {{{description|}}} | }} |
{{#if: {{{property1|}}}| | {{#if: {{{property1|}}}| | ||
| − | + | {{!}}- valign="top" | |
! Properties: | ! Properties: | ||
| − | + | {{!}} align="center" {{!}} {{{property1}}}}} | |
| + | |||
| + | |} | ||
| + | |||
| + | |||
| + | [[Category:Alexandria|Alexandria Items]] | ||
| + | |||
| + | |||
| + | <noinclude> | ||
| + | This infobox is meant to be put on item pages to offer information about the item! | ||
| + | == Usage == | ||
| + | {| style="background: transparent;" | ||
| + | |<pre>{{Infobox Item | ||
| + | | item_name = | ||
| + | | caption = (optional) | ||
| + | | description = | ||
| + | | property1 = (optional) | ||
| + | | property2 = (optional) | ||
| + | ... | ||
| + | | property11 = (optional) | ||
| + | }}</pre> | ||
| + | |} | ||
| + | [[Category:Alexandria|Templates:Infobox Item]] | ||
| + | [[Category:Infobox templates]] | ||
| + | <!-- | ||
{{#if: {{{property2|}}}| | {{#if: {{{property2|}}}| | ||
|- valign="top" | |- valign="top" | ||
| Line 21: | Line 45: | ||
| align="center" | {{{property4}}} |}} | | align="center" | {{{property4}}} |}} | ||
{{#if: {{{property5|}}}| | {{#if: {{{property5|}}}| | ||
| − | + | {{!}}- valign="top" | |
| align="center" | {{{property5}}} |}} | | align="center" | {{{property5}}} |}} | ||
{{#if: {{{property6|}}}| | {{#if: {{{property6|}}}| | ||
| Line 41: | Line 65: | ||
|- valign="top" | |- valign="top" | ||
| align="center" | {{{property11}}} |}} | | align="center" | {{{property11}}} |}} | ||
| − | |- | + | |- --> |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
</noinclude> | </noinclude> | ||
Revision as of 08:49, 22 June 2010
| [[Image:{{{item_name}}}|300px| ]]
|
This infobox is meant to be put on item pages to offer information about the item!
Usage
{{Infobox Item
| item_name =
| caption = (optional)
| description =
| property1 = (optional)
| property2 = (optional)
...
| property11 = (optional)
}}
|