Template:Mtgcard: Difference between revisions
Jump to navigation
Jump to search
1d4chan>NotBrandX m (it's inserting a <p><br><br></p> at the start of the first td cell; wtf?) |
1d4chan>NotBrandX (is it because of the blank lines caused by absent fields? That would be dumb.) |
||
Line 1: | Line 1: | ||
<includeonly><table border= | <includeonly><table border=0 cellspacing=0 cellpadding=0><tr valign=top><td valign=top style='vertical-align:top'><table border=0><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>Types:</th><td>{{#if:{{{types|}}}|{{{types}}}|n/a}}</td></tr>{{#if:{{{text|}}}|<tr valign=top><th align=right>Text:</th><td>{{{text}}}</td></tr>}}{{#if:{{{flavor|}}}|<tr valign=top><th align=right>Flavor:</th><td>''{{{flavor}}}''</td></tr>}}{{#if:{{{flavour|}}}|<tr valign=top><th align=right>Flavor:</th><td>{{{flavour}}}</td></tr>}}{{#if:{{{expansion|}}}|<tr valign=top><th align=right>Expansison:</th><td>{{{expansion}}}</td></tr>}}{{#if:{{{pt|}}}|<tr valign=top><th align=right>P/T:</th><td>{{{pt}}}</td></tr>}}<tr valign=top><th align=right>Rarity:</th><td>{{#if:{{{rarity|}}}|{{{rarity}}}|common}}</td></tr>{{#if:{{{artist|}}}|<tr valign=top><th align=right>Artist:</th><td>{{{artist}}}</td></tr>}}</table></td><td>[[Image:{{#if:{{{image|}}}|{{{image}}}|Magic_Card_Back.jpg}}|200px]]</td></tr></table></includeonly> | ||
<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> | |||
{{#if:{{{text|}}}|<tr valign=top><th align=right>Text:</th><td>{{{text}}}</td></tr>}} | |||
{{#if:{{{flavor|}}}|<tr valign=top><th align=right>Flavor:</th><td>''{{{flavor}}}''</td></tr>}} | |||
{{#if:{{{flavour|}}}|<tr valign=top><th align=right>Flavor:</th><td>{{{flavour}}}</td></tr>}} | |||
{{#if:{{{expansion|}}}|<tr valign=top><th align=right>Expansison:</th><td>{{{expansion}}}</td></tr>}} | |||
{{#if:{{{pt|}}}|<tr valign=top><th align=right>P/T:</th><td>{{{pt}}}</td></tr>}} | |||
<tr valign=top><th align=right>Rarity:</th><td>{{#if:{{{rarity|}}}|{{{rarity}}}|common}}</td></tr> | |||
{{#if:{{{artist|}}}|<tr valign=top><th align=right>Artist:</th><td>{{{artist}}}</td></tr>}} | |||
</table></td><td>[[Image:{{#if:{{{image|}}}|{{{image}}}|Magic_Card_Back.jpg}}|200px]]</td> | |||
</tr></table></includeonly> | |||
<noinclude> | <noinclude> | ||
{{mtgcard | {{mtgcard |
Revision as of 22:44, 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.