Template:Deck rares: Difference between revisions

From MTG Wiki
Jump to navigation Jump to search
>Jerodast
(Gulp)
>Jerodast
(Woo new setcode seems to be working, at least on Deckmasters page. Looking at template code it appears only 4 art-specific cards are supported, not 6.)
 
Line 50: Line 50:


:<code><nowiki>{{Deck rares|alt-art-n=...|holo-n=...|rare-n=...|rare-last=...|comma=yes}}</nowiki></code>
:<code><nowiki>{{Deck rares|alt-art-n=...|holo-n=...|rare-n=...|rare-last=...|comma=yes}}</nowiki></code>
::If the deck has more than two rares.
::For an Oxford comma if the deck has more than two rares.


===Parameters===
===Parameters===
'''N.B.''': Any parameter may be left out. <code>{{{rare-last}}}</code>, however, should never be left empty, as this part of the template is responsible for the "and".
'''N.B.''': Any parameter may be left out. <code>{{{rare-last}}}</code>, however, should never be left empty, as this part of the template is responsible for the "and".
*<code>{{{alt-art-''n''}}}</code>: The names of the rares with alternate art. If alternate art cards are holographic foils, they are first alternate art cards. Currently, the largest value of ''n'' supported is 6.
*<code>{{{alt-art-''n''}}}</code>: The names of the rares with alternate art. If alternate art cards are holographic foils, they are first alternate art cards. Currently, the largest value of ''n'' supported is 4.
*<code>{{{holo-''n''}}}</code>: The names of the rares with holographic foil treatment. Currently, the largest value of ''n'' supported is 6.
*<code>{{{holo-''n''}}}</code>: The names of the rares with holographic foil treatment. Currently, the largest value of ''n'' supported is 4.
*<code>{{{rare-''n''}}}</code>: The names of non-alternate-art, non-holographic-foil rares. Currently, the largest value of ''n'' supported is 8. If a deck has holographic foil rares, please commence listing rares with rare-2, not rare-1.
*<code>{{{rare-''n''}}}</code>: The names of non-alternate-art, non-holographic-foil rares. Currently, the largest value of ''n'' supported is 8. If a deck has holographic foil rares, please commence listing rares with rare-2, not rare-1.
*<code>{{{rare-last}}}</code>: The name of last rare.
*<code>{{{rare-last}}}</code>: The name of last rare.
*<code>{{{comma}}}</code>: A terminal serial comma. The variable for this parameter is, by definition, "yes"; "no" or anything else also works but, for consistency, please use "yes".
*<code>{{{comma}}}</code>: A terminal serial comma. The variable for this parameter is, by definition, "yes"; "no" or anything else also works but, for consistency, please use "yes".
*<code>{{{setcode}}}</code>: A 3 letter set code which will cause all cards to link to their version from that set, e.g. DKM for ''[[Deckmasters 2001]]''. See {{tl|Card}} for more on set codes and card lookup.


[[Category:Magic product templates]]</noinclude>
[[Category:Magic product templates]]</noinclude>

Latest revision as of 07:34, 21 March 2023

Usage

For a standardized, readily mass-changeable line listing the rares in a preconstructed theme deck.

This template assumed that there is at least one non-alternate-art, non-holographic foil, and that there is more than one rare in a deck.

{{Deck rares|alt-art-n=...|holo-n=...|rare-n=...|rare-last=...}}
{{Deck rares|alt-art-n=...|holo-n=...|rare-n=...|rare-last=...|comma=yes}}
For an Oxford comma if the deck has more than two rares.

Parameters

N.B.: Any parameter may be left out. {{{rare-last}}}, however, should never be left empty, as this part of the template is responsible for the "and".

  • {{{alt-art-n}}}: The names of the rares with alternate art. If alternate art cards are holographic foils, they are first alternate art cards. Currently, the largest value of n supported is 4.
  • {{{holo-n}}}: The names of the rares with holographic foil treatment. Currently, the largest value of n supported is 4.
  • {{{rare-n}}}: The names of non-alternate-art, non-holographic-foil rares. Currently, the largest value of n supported is 8. If a deck has holographic foil rares, please commence listing rares with rare-2, not rare-1.
  • {{{rare-last}}}: The name of last rare.
  • {{{comma}}}: A terminal serial comma. The variable for this parameter is, by definition, "yes"; "no" or anything else also works but, for consistency, please use "yes".
  • {{{setcode}}}: A 3 letter set code which will cause all cards to link to their version from that set, e.g. DKM for Deckmasters 2001. See {{Card}} for more on set codes and card lookup.