Template:Cardpage
From Card Hunter Wiki
(Difference between revisions)
Line 37: | Line 37: | ||
{{!-}} | {{!-}} | ||
{{#if:{{{effect2|}}}| | {{#if:{{{effect2|}}}| | ||
− | {{!}} '''2nd Effect:''' | + | {{!}} style="border-top: 1px dashed black; border-left: 1px dashed black;" {{!}} '''2nd Effect:''' |
− | {{!}} {{{effect2}}} | + | {{!}} style="border-top: 1px dashed black; border-right: 1px dashed black;" {{!}} {{{effect2}}} |
{{!-}} | {{!-}} | ||
− | {{!}} '''2nd Effect duration:''' | + | {{!}} style="border-left: 1px dashed black;" {{!}} '''2nd Effect duration:''' |
− | {{!}} {{{effect2_duration}}} | + | {{!}} style="border-right: 1px dashed black;" {{!}} {{{effect2_duration}}} |
{{!-}} | {{!-}} | ||
− | {{!}} '''2nd Effect chance:''' | + | {{!}} style="border-left: 1px dashed black;" {{!}} '''2nd Effect chance:''' |
− | {{!}} {{{effect2_chance}}} | + | {{!}} style="border-right: 1px dashed black;" {{!}} {{{effect2_chance}}} |
{{!-}} | {{!-}} | ||
− | {{!}} '''Return to hand<br/> after effect?''' | + | {{!}} style="border-bottom: 1px dashed black;border-left: 1px dashed black;" {{!}} '''Return to hand<br/> after effect?''' |
− | {{!}} {{{effect2_return}}} }} | + | {{!}} style="border-bottom: 1px dashed black;border-right: 1px dashed black;" {{!}} {{{effect2_return}}} }} |
{{!-}} | {{!-}} | ||
{{#if:{{{reaction1|}}}| | {{#if:{{{reaction1|}}}| | ||
− | {{!}} '''1st Reaction:''' | + | {{!}} style="border-top: 1px dashed black; border-left: 1px dashed black;" {{!}} '''1st Reaction:''' |
− | {{!}} {{{reaction1}}} | + | {{!}} style="border-top: 1px dashed black; border-right: 1px dashed black;" {{!}} {{{reaction1}}} |
{{!-}} | {{!-}} | ||
− | {{!}} '''1st Reaction duration:''' | + | {{!}} style="border-left: 1px dashed black;" {{!}} '''1st Reaction duration:''' |
− | {{!}} {{{reaction1_duration}}} | + | {{!}} style="border-right: 1px dashed black;" {{!}} {{{reaction1_duration}}} |
{{!-}} | {{!-}} | ||
− | {{!}} '''1st Reaction chance:''' | + | {{!}} style="border-left: 1px dashed black;" {{!}} '''1st Reaction chance:''' |
− | {{!}} {{{reaction1_chance}}} | + | {{!}} style="border-right: 1px dashed black;" {{!}} {{{reaction1_chance}}} |
{{!-}} | {{!-}} | ||
− | {{!}} '''Return to hand<br/> after reaction?''' | + | {{!}} style="border-bottom: 1px dashed black;border-left: 1px dashed black;" {{!}} '''Return to hand<br/> after reaction?''' |
− | {{!}} {{{reaction1_return}}} }} | + | {{!}} style="border-bottom: 1px dashed black;border-right: 1px dashed black;" {{!}} {{{reaction1_return}}} }} |
{{!-}} | {{!-}} | ||
{{#if:{{{reaction2|}}}| | {{#if:{{{reaction2|}}}| | ||
− | {{!}} '''2nd Reaction:''' | + | {{!}} style="border-top: 1px dashed black; border-left: 1px dashed black;" {{!}} '''2nd Reaction:''' |
− | {{!}} {{{reaction2}}} | + | {{!}} style="border-top: 1px dashed black; border-right: 1px dashed black;" {{!}} {{{reaction2}}} |
{{!-}} | {{!-}} | ||
− | {{!}} '''2nd Reaction duration:''' | + | {{!}} style="border-left: 1px dashed black;" {{!}} '''2nd Reaction duration:''' |
− | {{!}} {{{reaction2_duration}}} | + | {{!}} style="border-right: 1px dashed black;" {{!}} {{{reaction2_duration}}} |
{{!-}} | {{!-}} | ||
− | {{!}} '''2nd Reaction chance:''' | + | {{!}} style="border-left: 1px dashed black;" {{!}} '''2nd Reaction chance:''' |
− | {{!}} {{{reaction2_chance}}} | + | {{!}} style="border-right: 1px dashed black;" {{!}} {{{reaction2_chance}}} |
{{!-}} | {{!-}} | ||
− | {{!}} '''Return to hand<br/> after reaction?''' | + | {{!}} style="border-bottom: 1px dashed black;border-left: 1px dashed black;" {{!}} '''Return to hand<br/> after reaction?''' |
− | {{!}} {{{reaction2_return}}} }} | + | {{!}} style="border-bottom: 1px dashed black;border-right: 1px dashed black;" {{!}} {{{reaction2_return}}} }} |
{{!-}} | {{!-}} | ||
{{#if:{{{flavor|}}}| | {{#if:{{{flavor|}}}| |
Revision as of 18:23, 22 October 2012
This is the skeletal outline for a card page, usage is as follows:
{{Cardpage |image1=[[File:image]] |name=<Card name> |titlebar=<Card tier> |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.