Template:K
From Card Hunter Wiki
(Difference between revisions)
| Line 1: | Line 1: | ||
| − | <includeonly>{{#if:{{{2|}}}|[[Keywords#{{{1}}}|{{{2}}}]]|[[Keywords#{{{1}}}|{{{1}}}]]}} | + | <includeonly> |
| + | {{#switch: {{lc: {{{1}}} }} | ||
| + | | melee = {{#if:{{{2|}}}|{{T|{{{1}}}|{{{2}}} }}|{{T|{{{1}}} }} }} | ||
| + | | projectile = {{#if:{{{2|}}}|{{T|{{{1}}}|{{{2}}} }}|{{T|{{{1}}} }} }} | ||
| + | | magic = {{#if:{{{2|}}}|{{T|{{{1}}}|{{{2}}} }}|{{T|{{{1}}} }} }} | ||
| + | | acid = {{#if:{{{2|}}}|{{T|{{{1}}}|{{{2}}} }}|{{T|{{{1}}} }} }} | ||
| + | | arcane = {{#if:{{{2|}}}|{{T|{{{1}}}|{{{2}}} }}|{{T|{{{1}}} }} }} | ||
| + | | cold = {{#if:{{{2|}}}|{{T|{{{1}}}|{{{2}}} }}|{{T|{{{1}}} }} }} | ||
| + | | crushing = {{#if:{{{2|}}}|{{T|{{{1}}}|{{{2}}} }}|{{T|{{{1}}} }} }} | ||
| + | | electrical = {{#if:{{{2|}}}|{{T|{{{1}}}|{{{2}}} }}|{{T|{{{1}}} }} }} | ||
| + | | fire = {{#if:{{{2|}}}|{{T|{{{1}}}|{{{2}}} }}|{{T|{{{1}}} }} }} | ||
| + | | holy = {{#if:{{{2|}}}|{{T|{{{1}}}|{{{2}}} }}|{{T|{{{1}}} }} }} | ||
| + | | piercing = {{#if:{{{2|}}}|{{T|{{{1}}}|{{{2}}} }}|{{T|{{{1}}} }} }} | ||
| + | | slashing = {{#if:{{{2|}}}|{{T|{{{1}}}|{{{2}}} }}|{{T|{{{1}}} }} }} | ||
| + | | sonic = {{#if:{{{2|}}}|{{T|{{{1}}}|{{{2}}} }}|{{T|{{{1}}} }} }} | ||
| + | | unholy = {{#if:{{{2|}}}|{{T|{{{1}}}|{{{2}}} }}|{{T|{{{1}}} }} }} | ||
| + | | #default = {{#if:{{{2|}}}|[[Keywords#{{{1}}}|{{{2}}}]]|[[Keywords#{{{1}}}|{{{1}}}]]}} | ||
| + | }} | ||
---- | ---- | ||