Difference between revisions of "Template:Card List"
Line 15: | Line 15: | ||
** set - The set containing the card | ** set - The set containing the card | ||
** legacy - A legacy banner if the card is from a legacy set | ** legacy - A legacy banner if the card is from a legacy set | ||
+ | * collapsed - Y or N (optional, default=N). Whether to make the table collapsed. | ||
* (up to 150 unlabeled parameters): The names of cards in the list. | * (up to 150 unlabeled parameters): The names of cards in the list. | ||
* notes (optional): Notes about the card list. | * notes (optional): Notes about the card list. | ||
Line 54: | Line 55: | ||
}} | }} | ||
− | </noinclude><includeonly>{| class="wikitable sortable" | + | </noinclude><includeonly>{| class="wikitable sortable {{#ifeq:{{{collapsed|}}}|Y|mw-collapsible mw-collapsed}}" |
{{#if:{{{name|}}}| | {{#if:{{{name|}}}| | ||
− | {{!}}+ {{{name}}} }} | + | {{!}}+ {{Nowrap|{{{name}}}}} }} |
! Name | ! Name | ||
{{#ifeq:{{#expr: {{#if:{{{show|}}}|0|1}} or {{#if:{{#pos:{{{show|}}}|type}}|1|0}}}}|1| | {{#ifeq:{{#expr: {{#if:{{{show|}}}|0|1}} or {{#if:{{#pos:{{{show|}}}|type}}|1|0}}}}|1| |
Latest revision as of 06:00, 26 February 2019
Usage
The Card List template displays a list of cards in a table with sortable columns.
This template is similar to Template:Deck List. The main difference is that the Card List template provides a much larger upper limit on the number of cards (150 cards). Card List also allows you to select which columns to show.
Parameters
- name (optional): The name to show with the card list.
- show (optional): A comma-separated list of fields for each card to show in the list. Default: "cost,type,rarity". The fields are presented in the fixed order below, and may be one or more of:
- cost - The cost in mana of the card
- type - The type of the card, along with P/T for creatures and shields for supports
- 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
- collapsed - Y or N (optional, default=N). Whether to make the table collapsed.
- (up to 150 unlabeled parameters): The names of cards in the list.
- notes (optional): Notes about the card list.
Example
The following shorthand:
{{Card List |name = Blue cards |show = cost,type,color,rarity | Champion of Wits | Ominous Sphinx | The Locust God | Unesh, Criosphinx Sovereign | Vizier of the Anointed | Endless Sands | Imaginary Threats | Kefnet's Last Word | Riddleform | Swarm Intelligence }}
Produces:
Name | Type |
Cost |
Color |
Rarity |
---|---|---|---|---|
Champion of Wits | (2/1) | 9 | ||
Ominous Sphinx | (6/6) | 22 | ||
The Locust God | (8/8) | 22 | ||
Unesh, Criosphinx Sovereign | (8/8) | 16 | ||
Vizier of the Anointed | (4/6) | 10 | ||
Endless Sands | 12 | |||
Imaginary Threats | 5 | |||
Kefnet's Last Word | 11 | |||
Riddleform | (2) | 7 | ||
Swarm Intelligence | (4) | 13 |