Template:Deck List Row

From mtgpq wiki
Jump to: navigation, search

Usage

A row in Template:Deck_List.

The first parameter is the card name.

  • A missing card name causes the template to produce no output.
  • A question mark for the card name is formatted as an unknown card.

The second parameter is an optional comma-separated list of fields to display.

The possible fields are:

  • type - The type of the card, along with P/T for creatures and shields for supports
  • cost - The cost in mana of the card
  • color - The color of the card
  • rarity - The rarity of the card
  • set - The set containing the card
  • legacy - A legacy banner if the card is from a legacy set

Each field is in its own column except for Legacy, which is in the same column as Set.

Fields are always displayed in the order above. The default fields used if none are specified are all of the above.


Example

The following shorthand:

{| class="wikitable"
!Card name || Type || Cost || Color || Rarity || Set<!--
-->{{Deck List Row|Zetalpa, Primal Dawn}}<!--
-->{{Deck List Row|Crush of Tentacles}}<!--
-->{{Deck List Row|Time of Ice}}<!--
-->{{Deck List Row|Storm the Vault}}<!--
-->{{Deck List Row|Storm the Vault//Vault of Catlacan}}<!--
-->{{Deck List Row|Beanstalk Giant//Fertile Footsteps}}
|}

{| class="wikitable"
!Card name || Type<!--
-->{{Deck List Row|Zetalpa, Primal Dawn|type}}<!--
-->{{Deck List Row|?}}<!--
-->{{Deck List Row|Black Lotus}}
|}

Produces:

Card name Type Cost Color Rarity Set 
Zetalpa, Primal Dawn Creatures (4/8) 19 White Mythic Rivals of Ixalan RIX Legacy 
Crush of Tentacles Spells 21 Blue Mythic Oath of the Gatewatch OGW Legacy 
Time of Ice Supports (2) 18 Blue Uncommon Dominaria DOM Legacy 
Storm the Vault Supports (4) 11 BlueRed Rare Rivals of Ixalan RIX Legacy 
Storm the Vault//Vault of Catlacan Supports (4) 11 BlueRed Rare Rivals of Ixalan RIX Legacy 
Beanstalk Giant//Fertile Footsteps Creatures//Spells (1/1) 12//11 Green Mythic Throne of Eldraine ELD Legacy
Card name Type 
Zetalpa, Primal Dawn Creatures (4/8)
? Unknown card
Black Lotus Missing card data