Template:FilterNonDecipher: Difference between revisions

From LOTR-TCG Wiki
(Created page with "<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,...")
 
No edit summary
 
(3 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'))