Template:PromoFilter: Difference between revisions
From LOTR-TCG Wiki
No edit summary |
(Adding D filter) |
||
| Line 5: | Line 5: | ||
* M (Oversized) | * M (Oversized) | ||
* A (Alternate Art Reprints, especially RF) | * A (Alternate Art Reprints, especially RF) | ||
* D (DGMA Awards) | |||
* O (Masterworks) | * O (Masterworks) | ||
* T (Tournament Foil) | * T (Tournament Foil) | ||
| Line 11: | Line 12: | ||
* L (World's Apart Customizable League Cards) | * L (World's Apart Customizable League Cards) | ||
</noinclude>C.Subset NOT IN ('M', 'A', 'O', 'T', 'J') AND (C.SetNum <> '0' OR C.Subset IN ('W', 'L') OR C.CardNum IN (56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 67)) | </noinclude>C.Subset NOT IN ('M', 'A', 'D', 'O', 'T', 'J') AND (C.SetNum <> '0' OR C.Subset IN ('W', 'L') OR C.CardNum IN (56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 67)) | ||
Revision as of 02:27, 3 July 2024
This is used in various cargo queries to filter out promo-only copies of cards.
List of types filtered out of the results:
- M (Oversized)
- A (Alternate Art Reprints, especially RF)
- D (DGMA Awards)
- O (Masterworks)
- T (Tournament Foil)
- J (Joke cards)
- W (World's Apart Digital)
- L (World's Apart Customizable League Cards)
C.Subset NOT IN ('M', 'A', 'D', 'O', 'T', 'J') AND (C.SetNum <> '0' OR C.Subset IN ('W', 'L') OR C.CardNum IN (56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 67))