Difference between revisions of "Template:Deck List Row Mini"
(7 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
The first parameter is the card name. | The first parameter is the card name. | ||
− | The second | + | The second parameter is a comma-separated list of fields indicate the card information to display. The possible display fields are: |
− | |||
− | The possible fields are: | ||
* cost - The cost in mana of the card | * cost - The cost in mana of the card | ||
* type - The type of the card, along with P/T for creatures and shields for supports | * type - The type of the card, along with P/T for creatures and shields for supports | ||
Line 17: | Line 15: | ||
* legacy - A legacy banner if the card is from a legacy set | * 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== | ==Example== | ||
Line 32: | Line 31: | ||
-->{{Deck List Row Mini|Time of Ice|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|cost,type,rarity}}<!-- | ||
− | -->{{Deck List Row Mini|Storm the Vault//Vault of Catlacan|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}} | ||
|} | |} | ||
</nowiki></pre> | </nowiki></pre> | ||
Line 47: | Line 47: | ||
-->{{Deck List Row Mini|Time of Ice|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|cost,type,rarity}}<!-- | ||
− | -->{{Deck List Row Mini|Storm the Vault//Vault of Catlacan|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}} | ||
|} | |} | ||
</noinclude><includeonly>{{#if:{{{1|}}}| | </noinclude><includeonly>{{#if:{{{1|}}}| | ||
{{!}}- | {{!}}- | ||
− | + | {{#ifexpr: {{#len:{{Card data: {{{1}}}|2}}}} = 3|<!-- | |
− | + | -->{{!}} style="border-right:solid 0px;{{#if:{{{3|}}}|{{Tint{{Rarity expand|{{Card data: {{{1}}}|3}}}}}}}}" {{!}} {{nowrap|{{Card URL|{{Trim|{{{1}}}}}}}}} <!--Name--> | |
− | -->{{!}} {{#if:{{ | + | {{!}} style="border-left:solid 0px;{{#if:{{{3|}}}|{{Tint{{Rarity expand|{{Card data: {{{1}}}|3}}}}}}}}" {{!}}<!-- |
− | + | -->{{nowrap|{{Card stats inline|{{{1}}}|{{{2}}}}}}}<!-- | |
− | + | -->|{{!}} style="border-right:solid 0px;" {{!}} {{nowrap|{{{1}}}}} | |
− | + | {{!}} style="border-left:solid 0px;" {{!}} <small>{{nowrap|''Missing card data''}}</small>}}}}</includeonly> | |
− | |||
− | |||
− | -->{{ | ||
− | |||
− | |||
− | |||
− | |||
− | --> | ||
− | -->{{ | ||
− | |||
− |
Latest revision as of 03:09, 10 April 2020
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 |