Difference between revisions of "Template:Card set data"
(2 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
The card set data is stored in templates named "Template:Card set data: set name". For example, [[Template:Card set data:GRN]]. The card set data fields are formatted as follows: | The card set data is stored in templates named "Template:Card set data: set name". For example, [[Template:Card set data:GRN]]. The card set data fields are formatted as follows: | ||
− | '''Name|Abbrev|ID|Date|Version|Release|Mechanics|Size|C|U|R|M|MP''' | + | '''Name|Abbrev|ID|Date|Version|Release|Mechanics|Size|C|U|R|M|MP|Creatures|Spells|Supports''' |
{| class="wikitable" | {| class="wikitable" | ||
Line 23: | Line 23: | ||
| ID | | ID | ||
| The numerical ID of the card set on mtgpq.info | | The numerical ID of the card set on mtgpq.info | ||
− | | " | + | | "16" |
|- | |- | ||
| Date | | Date | ||
Line 43: | Line 43: | ||
| Size | | Size | ||
| The size of the set, in terms of total number of cards it contains. | | The size of the set, in terms of total number of cards it contains. | ||
− | | " | + | | "200" |
|- | |- | ||
| C | | C | ||
Line 59: | Line 59: | ||
| M | | M | ||
| The total number of mythic cards in the set. Leave blank if none. | | The total number of mythic cards in the set. Leave blank if none. | ||
− | | " | + | | "35" |
|- | |- | ||
| MP | | MP | ||
| The total number of masterpiece cards in the set. Leave blank if none. | | The total number of masterpiece cards in the set. Leave blank if none. | ||
| "10" | | "10" | ||
+ | |- | ||
+ | | Creatures | ||
+ | | The total number of creature cards in the set. Leave blank if none. | ||
+ | | "100" | ||
+ | |- | ||
+ | | Spells | ||
+ | | The total number of spell cards in the set. Leave blank if none. | ||
+ | | "63" | ||
+ | |- | ||
+ | | Supports | ||
+ | | The total number of support cards in the set. Leave blank if none. | ||
+ | | "37" | ||
|} | |} | ||
Latest revision as of 11:38, 24 February 2019
Usage
Extract data for a card set for use in other templates. The only parameter is the three-letter abbreviation of the set name.
The card set data is stored in templates named "Template:Card set data: set name". For example, Template:Card set data:GRN. The card set data fields are formatted as follows:
Name|Abbrev|ID|Date|Version|Release|Mechanics|Size|C|U|R|M|MP|Creatures|Spells|Supports
Field | Description | Examples |
---|---|---|
Name | The full expansion set name | "Guilds of Ravnica" |
Abbrev | The 3-letter abbreviation for the expansion set. | "GRN" |
ID | The numerical ID of the card set on mtgpq.info | "16" |
Date | The date when the card set was released in MTGPQ. | "Nov 2018" |
Version | The game version in which the card set was released. | "3.0" |
Release | A link to the release notes for the version in which the card set was released. | "https://forums.d3go.com/discussion/75872/3-0-release-notes-updated-11-13-18" |
Mechanics | A comma-separated list of mechanics introduced in the set. | "Surveil,Jump-start,Undergrowth,Mentor,Convoke" |
Size | The size of the set, in terms of total number of cards it contains. | "200" |
C | The total number of common cards in the set. Leave blank if none. | "60" |
U | The total number of uncommon cards in the set. Leave blank if none. | "55" |
R | The total number of rare cards in the set. Leave blank if none. | "40" |
M | The total number of mythic cards in the set. Leave blank if none. | "35" |
MP | The total number of masterpiece cards in the set. Leave blank if none. | "10" |
Creatures | The total number of creature cards in the set. Leave blank if none. | "100" |
Spells | The total number of spell cards in the set. Leave blank if none. | "63" |
Supports | The total number of support cards in the set. Leave blank if none. | "37" |
Example
The following mark-up:
{{Card set data|GRN}}
Produces:
{{p{{{1}}}|Guilds of Ravnica|GRN|16|Nov 2018|3.0|https://forums.d3go.com/discussion/75872/3-0-release-notes-updated-11-13-18%7CConvoke,Jump-start,Mentor,Surveil,Undergrowth%7C200%7C60%7C55%7C40%7C35%7C10%7C100%7C63%7C37}}