Template:Itempage
From Card Hunter Wiki
(Difference between revisions)
Line 3: | Line 3: | ||
|width="100pt"|'''Item name:''' | |width="100pt"|'''Item name:''' | ||
|width="200pt"|<big>'''{{{name}}}'''</big> | |width="200pt"|<big>'''{{{name}}}'''</big> | ||
− | |rowspan={{#expr: | + | |rowspan={{#expr:5+{{#if:{{{Type|}}}|1|0}} }}|{{ItemImage|{{{image1}}} }} |
|- | |- | ||
− | |''' | + | |'''Item type:''' |
− | |{{ | + | |{{ItemType|{{{type}}} }} |
|- | |- | ||
|'''Rarity:''' | |'''Rarity:''' | ||
− | |{{{rarity|Pls enter | + | |{{{rarity|<span style="color:red">Pls enter item rarity</span>}}} |
|- | |- | ||
− | |''' | + | |'''Item level:''' |
− | |{{ | + | |{{{level|<span style="color:red">Pls enter item level</span>}}} |
|- | |- | ||
{{#if:{{{Type|}}}| | {{#if:{{{Type|}}}| |
Revision as of 01:35, 20 December 2012
This is the skeletal outline for a item page, usage is as follows:
{{Itempage |image1=<image_filename.jpg, mandatory> |name=<Item name, mandatory> |type=<Item type, mandatory> |rarity=<Item rarity, mandatory> |level=<Item level, mandatory> |talent bead=<Item talent bead, mandatory> |itemcard1_qty=<qty of 1st card, mandatory> |itemcard1_name=<name of 1st card, mandatory> |itemcard2_qty=<qty of 2nd card, optional> |itemcard2_name=<name of 2nd card, optional> |itemcard3_qty=<qty of 3rd card, optional> |itemcard3_name=<name of 3rd card, optional> | and so on... }}
Do not use yet ! template WIP.