Template:Mtgcard: Difference between revisions

From 2d4chan
Jump to navigation Jump to search
1d4chan>NotBrandX
(Created page with "<includeonly> <table border=1 cellspacing=0 cellpadding=2> <tr><td><table border=0> <tr><th align=right>Name:</th><td>{{{name}}}</td></tr> <tr><th align=right>Cost:</th><td>{{...")
 
1d4chan>NotBrandX
(Difficult to edit correctly since templates don't update on their own page.)
Line 1: Line 1:
<includeonly>
<includeonly>
<table border=1 cellspacing=0 cellpadding=2>
<table border=1 cellspacing=0 cellpadding=0>
<tr><td><table border=0>
<tr valign=top><td><table border=0>
<tr><th align=right>Name:</th><td>{{{name}}}</td></tr>
<tr valign=top><th align=right>Name:</th><td>{{{name}}}</td></tr>
<tr><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><th align=right>Types:</th><td>{{#if:{{{types|}}}|{{{stypes}}}|n/a}}</td></tr>
<tr valign=top><th align=right>Types:</th><td>{{#if:{{{types|}}}|{{{stypes}}}|n/a}}</td></tr>
{{#if:{{{text|}}}|<tr><th align=right>Text:</th><td>{{{text}}}</td></tr>}}
{{#if:{{{text|}}}|<tr valign=top><th align=right>Text:</th><td>{{{text}}}</td></tr>}}
{{#if:{{{flavor|}}}|<tr><th align=right>Flavor:</th><td>''{{{flavor}}}''</td></tr>}}
{{#if:{{{flavor|}}}|<tr valign=top><th align=right>Flavor:</th><td>''{{{flavor}}}''</td></tr>}}
{{#if:{{{flavour|}}}|<tr><th align=right>Flavor:</th><td>{{{flavour}}}</td></tr>}}
{{#if:{{{flavour|}}}|<tr valign=top><th align=right>Flavor:</th><td>{{{flavour}}}</td></tr>}}
{{#if:{{{pt|}}}|<tr><th align=right>P/T:</th><td>{{{pt}}}</td></tr>}}
{{#if:{{{pt|}}}|<tr valign=top><th align=right>P/T:</th><td>{{{pt}}}</td></tr>}}
<tr><th align=right>Rarity:</th><td>{{#if:{{{rarity|}}}|{{{rarity}}}|common}}</td></tr>
<tr valign=top><th align=right>Rarity:</th><td>{{#if:{{{rarity|}}}|{{{rarity}}}|common}}</td></tr>
</table></td>
</table></td>
<td>[[Image:{{#if:{{{image|}}}|{{{image}}}|Magic_Card_Back.jpg}}|thumb]]</td>
<td>[[Image:{{#if:{{{image|}}}|{{{image}}}|Magic_Card_Back.jpg}}|200px]]</td>
</tr></table>
</tr></table>
</includeonly>
</includeonly>

Revision as of 22:23, 29 September 2013


Name:Card Name
Cost:7KWRUG
Types:{{{stypes}}}
Text:Pizzawalk, protection from shaving razors
Flavor:This isn't overpowered you just suck.
P/T:1/1
Rarity:rare


Usage

{{mtgcard
|name = Card Name
|image = some_uploaded_file.jpg
|cost = 7KWRUG
|types = Creature - Instant - Sorcery - Neckbeard
|text = Pizzawalk, protection from shaving razors
|flavor = This isn't overpowered you just suck.
|pt = 1/1
|rarity = rare
}}