Difference between revisions of "Template:Set-Details"
Line 78: | Line 78: | ||
|Total cards:||[https://mtgpq.info/cards/search?sets={{{id}}} {{{cards_total}}}] | |Total cards:||[https://mtgpq.info/cards/search?sets={{{id}}} {{{cards_total}}}] | ||
|- | |- | ||
− | |Masterpiece:||[https://mtgpq.info/cards/search?rarities=1&sets={{{id}}} {{{cards_mp}}}] | + | |Masterpiece:||{{#ifeq: {{{cards_mp}}}|0|0|[https://mtgpq.info/cards/search?rarities=1&sets={{{id}}} {{{cards_mp}}}]}} |
|- | |- | ||
− | |Mythic:||[https://mtgpq.info/cards/search?rarities=2&sets={{{id}}} {{{cards_m}}}] | + | |Mythic:||{{#ifeq: {{{cards_m}}}|0|0|[https://mtgpq.info/cards/search?rarities=2&sets={{{id}}} {{{cards_m}}}]}} |
|- | |- | ||
− | |Rare:||[https://mtgpq.info/cards/search?rarities=3&sets={{{id}}} {{{cards_r}}}] | + | |Rare:||{{#ifeq: {{{cards_r}}}|0|0|[https://mtgpq.info/cards/search?rarities=3&sets={{{id}}} {{{cards_r}}}]}} |
|- | |- | ||
− | |Uncommon:||[https://mtgpq.info/cards/search?rarities=4&sets={{{id}}} {{{cards_u}}}] | + | |Uncommon:||{{#ifeq: {{{cards_u}}}|0|0|[https://mtgpq.info/cards/search?rarities=4&sets={{{id}}} {{{cards_u}}}]}} |
|- | |- | ||
− | |Common:||[https://mtgpq.info/cards/search?rarities=5&sets={{{id}}} {{{cards_c}}}] | + | |Common:||{{#ifeq: {{{cards_c}}}|0|0|[https://mtgpq.info/cards/search?rarities=5&sets={{{id}}} {{{cards_c}}}]}} |
|}</includeonly> | |}</includeonly> |
Revision as of 12:40, 11 August 2018
Shorthand for creating a table with set details for a given Set.
Parameters are:
{{{id}}}
: The set's ID on mtgpq.info (e.g. 13){{{title}}}
: The set's name (e.g. Dominaria){{{abbr}}}
: The abbreviation used for the set (e.g. DOM for Dominaria){{{date}}}
: The month/year the set was released (e.g. May 2018){{{version}}}
: The version of the app the set released in (e.g. 2.7 for DOM){{{notes}}}
: Release notes for the version{{{mechanics}}}
: Comma separated list of mechanics (e.g. "Saga, Historic, Leader"){{{cards_total}}}
: The total number of cards in the set (e.g. 211){{{cards_mp}}}
: The number of masterpiece cards in the set (e.g. 10){{{cards_m}}}
: The number of mythic cards in the set (e.g. 29){{{cards_r}}}
: The number of rare cards in the set (e.g. 48){{{cards_u}}}
: The number of uncommon cards in the set (e.g. 64){{{cards_c}}}
: The number of common cards in the set (e.g. 60)
A file named {{{abbr}}}_Symbol.png
is assumed to exist and is used for the set icon.
Example
This shorthand
{{Set-Details |id = 13 |title = Dominaria |abbr = DOM |date = May 2018 |version = 2.7 |notes = https://forums.d3go.com/discussion/72742/2-7-release-notes-updated-5-23-18 |mechanics = Saga, Historic, Leader |cards_total = 211 |cards_mp = 10 |cards_m = 29 |cards_r = 48 |cards_u = 64 |cards_c = 60 }}
Produces:
Set code: | DOM |
Set icon: | |
Set introduced: | May 2018 (version 2.7) |
Release notes: | https://forums.d3go.com/discussion/72742/2-7-release-notes-updated-5-23-18 |
Set mechanics: | |
Total cards: | 211 |
Masterpiece: | 10 |
Mythic: | 29 |
Rare: | 48 |
Uncommon: | 64 |
Common: | 60 |