Template:CardSearch: Difference between revisions

From LOTR-TCG Wiki
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 79: Line 79:
AND ("{{{advancedBurdens|}}}" = "" OR  
AND ("{{{advancedBurdens|}}}" = "" OR  
("{{{advancedBurdens|}}}" LIKE '%Add Burdens%' AND CR.GameText RLIKE 'add (up to )?(a{{!}}X{{!}}\\d) burden') OR
("{{{advancedBurdens|}}}" LIKE '%Add Burdens%' AND CR.GameText RLIKE 'add (up to )?(a{{!}}X{{!}}\\d) burden') OR
("{{{advancedBurdens|}}}" LIKE '%Prevent Burden Removal%' AND CR.GameText RLIKE '(burden[^\\.]*(can{{!}}may) ?not (be )?remove)') OR
("{{{advancedBurdens|}}}" LIKE '%Prevent Burden Removal%' AND CR.GameText RLIKE '(burden[^\\.]*(can{{!}}may) ?not (be )?remove{{!}}about to remove[^\\.]*burdens?,)') OR
("{{{advancedBurdens|}}}" LIKE '%Remove Burdens%' AND CR.GameText RLIKE 'remove (up to )?(a{{!}}X{{!}}\\d) burden') OR
("{{{advancedBurdens|}}}" LIKE '%Remove Burdens%' AND CR.GameText RLIKE 'remove (up to )?(a{{!}}X{{!}}\\d) burden') OR
("{{{advancedBurdens|}}}" LIKE '%Prevent Burden Adding%' AND CR.GameText RLIKE '(burden[^\\.]*(can{{!}}may) ?not (be )?add{{!}}about to add[^\\.]*burdens?,)') OR
("{{{advancedBurdens|}}}" LIKE '%Prevent Burden Adding%' AND CR.GameText RLIKE '(burden[^\\.]*(can{{!}}may) ?not (be )?add{{!}}about to add[^\\.]*burdens?,)') OR

Revision as of 04:49, 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.