Template:Mtgcard: Difference between revisions
Jump to navigation
Jump to search
1d4chan>NotBrandX m (c'mon why are you not vertically aligning?) |
1d4chan>NotBrandX m (it's inserting a <p><br><br></p> at the start of the first td cell; wtf?) |
||
Line 1: | Line 1: | ||
<includeonly><table border=1 cellspacing=0 cellpadding=0> | <includeonly><table border=1 cellspacing=0 cellpadding=0><tr valign=top><td valign=top style='vertical-align:top'><table border=1><tr valign=top><th align=right>Name:</th><td>{{{name}}}</td></tr> | ||
<tr valign=top><td valign=top style='vertical-align:top'><table border=1> | |||
<tr valign=top><th align=right>Name:</th><td>{{{name}}}</td></tr> | |||
<tr valign=top><th align=right>Cost:</th><td>{{#if:{{{cost|}}}|{{{cost}}}|None}}</td></tr> | <tr valign=top><th align=right>Cost:</th><td>{{#if:{{{cost|}}}|{{{cost}}}|None}}</td></tr> | ||
<tr valign=top><th align=right>Types:</th><td>{{#if:{{{types|}}}|{{{types}}}|n/a}}</td></tr> | <tr valign=top><th align=right>Types:</th><td>{{#if:{{{types|}}}|{{{types}}}|n/a}}</td></tr> |
Revision as of 22:39, 29 September 2013
Usage
{{mtgcard |name = Card Name |cost = 7KWRUG |types = Creature - Instant - Sorcery - Neckbeard |text = Pizzawalk, protection from shaving razors |flavor = This isn't overpowered you just suck. |expansion = Mom's Basement |pt = 1/1 |rarity = rare |artist = Anonymous }}
Name is required.
Cost defaults to '0'. Types defaults to 'n/a'. Rarity defaults to 'common'. Image defaults to the MtG card back.
All other fields are optional.