Difference between revisions of "Template:Deck List Row"

From mtgpq wiki
Jump to: navigation, search
Line 38: Line 38:
 
!Card name || Type<!--
 
!Card name || Type<!--
 
-->{{Deck List Row|Zetalpa, Primal Dawn|type}}<!--
 
-->{{Deck List Row|Zetalpa, Primal Dawn|type}}<!--
-->{{Deck List Row|?}}
+
-->{{Deck List Row|?}}<!--
 +
-->{{Deck List Row|Black Lotus}}
 
|}
 
|}
 
</nowiki></pre>
 
</nowiki></pre>
Line 56: Line 57:
 
!Card name || Type<!--
 
!Card name || Type<!--
 
-->{{Deck List Row|Zetalpa, Primal Dawn|type}}<!--
 
-->{{Deck List Row|Zetalpa, Primal Dawn|type}}<!--
-->{{Deck List Row|?}}
+
-->{{Deck List Row|?}}<!--
 +
-->{{Deck List Row|Black Lotus}}
 
|}
 
|}
  
</noinclude><includeonly><!--
+
</noinclude><includeonly>{{#ifeq:{{#sub:{{Card data: {{{1}}}}}|0|1}}|{|&nbsp;
Implementation note: Using "ifexist" within the initial check handles incorrect card names / missing card data more gracefully.  However, "ifexist" counts as an "expensive parser function", and there is a limit of 100 of these to a page; further parsing of "ifexist" is suspended.  (see https://www.mediawiki.org/wiki/Manual:$wgExpensiveParserFunctionLimit)
 
Some pages with many deck lists exceed this limit.  It's more important to show valid content correctly than to handle invalid content gracefully, so the ifexist check is removed for now.
 
 
 
"Ifexist" version of initial check (would replace the first line of the template implementation):
 
  {{#ifexpr:{{#if:{{{1|}}}|1|0}} and {{#ifexist: Template:Card data: {{{1}}}|1|0}}|&nbsp;
 
 
 
-->{{#if:{{{1|}}}|&nbsp;
 
 
{{!}}-
 
{{!}}-
 
{{!}} {{Card URL|{{Trim|{{{1}}}}}}}            <!--Name-->
 
{{!}} {{Card URL|{{Trim|{{{1}}}}}}}            <!--Name-->

Revision as of 07:29, 28 December 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.
  • 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}}
|}

{| 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
Card name Type 
Zetalpa, Primal Dawn Creatures (4/8)
? Unknown card
Black Lotus Missing card data