Template:Deck List Row Mini
Usage
A row in Template:Deck_List_Mini.
See also Template:Deck_List and Template:Deck_List_Row.
The first parameter is the card name.
The second parameter is a comma-separated list of fields indicate the card information to display. The possible display fields are:
- cost - The cost in mana of the card
- type - The type of the card, along with P/T for creatures and shields for supports
- 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
The third parameter (optional) is a list of fields for formatting the row. Currently, the only formatting parameter is:
- rarity_bg - Shade the background of the table row in a color corresponding to the card's rarity
Example
The following shorthand:
On its own: {{Deck List Row Mini|Zetalpa, Primal Dawn|cost,type,color,rarity,set,legacy}} In a table: {| class="wikitable" !Card name || Details<!-- -->{{Deck List Row Mini|Zetalpa, Primal Dawn|cost,type,rarity}}<!-- -->{{Deck List Row Mini|Crush of Tentacles|cost,type,rarity}}<!-- -->{{Deck List Row Mini|Time of Ice|cost,type,rarity}}<!-- -->{{Deck List Row Mini|Storm the Vault|cost,type,rarity}}<!-- -->{{Deck List Row Mini|Storm the Vault//Vault of Catlacan|cost,type,rarity}}<!-- -->{{Deck List Row Mini|Black Lotus|cost,type,rarity}} |}
Produces:
On its own: |- | style="border-right:solid 0px;" | Zetalpa, Primal Dawn | style="border-left:solid 0px;" |19 · (4/8) · · · ·
In a table:
Card name | Details |
---|---|
Zetalpa, Primal Dawn | 19 · (4/8) · |
Crush of Tentacles | 21 · · |
Time of Ice | 18 · (2) · |
Storm the Vault | 11 · (4) · |
Storm the Vault//Vault of Catlacan | 11 · (4) · |
Black Lotus | Missing card data |