Template:CardType
From Card Hunter Wiki
(Difference between revisions)
m (Protected "Template:CardType" ([edit=sysop] (indefinite) [move=sysop] (indefinite))) |
|||
| (18 intermediate revisions by one user not shown) | |||
| 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 = Assist | |
| − | + | ||
| − | | WHITE = | + | |
| − | + | ||
| − | + | ||
| ORANGE = Boost | | ORANGE = Boost | ||
| − | |||
| − | |||
| PURPLE = Utility | | PURPLE = Utility | ||
| − | + | | BLACK = Handicap | |
| − | + | | #default = ERROR TYPE ! | |
| − | | BLACK = | + | }}{{#if: {{{2|}}}| |
| − | | #default = | + | {{#switch: {{uc: {{{2}}} }} |
| − | }} | + | | BLUE =, Movement |
| − | {{#if: {{{2|}}}| | + | | RED =, Attack |
| − | {{#switch: {{{2 | + | | GREEN =, Block |
| − | + | | GREY =, Armor | |
| − | + | | WHITE =, Assist | |
| − | | BLUE = Movement | + | | ORANGE =, Boost |
| − | + | | PURPLE =, Utility | |
| − | + | | BLACK =, Handicap | |
| − | | RED = Attack | + | }}| }}{{#if: {{{3|}}}| |
| − | + | {{#switch: {{uc: {{{3}}} }} | |
| − | + | | BLUE =, Movement | |
| − | | GREEN = Block | + | | RED =, Attack |
| − | + | | GREEN =, Block | |
| − | + | | GREY =, Armor | |
| − | | GREY = Armor | + | | WHITE =, Assist |
| − | + | | ORANGE =, Boost | |
| − | + | | PURPLE =, Utility | |
| − | | WHITE = | + | | BLACK =, Handicap |
| − | + | }}| }}</includeonly><noinclude> | |
| − | + | ||
| − | | ORANGE = Boost | + | |
| − | + | ||
| − | + | ||
| − | | PURPLE = Utility | + | |
| − | + | ||
| − | + | ||
| − | | BLACK = | + | |
| − | }} | + | |
| − | }} | + | |
| − | {{#if: {{{3|}}}| | + | |
| − | {{#switch: {{{3 | + | |
| − | + | ||
| − | + | ||
| − | | BLUE = Movement | + | |
| − | + | ||
| − | + | ||
| − | | RED = Attack | + | |
| − | + | ||
| − | + | ||
| − | | GREEN = Block | + | |
| − | + | ||
| − | + | ||
| − | | GREY = Armor | + | |
| − | + | ||
| − | + | ||
| − | | WHITE = | + | |
| − | + | ||
| − | + | ||
| − | | ORANGE = Boost | + | |
| − | + | ||
| − | + | ||
| − | | PURPLE = Utility | + | |
| − | + | ||
| − | + | ||
| − | | BLACK = | + | |
| − | }} | + | |
| − | }} | + | |
| − | + | ||
| − | </includeonly><noinclude> | + | |
Displays a card type. Usage: | Displays a card type. Usage: | ||
| Line 91: | Line 37: | ||
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 = Assist, 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> | ||
Latest revision as of 01:02, 14 September 2013
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 = Assist, orange = Boost, purple = Utility, black = Drawback
[edit] 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