Difference between revisions of "Template:Deck List Row"
Line 3: | Line 3: | ||
A row in [[Template:Deck_List]]. | A row in [[Template:Deck_List]]. | ||
− | The | + | The first parameter is the card name. A missing card name causes the template to produce no output. |
+ | |||
+ | 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== | ==Example== | ||
Line 9: | Line 24: | ||
The following shorthand: | The following shorthand: | ||
<pre><nowiki> | <pre><nowiki> | ||
− | |||
− | |||
− | |||
{| class="wikitable" | {| class="wikitable" | ||
!Card name || Type || Cost || Color || Rarity || Set<!-- | !Card name || Type || Cost || Color || Rarity || Set<!-- | ||
Line 18: | Line 30: | ||
-->{{Deck List Row|Time of Ice}}<!-- | -->{{Deck List Row|Time of Ice}}<!-- | ||
-->{{Deck List Row|Storm the Vault}} | -->{{Deck List Row|Storm the Vault}} | ||
+ | |} | ||
+ | |||
+ | {| class="wikitable" | ||
+ | !Card name || Type<!-- | ||
+ | -->{{Deck List Row|Zetalpa, Primal Dawn|type}} | ||
|} | |} | ||
</nowiki></pre> | </nowiki></pre> | ||
Line 23: | Line 40: | ||
Produces: | Produces: | ||
− | |||
− | |||
− | |||
{| class="wikitable" | {| class="wikitable" | ||
!Card name || Type || Cost || Color || Rarity || Set<!-- | !Card name || Type || Cost || Color || Rarity || Set<!-- | ||
Line 32: | Line 46: | ||
-->{{Deck List Row|Time of Ice}}<!-- | -->{{Deck List Row|Time of Ice}}<!-- | ||
-->{{Deck List Row|Storm the Vault}} | -->{{Deck List Row|Storm the Vault}} | ||
+ | |} | ||
+ | |||
+ | {| class="wikitable" | ||
+ | !Card name || Type<!-- | ||
+ | -->{{Deck List Row|Zetalpa, Primal Dawn|type}} | ||
|} | |} | ||
Line 37: | Line 56: | ||
{{!}}- | {{!}}- | ||
{{!}} [https://mtgpq.info/cards/{{#replace:{{#replace:{{#replace:{{#if:{{#pos:{{Card data: {{{1}}}|1}}|/}}|{{#explode:{{Card data: {{{1}}}|1}}|/|0}}|{{Card data: {{{1}}}|1}}}}|'|}}|,|}}| |}}{{#if:{{#pos:{{Card data: {{{1}}}|7}}|Saga}}|I}} {{#if:{{#pos:{{Card data: {{{1}}}|1}}|/}}|{{#explode:{{Card data: {{{1}}}|1}}|/|0}}|{{Card data: {{{1}}}|1}}}}] <!--Name--> | {{!}} [https://mtgpq.info/cards/{{#replace:{{#replace:{{#replace:{{#if:{{#pos:{{Card data: {{{1}}}|1}}|/}}|{{#explode:{{Card data: {{{1}}}|1}}|/|0}}|{{Card data: {{{1}}}|1}}}}|'|}}|,|}}| |}}{{#if:{{#pos:{{Card data: {{{1}}}|7}}|Saga}}|I}} {{#if:{{#pos:{{Card data: {{{1}}}|1}}|/}}|{{#explode:{{Card data: {{{1}}}|1}}|/|0}}|{{Card data: {{{1}}}|1}}}}] <!--Name--> | ||
− | {{#ifexist: Template:Card data: {{{1}}}|<!-- | + | {{#ifeq:{{#expr: {{#if:{{{2|}}}|0|1}} or {{#if:{{#pos:{{{2|}}}|type}}|1|0}}}}|1|<!-- |
+ | -->{{#ifexist: Template:Card data: {{{1}}}|<!-- | ||
-->{{!}} {{{{Card data: {{{1}}}|6}}s}}<!-- Type with (P/T) or (shields) | -->{{!}} {{{{Card data: {{{1}}}|6}}s}}<!-- Type with (P/T) or (shields) | ||
-->{{#ifeq:{{Card data: {{{1}}}|6}}|Creature| ({{Card data: {{{1}}}|8}})|<!-- | -->{{#ifeq:{{Card data: {{{1}}}|6}}|Creature| ({{Card data: {{{1}}}|8}})|<!-- | ||
− | -->{{#ifeq:{{Card data: {{{1}}}|6}}|Support| ({{Card data: {{{1}}}|9}})}}}} | + | -->{{#ifeq:{{Card data: {{{1}}}|6}}|Support| ({{Card data: {{{1}}}|9}})}}}} }} |
− | {{!}} {{Card data: {{{1}}}|5}} <!--Cost--> | + | {{#ifeq:{{#expr: {{#if:{{{2|}}}|0|1}} or {{#if:{{#pos:{{{2|}}}|cost}}|1|0}}}}|1|<!-- |
− | {{!}} {{Color Icons|{{Card data: {{{1}}}|4}}}} <!--Color--> | + | -->{{!}} {{Card data: {{{1}}}|5}} }} <!--Cost--> |
− | {{!}} {{Rarity|{{Card data: {{{1}}}|3}}}} <!--Rarity--> | + | {{#ifeq:{{#expr: {{#if:{{{2|}}}|0|1}} or {{#if:{{#pos:{{{2|}}}|color}}|1|0}}}}|1|<!-- |
− | {{!}} {{SetSymbol|{{Card data: {{{1}}}|2}}}} [[{{Card data: {{{1}}}|2}}]]<!-- | + | -->{{!}} {{Color Icons|{{Card data: {{{1}}}|4}}}} }} <!--Color--> |
− | -->{{#if:{{#pos:{{StandardSetList}}|{{Card data: {{{1}}}|2}}}}|| [[File:Legacy-bg.png|x18px|link=Legacy|Legacy]]}}<!-- Set | + | {{#ifeq:{{#expr: {{#if:{{{2|}}}|0|1}} or {{#if:{{#pos:{{{2|}}}|rarity}}|1|0}}}}|1|<!-- |
+ | -->{{!}} {{Rarity|{{Card data: {{{1}}}|3}}}} }} <!--Rarity--> | ||
+ | {{#ifeq:{{#expr: {{#if:{{{2|}}}|0|1}} or {{#if:{{#pos:{{{2|}}}|set}}|1|0}} or {{#if:{{#pos:{{{2|}}}|legacy}}|1|0}}}}|1|<!-- | ||
+ | -->{{!}} {{#ifeq:{{#expr: {{#if:{{{2|}}}|0|1}} or {{#if:{{#pos:{{{2|}}}|set}}|1|0}}}}|1|<!-- | ||
+ | -->{{SetSymbol|{{Card data: {{{1}}}|2}}}} [[{{Card data: {{{1}}}|2}}]] }}<!-- | ||
+ | -->{{#ifeq:{{#expr: {{#if:{{{2|}}}|0|1}} or {{#if:{{#pos:{{{2|}}}|legacy}}|1|0}}}}|1|<!-- | ||
+ | -->{{#if:{{#pos:{{StandardSetList}}|{{Card data: {{{1}}}|2}}}}|| [[File:Legacy-bg.png|x18px|link=Legacy|Legacy]]}} }} }}<!-- Set | ||
-->|{{!}} colspan="5" {{!}} ''Missing card data''}}}}</includeonly> | -->|{{!}} colspan="5" {{!}} ''Missing card data''}}}}</includeonly> |
Revision as of 01:58, 26 February 2019
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.
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}} |} {| class="wikitable" !Card name || Type<!-- -->{{Deck List Row|Zetalpa, Primal Dawn|type}} |}
Produces:
Card name | Type | Cost | Color | Rarity | Set |
---|---|---|---|---|---|
Zetalpa, Primal Dawn | (4/8) | 19 | RIX | ||
Crush of Tentacles | 21 | OGW | |||
Time of Ice | (2) | 18 | DOM | ||
Storm the Vault | (4) | 11 | RIX |
Card name | Type |
---|---|
Zetalpa, Primal Dawn | (4/8) |