Changes

Jump to: navigation, search

Template:Card set data

1,740 bytes added, 10:16, 24 February 2019
Created page with "<noinclude> ==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 store..."
<noinclude>
==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|Date|Version|Release|Mechanics|Size|C|U|R|M|MP'''

{| class="wikitable"
|-
! Field
! Description
! Examples
|-
| Name
| The full expansion set name
| "Guilds of Ravnica"
|-
| Abbrev
| The 3-letter abbreviation for the expansion set.
| "GRN"
|-
| 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.
| "190"
|-
| 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.
| "25"
|-
| MP
| The total number of masterpiece cards in the set. Leave blank if none.
| "10"
|}

==Example==
The following mark-up:
<pre><nowiki>
{{Card set data|GRN}}
</nowiki></pre>

Produces:

{{Card set data|GRN}}


</noinclude><includeonly>{{Card set data: {{{1}}}}}</includeonly>

Navigation menu