Template:CardType
From Card Hunter Wiki
(Difference between revisions)
Line 1: | Line 1: | ||
− | <includeonly>{{#switch: {{{1|}}} | + | <includeonly>{{#switch: {{uc:{{{1|}}} }} |
− | + | ||
− | + | ||
| BLUE = Movement | | BLUE = Movement | ||
− | |||
− | |||
| RED = Attack | | RED = Attack | ||
− | |||
− | |||
| GREEN = Block | | GREEN = Block | ||
− | |||
− | |||
| GREY = Armor | | GREY = Armor | ||
− | |||
− | |||
| WHITE = Buff | | WHITE = Buff | ||
− | |||
− | |||
| ORANGE = Boost | | ORANGE = Boost | ||
− | |||
− | |||
| PURPLE = Utility | | PURPLE = Utility | ||
− | |||
− | |||
| BLACK = Drawback | | BLACK = Drawback | ||
| #default = ERROR TYPE ! | | #default = ERROR TYPE ! | ||
}}{{#if: {{{2|}}}| | }}{{#if: {{{2|}}}| | ||
− | {{#switch: {{{2}}} | + | {{#switch: {{uc: {{{2}}} }} |
− | + | ||
− | + | ||
| BLUE =, Movement | | BLUE =, Movement | ||
− | |||
− | |||
| RED =, Attack | | RED =, Attack | ||
− | |||
− | |||
| GREEN =, Block | | GREEN =, Block | ||
− | |||
− | |||
| GREY =, Armor | | GREY =, Armor | ||
− | |||
− | |||
| WHITE =, Buff | | WHITE =, Buff | ||
− | |||
− | |||
| ORANGE =, Boost | | ORANGE =, Boost | ||
− | |||
− | |||
| PURPLE =, Utility | | PURPLE =, Utility | ||
− | |||
− | |||
| BLACK =, Drawback | | BLACK =, Drawback | ||
| #default = , ERROR TYPE ! | | #default = , ERROR TYPE ! | ||
}}| }}{{#if: {{{3|}}}| | }}| }}{{#if: {{{3|}}}| | ||
− | {{#switch: {{{3}}} | + | {{#switch: {{uc: {{{3}}} }} |
− | + | ||
− | + | ||
| BLUE =, Movement | | BLUE =, Movement | ||
− | |||
− | |||
| RED =, Attack | | RED =, Attack | ||
− | |||
− | |||
| GREEN =, Block | | GREEN =, Block | ||
− | |||
− | |||
| GREY =, Armor | | GREY =, Armor | ||
− | |||
− | |||
| WHITE =, Buff | | WHITE =, Buff | ||
− | |||
− | |||
| ORANGE =, Boost | | ORANGE =, Boost | ||
− | |||
− | |||
| PURPLE =, Utility | | PURPLE =, Utility | ||
− | |||
− | |||
| BLACK =, Drawback | | BLACK =, Drawback | ||
| #default =, ERROR TYPE ! | | #default =, ERROR TYPE ! |
Revision as of 18:40, 21 December 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