Changes

Jump to: navigation, search

Template:Bonus cards

837 bytes added, 10:43, 19 February 2019
Created page with "<noinclude> ==Usage== Creates a table listing bonus card draws which are given in an event node. Each parameter is a pair of values, separated by a colon: * A turn number * T..."
<noinclude>
==Usage==
Creates a table listing bonus card draws which are given in an event node.

Each parameter is a pair of values, separated by a colon:
* A turn number
* The name of the bonus card given at the start of that turn

Up to 5 parameters are accepted.

==Example==

The following shorthand:
<pre><nowiki>
{{Bonus cards
|1:Weatherlight
|3:Shanna, Sisay's Legacy
}}
</nowiki></pre>

Produces:

{{Bonus cards
|1:Weatherlight
|3:Shanna, Sisay's Legacy
}}

</noinclude><includeonly>{| class="wikitable"
! Turn
! Bonus cards {{Event Icon|bonus_cards}}<!--
-->{{#if:{{{1|}}}|{{Bonus cards row|{{{1}}}}}}}<!--
-->{{#if:{{{2|}}}|{{Bonus cards row|{{{2}}}}}}}<!--
-->{{#if:{{{3|}}}|{{Bonus cards row|{{{3}}}}}}}<!--
-->{{#if:{{{4|}}}|{{Bonus cards row|{{{4}}}}}}}<!--
-->{{#if:{{{5|}}}|{{Bonus cards row|{{{5}}}}}}}
|}</includeonly>

Navigation menu