Template:FilterNonDecipher: Difference between revisions

From LOTR-TCG Wiki
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>This is used in various cargo queries to only use official Decipher cards
<noinclude>This is used in various cargo queries to only use official Decipher cards


</noinclude>(C.SetNum NOT IN ('0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11, '12, '13, '14', '15', '16', '17', '18', '19'))
</noinclude>(C.SetNum IN ('0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19'))

Latest revision as of 22:12, 2 November 2021

This is used in various cargo queries to only use official Decipher cards

(C.SetNum IN ('0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19'))