Difference between revisions of "Template:Infobox Item"

From Wiki
Jump to: navigation, search
(Trying out table solutions)
(Trying out table solutions)
Line 11: Line 11:
 
! Properties:
 
! Properties:
 
{{!}} align="center" {{!}} {{{property1}}}}}
 
{{!}} align="center" {{!}} {{{property1}}}}}
 
+
{{#if: {{{property2|}}}|
 +
{{!}}- valign="top"
 +
{{!}} align="center" {{!}} {{{property2}}}}}
 +
{{#if: {{{property3|}}}|
 +
{{!}}- valign="top"
 +
{{!}} align="center" {{!}} {{{property3}}}}}
 +
{{#if: {{{property4|}}}|
 +
{{!}}- valign="top"
 +
{{!}} align="center" {{!}} {{{property4}}}}}
 +
{{#if: {{{property5|}}}|
 +
{{!}}- valign="top"
 +
{{!}} align="center" {{!}} {{{property5}}}}}
 +
{{#if: {{{property6|}}}|
 +
{{!}}- valign="top"
 +
{{!}} align="center" {{!}} {{{property6}}}}}
 +
{{#if: {{{property7|}}}|
 +
{{!}}- valign="top"
 +
{{!}} align="center" {{!}} {{{property7}}}}}
 +
{{#if: {{{property8|}}}|
 +
{{!}}- valign="top"
 +
{{!}} align="center" {{!}} {{{property8}}}}}
 +
{{#if: {{{property9|}}}|
 +
{{!}}- valign="top"
 +
{{!}} align="center" {{!}} {{{property9}}}}}
 +
{{#if: {{{property10|}}}|
 +
{{!}}- valign="top"
 +
{{!}} align="center" {{!}} {{{property10}}}}}
 +
{{#if: {{{property11|}}}|
 +
{{!}}- valign="top"
 +
{{!}} align="center" {{!}} {{{property11}}}}}
 +
|-
 
|}
 
|}
  
Line 34: Line 64:
 
[[Category:Alexandria|Templates:Infobox Item]]
 
[[Category:Alexandria|Templates:Infobox Item]]
 
[[Category:Infobox templates]]
 
[[Category:Infobox templates]]
<!--
+
 
{{#if: {{{property2|}}}|
+
|- valign="top"
+
| align="center" | {{{property2}}} |}}
+
{{#if: {{{property3|}}}|
+
|- valign="top"
+
| align="center" | {{{property3}}} |}}
+
{{#if: {{{property4|}}}|
+
|- valign="top"
+
| align="center" | {{{property4}}} |}}
+
{{#if: {{{property5|}}}|
+
{{!}}- valign="top"
+
| align="center" | {{{property5}}} |}}
+
{{#if: {{{property6|}}}|
+
|- valign="top"
+
| align="center" | {{{property6}}} |}}
+
{{#if: {{{property7|}}}|
+
|- valign="top"
+
| align="center" | {{{property7}}} |}}
+
{{#if: {{{property8|}}}|
+
|- valign="top"
+
| align="center" | {{{property8}}} |}}
+
{{#if: {{{property9|}}}|
+
|- valign="top"
+
| align="center" | {{{property9}}} |}}
+
{{#if: {{{property10|}}}|
+
|- valign="top"
+
| align="center" | {{{property10}}} |}}
+
{{#if: {{{property11|}}}|
+
|- valign="top"
+
| align="center" | {{{property11}}} |}}
+
|- -->
+
 
</noinclude>
 
</noinclude>

Revision as of 09:54, 22 June 2010

{{{item_name}}}
[[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)
}}