Template:Itempage
From Card Hunter Wiki
(Difference between revisions)
| Line 3: | Line 3: | ||
|width="100pt"|'''Item name:''' | |width="100pt"|'''Item name:''' | ||
|width="100pt"|<big>'''{{{name}}}'''</big> | |width="100pt"|<big>'''{{{name}}}'''</big> | ||
| − | |rowspan={{#expr:4+{{#if:{{{talent|}}}|1|0}}+{{#if:{{{itemcard1_name|}}}|1|0}}+{{#if:{{{itemcard2_name|}}}|1|0}}}}|{{ItemImage|{{{image1}}} }} | + | |rowspan={{#expr:4+{{#if:{{{talent|}}}|1|0}}+{{#if:{{{itemcard1_name|}}}|1|0}}+{{#if:{{{itemcard2_name|}}}|1|0}}+{{#if:{{{itemcard3_name|}}}|1|0}}+{{#if:{{{itemcard4_name|}}}|1|0}}+{{#if:{{{itemcard5_name|}}}|1|0}}+{{#if:{{{itemcard6_name|}}}|1|0}}}}|{{ItemImage|{{{image1}}} }} |
|- | |- | ||
|'''Item type:''' | |'''Item type:''' | ||
| Line 39: | Line 39: | ||
{{!}} | {{!}} | ||
{{!}} {{{itemcard6_qty}}} x {{C|{{{itemcard6_name}}} }} }} | {{!}} {{{itemcard6_qty}}} x {{C|{{{itemcard6_name}}} }} }} | ||
| − | |}[[Category:Items|{{SUBPAGENAME}}]]</includeonly><noinclude> | + | |} |
| + | {{#if: {{#expr:{{itemcard1_qty}}+{{itemcard2_qty}}+{{itemcard3_qty}}+{{itemcard4_qty}}+{{itemcard5_qty}}+{{itemcard6_qty}} }} = 6 and {{ItemType|{{{type}}} }} = Weapon | |invalid weapon !}} | ||
| + | [[Category:Items|{{SUBPAGENAME}}]]</includeonly><noinclude> | ||
This is the skeletal outline for a item page, usage is as follows: | This is the skeletal outline for a item page, usage is as follows: | ||
| Line 48: | Line 50: | ||
|name=<Item name, mandatory> | |name=<Item name, mandatory> | ||
|type=<Item type, mandatory> | |type=<Item type, mandatory> | ||
| − | |rarity=<Item rarity, mandatory> | + | |rarity=<Item rarity (CURE notation), mandatory> |
|level=<Item level, mandatory> | |level=<Item level, mandatory> | ||
|talent={{ItemTalent|<CS notation>|<CS notation>|<CS notation>|<CS notation>}} | |talent={{ItemTalent|<CS notation>|<CS notation>|<CS notation>|<CS notation>}} | ||
Revision as of 19:36, 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 (CURE notation), mandatory>
|level=<Item level, mandatory>
|talent={{ItemTalent|<CS notation>|<CS notation>|<CS notation>|<CS notation>}}
|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.