Template:Cardpage
From Card Hunter Wiki
(Difference between revisions)
Line 63: | Line 63: | ||
{{!}} style="background: pink" {{!}} '''1st Reaction:''' | {{!}} style="background: pink" {{!}} '''1st Reaction:''' | ||
{{!}} style="background: pink" {{!}} {{{reaction1}}} }} | {{!}} style="background: pink" {{!}} {{{reaction1}}} }} | ||
+ | {{!-}} | ||
+ | {{#if:{{{reaction1_range|}}}| | ||
+ | {{!}} style="background: pink" {{!}} '''1st Reaction range:''' | ||
+ | {{!}} style="background: pink" {{!}} {{{reaction1_range}}} }} | ||
{{!-}} | {{!-}} | ||
{{#if:{{{reaction1_duration|}}}| | {{#if:{{{reaction1_duration|}}}| | ||
Line 77: | Line 81: | ||
{{!-}} | {{!-}} | ||
{{#if:{{{reaction2|}}}| | {{#if:{{{reaction2|}}}| | ||
− | {{!}} style="background: | + | {{!}} style="background: pink" {{!}} '''2nd Reaction:''' |
− | {{!}} style="background: | + | {{!}} style="background: pink" {{!}} {{{reaction2}}} }} |
+ | {{!-}} | ||
+ | {{#if:{{{reaction2_range|}}}| | ||
+ | {{!}} style="background: pink" {{!}} '''2nd Reaction range:''' | ||
+ | {{!}} style="background: pink" {{!}} {{{reaction2_range}}} }} | ||
{{!-}} | {{!-}} | ||
− | {{!}} style="background: | + | {{#if:{{{reaction2_duration|}}}| |
− | {{!}} style="background: | + | {{!}} style="background: pink" {{!}} '''2nd Reaction duration:''' |
+ | {{!}} style="background: pink" {{!}} {{{reaction2_duration}}} }} | ||
{{!-}} | {{!-}} | ||
− | {{!}} style="background: | + | {{#if:{{{reaction2_chance|}}}| |
− | {{!}} style="background: | + | {{!}} style="background: pink" {{!}} '''2nd Reaction chance:''' |
+ | {{!}} style="background: pink" {{!}} {{{reaction2_chance}}} }} | ||
{{!-}} | {{!-}} | ||
− | {{!}} style="background: | + | {{#if:{{{reaction2_keep|}}}| |
− | {{!}} style="background: | + | {{!}} style="background: pink" {{!}} '''2nd Reaction Keep:''' |
+ | {{!}} style="background: pink" {{!}} {{{reaction2_keep}}} }} | ||
{{!-}} | {{!-}} | ||
{{#if:{{{flavor|}}}| | {{#if:{{{flavor|}}}| |
Revision as of 00:37, 8 November 2012
This is the skeletal outline for a card page, usage is as follows:
{{Cardpage |image1=<image_filename.jpg> |name=<Card name> |titlebar=<Card tier> |rarity=<Card rarity> |cardcolor1=<Card type1> |cardcolor2=<Card type2> |cardcolor3=<Card type3> |damage=<damage value> |range=<range value> |effectType=<effect type in keywords or plain text> |effect1=<effect 1 in keywords or plain text> |effect1_return=<Yes/No> |effect1_duration=<integer duration or instant> |effect1_chance=<dice roll> |effect2=<effect 2 in keywords or plain text> |effect2_return=<Yes/No> |effect2_duration=<integer duration or instant> |effect2_chance=<dice roll> |reaction1=<reaction 1 in keywords or plain text> |reaction1_return=<Yes/No> |reaction1_duration=<integer duration or instant> |reaction1_chance=<dice roll> |reaction2=<reaction 2 in keywords or plain text> |reaction2_return=<Yes/No> |reaction2_duration=<integer duration or instant> |reaction2_chance=<dice roll> |flavor=<flavor text> }}
Simply copy/paste the above code and fill in what should be there and delete any optional lines you are not using.