Template:PromoFilter: Difference between revisions
From LOTR-TCG Wiki
(Adding D filter) |
No edit summary |
||
| Line 1: | Line 1: | ||
<noinclude>This is used in various cargo queries to | <noinclude>This is used in various cargo queries to ensure a sensible, generalized ordering of cards. | ||
</noinclude>C.Subset NOT IN ('M', 'A', 'O', 'T', 'J', 'L', 'W') AND (C.SetNum <> 0 OR C.CardNum IN (56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 67)) | |||
</noinclude>C.Subset NOT IN ('M', 'A', ' | |||
Revision as of 04:05, 3 July 2024
This is used in various cargo queries to ensure a sensible, generalized ordering of cards.
C.Subset NOT IN ('M', 'A', 'O', 'T', 'J', 'L', 'W') AND (C.SetNum <> 0 OR C.CardNum IN (56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 67))