Template:Deck rares: Difference between revisions
Jump to navigation
Jump to search
>Jerodast m (Formatted template code. Fixed a couple inconsistencies made clear once the code was formatted :P) |
>Jerodast (Gulp) |
||
Line 1: | Line 1: | ||
<includeonly>The rares in this deck are<!-- | <includeonly>The rares in this deck are<!-- | ||
-->{{#if:{{{setcode|}}}|<!-- | |||
TEMPLATE WITH SETCODES:<!-- | |||
-->{{#if:{{{alt-art-1|}}}| {{#tag:c|{{{alt-art-1}}}|set={{{setcode}}}}} (alternate art)}}<!-- | |||
-->{{#if:{{{alt-art-2|}}}|, {{#tag:c|{{{alt-art-2}}}|set={{{setcode}}}}} (alternate art)}}<!-- | |||
-->{{#if:{{{alt-art-3|}}}|, {{#tag:c|{{{alt-art-3}}}|set={{{setcode}}}}} (alternate art)}}<!-- | |||
-->{{#if:{{{alt-art-4|}}}|, {{#tag:c|{{{alt-art-4}}}|set={{{setcode}}}}} (alternate art)}}<!-- | |||
-->{{#if:{{{holo-1|}}}| {{#tag:c|{{{holo-1}}}|set={{{setcode}}}}} (holographic foil)}}<!-- | |||
-->{{#if:{{{holo-2|}}}|, {{#tag:c|{{{holo-2}}}|set={{{setcode}}}}} (holographic foil)}}<!-- | |||
-->{{#if:{{{holo-3|}}}|, {{#tag:c|{{{holo-3}}}|set={{{setcode}}}}} (holographic foil)}}<!-- | |||
-->{{#if:{{{holo-4|}}}|, {{#tag:c|{{{holo-4}}}|set={{{setcode}}}}} (holographic foil)}}<!-- | |||
-->{{#if:{{{rare-1|}}}| {{#tag:c|{{{rare-1}}}|set={{{setcode}}}}}}}<!-- | |||
-->{{#if:{{{rare-2|}}}|, {{#tag:c|{{{rare-2}}}|set={{{setcode}}}}}}}<!-- | |||
-->{{#if:{{{rare-3|}}}|, {{#tag:c|{{{rare-3}}}|set={{{setcode}}}}}}}<!-- | |||
-->{{#if:{{{rare-4|}}}|, {{#tag:c|{{{rare-4}}}|set={{{setcode}}}}}}}<!-- | |||
-->{{#if:{{{rare-5|}}}|, {{#tag:c|{{{rare-5}}}|set={{{setcode}}}}}}}<!-- | |||
-->{{#if:{{{rare-6|}}}|, {{#tag:c|{{{rare-6}}}|set={{{setcode}}}}}}}<!-- | |||
-->{{#if:{{{rare-7|}}}|, {{#tag:c|{{{rare-7}}}|set={{{setcode}}}}}}}<!-- | |||
-->{{#if:{{{rare-8|}}}|, {{#tag:c|{{{rare-8}}}|set={{{setcode}}}}}}}<!-- | |||
-->{{#if:{{{comma|}}}|,|}}<!-- | |||
-->{{#if:{{{rare-last|}}}| and {{#tag:c|{{{rare-last}}}|set={{{setcode}}}}}}}.<!-- | |||
-->|<!-- | |||
TEMPLATE WITHOUT SETCODES: | |||
-->{{#if:{{{alt-art-1|}}}| {{#tag:c|{{{alt-art-1}}}}} (alternate art)}}<!-- | -->{{#if:{{{alt-art-1|}}}| {{#tag:c|{{{alt-art-1}}}}} (alternate art)}}<!-- | ||
-->{{#if:{{{alt-art-2|}}}|, {{#tag:c|{{{alt-art-2}}}}} (alternate art)}}<!-- | -->{{#if:{{{alt-art-2|}}}|, {{#tag:c|{{{alt-art-2}}}}} (alternate art)}}<!-- | ||
Line 17: | Line 39: | ||
-->{{#if:{{{rare-8|}}}|, {{#tag:c|{{{rare-8}}}}}}}<!-- | -->{{#if:{{{rare-8|}}}|, {{#tag:c|{{{rare-8}}}}}}}<!-- | ||
-->{{#if:{{{comma|}}}|,|}}<!-- | -->{{#if:{{{comma|}}}|,|}}<!-- | ||
-->{{#if:{{{rare-last|}}}| and {{#tag:c|{{{rare-last}}}}}}}.</includeonly><noinclude> | -->{{#if:{{{rare-last|}}}| and {{#tag:c|{{{rare-last}}}}}}}.<!-- | ||
END OF TEMPLATE | |||
-->}}</includeonly><noinclude> | |||
==Usage== | ==Usage== | ||
For a standardized, readily mass-changeable line listing the rares in a preconstructed theme deck. | For a standardized, readily mass-changeable line listing the rares in a preconstructed theme deck. |
Revision as of 07:30, 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}}
- 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 6.{{{holo-n}}}
: The names of the rares with holographic foil treatment. Currently, the largest value of n supported is 6.{{{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".