Template:Card-Details
Shorthand for creating a table with card details. Parameters are:
{{{id}}}
: The card's ID on mtgpq.info (e.g. 1){{{name}}}
: The card's name{{{rules}}}
: The text on the card (optional){{{set}}}
: The card's set (e.g. Origins){{{type}}}
: The card's type (e.g. Creature){{{subtype}}}
: The card's subtype (e.g. Human Monk){{{rarity}}}
: The card's rarity (e.g. Rare){{{cost}}}
: The card's cost{{{colors}}}
: The card's colors (e.g. UBR){{{power}}}
: The card's power (optional, creatures only){{{toughness}}}
: The card's toughness (optional, creatures only){{{shield}}}
: The number of the card's shields (optional, supports only)
Example
This shorthand
{{Card-Details |id = 1 |name = Abbot of Keral Keep |rules = When this creature enters the battlefield, destroy 1 block of 5x5 gems. |set = Origins |type = Creature |subtype = Human Monk |rarity = Rare |colors = R |cost = 13 |power = 6 |toughness = 5 }}
Produces:
Card-Details
Type / Subtype: | Creature / Human Monk |
Rules: | When this creature enters the battlefield, destroy 1 block of 5x5 gems. |
Set / Rarity: | Origins / Rare |
Cost: | 13 |
Colors: |
|
Power / Toughness: | 6 / 5 |