Template:Card rarity counts

From mtgpq wiki
Revision as of 06:31, 22 February 2019 by Volrak (talk | contribs) (Created page with "<noinclude> == Usage == Display a total number of cards, as well as the number of cards of each rarity. The parameters are: * <code>set</code>: (Optional) The three-letter a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Usage

Display a total number of cards, as well as the number of cards of each rarity.

The parameters are:

  • set: (Optional) The three-letter abbreviation of a card set associated with these card counts.
  • total: The total number of cards
  • mp: The number of Masterpiece cards
  • m: The number of Mythic cards
  • r: The number of Rare cards
  • u: The number of Uncommon cards
  • c: The number of Common cards

Example

This shorthand:

{{Card rarity counts
|set = DOM
|total = 211
|mp = 10
|m = 29
|r = 48
|u = 64
|c = 60
}}

{{Card rarity counts
|total = 23
|mp = 3
|m = 8
|r = 12
}}

Produces:

Cards: 211  (Common60 · Uncommon64 · Rare48 · Mythic29 · Masterpiece10)

Cards: 23  (Rare12 · Mythic· Masterpiece3)