Template:Itempage
From Card Hunter Wiki
(Difference between revisions)
m (Protected "Template:Itempage" ([edit=sysop] (indefinite) [move=sysop] (indefinite))) |
|||
| Line 77: | Line 77: | ||
|}} | |}} | ||
{{#ifeq: {{uc:{{{deleted?|}}} }} | YES | This item is no longer in game |{{ItemCat|{{{type}}}|{{{rarity}}} }}{{ItemTalentCat|{{{talent}}}|{{{type}}} }}[[Category:Items|{{SUBPAGENAME}}]]}} | {{#ifeq: {{uc:{{{deleted?|}}} }} | YES | This item is no longer in game |{{ItemCat|{{{type}}}|{{{rarity}}} }}{{ItemTalentCat|{{{talent}}}|{{{type}}} }}[[Category:Items|{{SUBPAGENAME}}]]}} | ||
| + | {{#ifeq: {{uc:{{{noloot?|}}} }} | YES | This item is no available as a loot drop.|}} | ||
<!--Semantic Properties for items, edit with care !--> | <!--Semantic Properties for items, edit with care !--> | ||
{{#if:{{{level|}}}|[[Has Itemlevel::{{{level}}}| ]]|}} | {{#if:{{{level|}}}|[[Has Itemlevel::{{{level}}}| ]]|}} | ||
| Line 103: | Line 104: | ||
|value=<item value in gold, optional> | |value=<item value in gold, optional> | ||
|deleted?=<item deleted?, optional> | |deleted?=<item deleted?, optional> | ||
| + | |noloot?=<no loot flag, optional> | ||
|itemcard1_qty=<qty of 1st card, mandatory> | |itemcard1_qty=<qty of 1st card, mandatory> | ||
|itemcard1_name=<name of 1st card, mandatory> | |itemcard1_name=<name of 1st card, mandatory> | ||
Revision as of 18:21, 3 October 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 (CUREL notation), mandatory>
|level=<Item level, mandatory>
|talent={{ItemTalent|<CSTP notation>|<CSTP notation>}}
|value=<item value in gold, optional>
|deleted?=<item deleted?, optional>
|noloot?=<no loot flag, optional>
|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...
}}