Template:Cardpage
From Card Hunter Wiki
(Difference between revisions)
Line 24: | Line 24: | ||
{{!-}} | {{!-}} | ||
{{#if:{{{effect1|}}}| | {{#if:{{{effect1|}}}| | ||
− | {{!}} style="border-top: | + | {{!}} style="border-top: 2px solid black; border-left: 2px solid black;" {{!}} '''1st Effect:''' |
− | {{!}} style="border-top: | + | {{!}} style="border-top: 2px solid black; border-right: 2px solid black;" {{!}} {{{effect1}}} |
{{!-}} | {{!-}} | ||
− | {{!}} style="border-left: | + | {{!}} style="border-left: 2px solid black;" {{!}} '''1st Effect duration:''' |
− | {{!}} style="border-right: | + | {{!}} style="border-right: 2px solid black;" {{!}} {{{effect1_duration}}} |
{{!-}} | {{!-}} | ||
− | {{!}} style="border-left: | + | {{!}} style="border-left: 2px solid black;" {{!}} '''1st Effect chance:''' |
− | {{!}} style="border-right: | + | {{!}} style="border-right: 2px solid black;" {{!}} {{{effect1_chance}}} |
{{!-}} | {{!-}} | ||
− | {{!}} style="border-bottom: | + | {{!}} style="border-bottom: 2px solid black;border-left: 2px solid black;" {{!}} '''Return to hand<br/> after effect?''' |
− | {{!}} style="border-bottom: | + | {{!}} style="border-bottom: 2px solid black;border-right: 2px solid black;" {{!}} {{{effect1_return}}} }} |
{{!-}} | {{!-}} | ||
{{#if:{{{effect2|}}}| | {{#if:{{{effect2|}}}| |
Revision as of 18:29, 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.