Template:CardSearch: Difference between revisions

From LOTR-TCG Wiki
No edit summary
No edit summary
Line 107: Line 107:


("{{{advancedOptions|}}}" LIKE '%Card Draw%' AND CR.GameText RLIKE 'draw (up to )?(an?{{!}}X{{!}}\\d{{!}}all{{!}}every{{!}}each) card' AND CR.GameText NOT RLIKE 'opponent shuffle[^\\.]*draw deck and draw') OR
("{{{advancedOptions|}}}" LIKE '%Card Draw%' AND CR.GameText RLIKE 'draw (up to )?(an?{{!}}X{{!}}\\d{{!}}all{{!}}every{{!}}each) card' AND CR.GameText NOT RLIKE 'opponent shuffle[^\\.]*draw deck and draw') OR
 
("{{{advancedOptions|}}}" LIKE '%Hand Discard%' AND CR.GameText RLIKE 'discard (up to )?(an?{{!}}X{{!}}\\d{{!}}all{{!}}every{{!}}each) card from hand' AND CR.GameText NOT RLIKE 'opponent shuffle[^\\.]*draw deck and draw') OR





Revision as of 07:10, 5 October 2022

This is the "CardSearch" template.

It should be called in the following format:

{{CardSearch
|isUnique=
|sort=
}}

Edit the page to see the template text.