Changes

Jump to: navigation, search

Template:Deck List Row

2,603 bytes added, 11:36, 28 April 2020
no edit summary
A row in [[Template:Deck_List]].
The only first parameter is the card name. * A missing card name produces 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==
This mark-upThe following shorthand:
<pre><nowiki>
{| 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}}|}
</nowiki></pre>
Produces:
{| 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}}|}
</noinclude><includeonly>{{#ifeq:{{#sub:{{Card data: {{{1}}}}}|0|1}}|{|&nbsp;{{!}}-{{!}} {{Card URL|{{Trim|{{{1}}}}}}} <!--Name-->{{#ifeq:{{#expr: {{#if:{{{2|}}}|0|1}} or {{#if:{{#pos:{{{2|}}}|type}}|1|0}}}}|1|<!---->{{!}} {{{{#explode:{{Card data: {{{1}}}|6}}|,|0}}s}}<!-- Type-->{{#if:{{#pos:{{Card data:{{{1}}}|6}}|,}}|//{{{{#explode:{{Card data: {{{1}}}|6}}|,|1}}s}}}}<!---->{{#if:{{#pos:{{Card data: {{{1}}}|6}}|Creature}}|&nbsp;({{Card data: {{{1}}}|8}})|<!---->{{#if:{{#pos:{{Card data: {{{1}}}|6}}|Support}}| &nbsp;({{Card data: {{{1}}}|9}})}}}} }}{{#ifeq:{{#expr: {{#if:{{{2|}}}|0|1}} or {{#if:{{#pos:{{{2|}}}|cost}}|1|0}}}}|1|<!---->{{!}} {{#replace:{{Card data: {{{1}}}|5}}|,|//}} }} <!--Cost-->{{#ifeq:{{#expr: {{#if:{{{2|}}}|0|1}} or {{#if:{{#pos:{{{2|}}}|color}}|1|0}}}}|1|<!---->{{!}} {{Color Icons|{{Card data: {{{1}}}|4}}|16}}}} <!--Color-->{{#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}}}}||&nbsp;{{Legacy icon|17}}}} }}<!-- Set-->}}|<br>
{{!}}-
{{!}} [[{{Card data: {{{1}}}|1}}]] <!--Name-->{{#ifexist: Template:Card data: {{{1}}}|<!---->{{!}} colspan="5" {{{{Card data: {{{1}}}|6}}s}}<!-- Type with (P/T) or (shields)-->{{#ifeq:{{Card data: {{{1}}}|6}}|Creature| &nbsp;({{Card data: {{{1}}}|8}})|<!---->''{{#ifeq:{{Card data: {{{1}}}|6}}?|SupportUnknown card| &nbsp;({{Card Missing card data: {{{1}}}|9}})}}}}{{!}} {{Card data: {{{1}}}|5}} <!--Cost-->{{!}} {{Color Icons|{{Card data: {{{1}}}|4}}}} <!--Color-->{{!}} {{SetSymbol|{{Card data: {{{1}}}|2}}}} <small>[[{{Card data: {{{1}}}|2}}]]</small> <!--Set-->{{!}} {{Rarity|{{Card data: {{{1}}}|3}}}} <!--Rarity-->|{{!}} colspan="5" {{!}} ''Missing card data''}}}}</includeonly>

Navigation menu