Template:Itempage
From Card Hunter Wiki
(Difference between revisions)
| Line 45: | Line 45: | ||
{{!}} {{{itemcard6_qty}}} x {{C|{{{itemcard6_name}}} }} }} | {{!}} {{{itemcard6_qty}}} x {{C|{{{itemcard6_name}}} }} }} | ||
|} | |} | ||
| + | |||
| + | {{#if:{{{itemcard1_name|}}} | | ||
| + | {{#ifexist:Cards/{{{itemcard1_name}}}| | ||
| + | {{ {{{itemcard1_qty}}}x|{{CardImage|{{{itemcard1_name}}}.png}} }}| | ||
| + | {{ {{{itemcard1_qty}}}x|No_image.png}} }} | ||
| + | |}} | ||
| + | {{#if:{{{itemcard2_name|}}} | | ||
| + | {{#ifexist:Cards/{{{itemcard2_name}}}| | ||
| + | {{ {{{itemcard2_qty}}}x|{{CardImage|{{{itemcard2_name}}}.png}} }}| | ||
| + | {{ {{{itemcard2_qty}}}x|No_image.png}} }} | ||
| + | |}} | ||
| + | {{#if:{{{itemcard3_name|}}} | | ||
| + | {{#ifexist:Cards/{{{itemcard3_name}}}| | ||
| + | {{ {{{itemcard3_qty}}}x|{{CardImage|{{{itemcard3_name}}}.png}} }}| | ||
| + | {{ {{{itemcard3_qty}}}x|No_image.png}} }} | ||
| + | |}} | ||
| + | {{#if:{{{itemcard4_name|}}} | | ||
| + | {{#ifexist:Cards/{{{itemcard4_name}}}| | ||
| + | {{ {{{itemcard4_qty}}}x|{{CardImage|{{{itemcard4_name}}}.png}} }}| | ||
| + | {{ {{{itemcard4_qty}}}x|No_image.png}} }} | ||
| + | |}} | ||
| + | {{#if:{{{itemcard5_name|}}} | | ||
| + | {{#ifexist:Cards/{{{itemcard5_name}}}| | ||
| + | {{ {{{itemcard5_qty}}}x|{{CardImage|{{{itemcard5_name}}}.png}} }}| | ||
| + | {{ {{{itemcard5_qty}}}x|No_image.png}} }} | ||
| + | |}} | ||
| + | {{#if:{{{itemcard6_name|}}} | | ||
| + | {{#ifexist:Cards/{{{itemcard6_name}}}| | ||
| + | {{ {{{itemcard6_qty}}}x|{{CardImage|{{{itemcard6_name}}}.png}} }}| | ||
| + | {{ {{{itemcard6_qty}}}x|No_image.png}} }} | ||
| + | |}} | ||
<!-- | <!-- | ||
{{CardGallery | {{CardGallery | ||
Revision as of 05:27, 25 January 2013
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>}}
|value=<item value in gold>
|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...
}}