Template:CardType
From Card Hunter Wiki
(Difference between revisions)
| Line 91: | Line 91: | ||
Card type = color of card. May also confirm via the effects of the card to determine if it is a hybrid card. | Card type = color of card. May also confirm via the effects of the card to determine if it is a hybrid card. | ||
| − | Maximum hybrid count = 3. | + | Maximum hybrid count = 3. Also caters for caps or non-caps input. |
| + | |||
| + | Currently supported colors and card types: | ||
| + | blue = Movement, red = Attack, green = Block, grey = Armor, white = Buff, orange = Boost, purple = Utility, black = Drawback | ||
| + | |||
| + | |||
| + | == Examples == | ||
| + | <code><nowiki>{{CardType|red||}}</nowiki></code> = Attack | ||
| + | |||
| + | <code><nowiki>{{CardType|red| | }}</nowiki></code> = Attack | ||
| + | |||
| + | <code><nowiki>{{CardType|red|blue|green}}</nowiki></code> = Attack , Movement , Block | ||
| + | |||
| + | <code><nowiki>{{CardType|brown}}</nowiki></code> = ERROR TYPE ! | ||
| + | |||
| + | <code><nowiki>{{CardType|brown|brown|red}}</nowiki></code> = ERROR TYPE ! , ERROR TYPE ! , Attack | ||
| + | |||
| + | |||
</noinclude> | </noinclude> | ||
Revision as of 01:01, 22 October 2012
Displays a card type. Usage:
{{CardType|color 1|color 2|color 3}}
Card type = color of card. May also confirm via the effects of the card to determine if it is a hybrid card. Maximum hybrid count = 3. Also caters for caps or non-caps input.
Currently supported colors and card types: blue = Movement, red = Attack, green = Block, grey = Armor, white = Buff, orange = Boost, purple = Utility, black = Drawback
Examples
{{CardType|red||}} = Attack
{{CardType|red| | }} = Attack
{{CardType|red|blue|green}} = Attack , Movement , Block
{{CardType|brown}} = ERROR TYPE !
{{CardType|brown|brown|red}} = ERROR TYPE ! , ERROR TYPE ! , Attack