Template:Itempage
From Card Hunter Wiki
(Difference between revisions)
(Created page with "<includeonly> {| style="background:white; border-collapse: collapse; width=85%;" |width="100pt"|'''Item name:''' |width="200pt"|<big>'''{{{name}}}'''</big> |rowspan={{#expr:4+...") |
|||
| Line 163: | Line 163: | ||
|}[[Category:Cards|{{SUBPAGENAME}}]]</includeonly><noinclude> | |}[[Category:Cards|{{SUBPAGENAME}}]]</includeonly><noinclude> | ||
| − | This is the skeletal outline for a | + | This is the skeletal outline for a item page, usage is as follows: |
<pre> | <pre> | ||
| − | {{ | + | {{Itempage |
|image1=<image_filename.jpg, mandatory> | |image1=<image_filename.jpg, mandatory> | ||
| − | |name=< | + | |name=<Item name, mandatory> |
| − | | | + | |type=<Item type, mandatory> |
| − | | | + | |level=<Item level, mandatory> |
| − | | | + | |talent bead=<Item talent bead, mandatory> |
| − | | | + | |itemcard_qty=<number of cards making up the item, 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... |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
}} | }} | ||
</pre> | </pre> | ||
| − | Simply copy/paste the above code and fill in what should be there and '''delete | + | Simply copy/paste the above code and fill in what should be there and '''delete any optional lines you are not using'''. Template automatically puts item in Item category. |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
</noinclude> | </noinclude> | ||
Revision as of 18:58, 18 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>
|level=<Item level, mandatory>
|talent bead=<Item talent bead, mandatory>
|itemcard_qty=<number of cards making up the item, 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...
}}
Simply copy/paste the above code and fill in what should be there and delete any optional lines you are not using. Template automatically puts item in Item category.