Difference between revisions of "Template:Elite pack table span"
(30 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
Generates a span in an Elite pack tracking table, containing one highlighted cell. | Generates a span in an Elite pack tracking table, containing one highlighted cell. | ||
− | * The first parameter is | + | * The first parameter (optional) is the number of the Elite pack within the set. |
− | * The second parameter is the total number of cells in the span. | + | * The second parameter is the total number of cells in the span (in the set). |
* The third parameter is the three-letter set abbreviation associated with the highlighted cell. | * The third parameter is the three-letter set abbreviation associated with the highlighted cell. | ||
+ | * The fourth parameter is either "vip" or empty, indicating whether the elite pack's availability is VIP-only. | ||
+ | |||
+ | An alternative which occupies less horizontal space is [[Template:Elite pack table span 2]]. | ||
==Example== | ==Example== | ||
Line 12: | Line 15: | ||
<pre><nowiki> | <pre><nowiki> | ||
{| class="wikitable" | {| class="wikitable" | ||
− | ! 1 || 2 || 3 || 4 || 5 || 6 | + | ! 0 || 1 || 2 || 3 || 4 || 5 || 6 || 7 || 8 || 9 || 10 || 11 || 12 || 13 || 14 || 15 || 16 || 17 || 18 || 19 || 20 |
− | | | ||
− | |||
|- | |- | ||
− | {{Elite pack table span| | + | ! A |
+ | {{Elite pack table span||3|KLD}} | ||
+ | {{Elite pack table span||3|AKH}} | ||
+ | {{Elite pack table span|1|3|HOU}} | ||
+ | {{Elite pack table span||1|XLN}} | ||
+ | {{Elite pack table span||1|RIX}} | ||
+ | {{Elite pack table span||3|DOM}} | ||
+ | {{Elite pack table span|3|3|M19}} | ||
+ | {{Elite pack table span|1|3|GRN}} | ||
|- | |- | ||
− | {{Elite pack table span| | + | ! B |
− | {{Elite pack table span|2|3|GRN}} | + | {{Elite pack table span||3|KLD}} |
+ | {{Elite pack table span|1|3|AKH}} | ||
+ | {{Elite pack table span||3|HOU}} | ||
+ | {{Elite pack table span||1|XLN}} | ||
+ | {{Elite pack table span|1|1|RIX}} | ||
+ | {{Elite pack table span||3|DOM}} | ||
+ | {{Elite pack table span||3|M19}} | ||
+ | {{Elite pack table span|2|3|GRN|vip}} | ||
|} | |} | ||
</nowiki></pre> | </nowiki></pre> | ||
Line 26: | Line 42: | ||
{| class="wikitable" | {| class="wikitable" | ||
− | ! 1 || 2 || 3 || 4 || 5 || 6 | + | ! 0 || 1 || 2 || 3 || 4 || 5 || 6 || 7 || 8 || 9 || 10 || 11 || 12 || 13 || 14 || 15 || 16 || 17 || 18 || 19 || 20 |
− | | | ||
− | |||
|- | |- | ||
− | {{Elite pack table span| | + | ! A |
+ | {{Elite pack table span||3|KLD}} | ||
+ | {{Elite pack table span||3|AKH}} | ||
+ | {{Elite pack table span|1|3|HOU}} | ||
+ | {{Elite pack table span||1|XLN}} | ||
+ | {{Elite pack table span||1|RIX}} | ||
+ | {{Elite pack table span||3|DOM}} | ||
+ | {{Elite pack table span|3|3|M19}} | ||
+ | {{Elite pack table span|1|3|GRN}} | ||
|- | |- | ||
− | {{Elite pack table span| | + | ! B |
− | {{Elite pack table span|2|3|GRN}} | + | {{Elite pack table span||3|KLD}} |
+ | {{Elite pack table span|1|3|AKH}} | ||
+ | {{Elite pack table span||3|HOU}} | ||
+ | {{Elite pack table span||1|XLN}} | ||
+ | {{Elite pack table span|1|1|RIX}} | ||
+ | {{Elite pack table span||3|DOM}} | ||
+ | {{Elite pack table span||3|M19}} | ||
+ | {{Elite pack table span|2|3|GRN|vip}} | ||
|} | |} | ||
− | </noinclude><includeonly> | + | </noinclude><includeonly>{{#if:{{{1|}}}|{{#ifexpr:{{{1}}} > 1| |
− | {{#ifexpr:{{{1}}} > 1| | + | {{!}} colspan="{{#expr:{{{1}}} - 1}}" style="{{#if:{{#pos:{{LegacySetList}}|{{{3}}}}}|{{TintLegacy}}|{{TintStandard}}}}" {{!}} }} |
− | {{!}} colspan="{{#expr:{{{1}}} - 1}}" {{!}} }} | + | {{!}} style={{#ifeq:{{{4|}}}|vip|"background:#edd340;|"background:#a20a90;"}} {{!}}{{SetSymbol|{{{3}}}||<!-- |
− | + | -->{{#switch:{{{3}}} | |
− | -->{{#ifexpr:{{{2}}} - {{{1}}} > 0|< | + | |KLD|AER|AKH|HOU=Elite pack card pools (KLD-HOU)#{{{3}}}{{{1}}} |
− | {{!}} colspan="{{#expr:{{{2}}} - {{{1}}}}}" {{!}} }}</includeonly> | + | |XLN|RIX|DOM|M19=Elite pack card pools (XLN-M19)#{{{3}}}{{{1}}} |
− | + | |GRN|RNA|WAR|M20=Elite pack card pools (GRN-M20)#{{{3}}}{{{1}}} | |
− | + | |ELD|THB|IKO|M21=Elite pack card pools (ELD-M21)#{{{3}}}{{{1}}} | |
+ | |ZNR|KHM|STX|AFR=Elite pack card pools (ZNR-AFR)#{{{3}}}{{{1}}} | ||
+ | |#{{{3}}}}}|{{Set expand|{{{3}}}}} - Elite pack #{{{1}}}}}<!--<small>''' {{{1}}}'''</small>--><!-- | ||
+ | -->{{#ifexpr:{{{2}}} - {{{1}}} > 0|<!-- | ||
+ | --> {{!}}{{!}} colspan="{{#expr:{{{2}}} - {{{1}}}}}" style="{{#if:{{#pos:{{LegacySetList}}|{{{3}}}}}|{{TintLegacy}}|{{TintStandard}}}}" {{!}} }}| | ||
+ | {{!}} colspan={{{2}}} style="{{#if:{{#pos:{{LegacySetList}}|{{{3}}}}}|{{TintLegacy}}|{{TintStandard}}}}" {{!}} }}</includeonly> |
Latest revision as of 08:49, 14 October 2021
Usage
Generates a span in an Elite pack tracking table, containing one highlighted cell.
- The first parameter (optional) is the number of the Elite pack within the set.
- The second parameter is the total number of cells in the span (in the set).
- The third parameter is the three-letter set abbreviation associated with the highlighted cell.
- The fourth parameter is either "vip" or empty, indicating whether the elite pack's availability is VIP-only.
An alternative which occupies less horizontal space is Template:Elite pack table span 2.
Example
The following shorthand:
{| class="wikitable" ! 0 || 1 || 2 || 3 || 4 || 5 || 6 || 7 || 8 || 9 || 10 || 11 || 12 || 13 || 14 || 15 || 16 || 17 || 18 || 19 || 20 |- ! A {{Elite pack table span||3|KLD}} {{Elite pack table span||3|AKH}} {{Elite pack table span|1|3|HOU}} {{Elite pack table span||1|XLN}} {{Elite pack table span||1|RIX}} {{Elite pack table span||3|DOM}} {{Elite pack table span|3|3|M19}} {{Elite pack table span|1|3|GRN}} |- ! B {{Elite pack table span||3|KLD}} {{Elite pack table span|1|3|AKH}} {{Elite pack table span||3|HOU}} {{Elite pack table span||1|XLN}} {{Elite pack table span|1|1|RIX}} {{Elite pack table span||3|DOM}} {{Elite pack table span||3|M19}} {{Elite pack table span|2|3|GRN|vip}} |}
Produces:
0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | ||||||||||||||||||||
B |