Template:CardSearch: Difference between revisions
From LOTR-TCG Wiki
No edit summary |
No edit summary |
||
| Line 80: | Line 80: | ||
AND ("{{{advancedOptions|}}}" = "" OR | AND ("{{{advancedOptions|}}}" = "" OR | ||
("{{{advancedOptions|}}}" LIKE '% | ("{{{advancedOptions|}}}" LIKE '%Burdens:%' AND CR.GameText RLIKE 'burden') OR | ||
("{{{advancedOptions|}}}" LIKE '%Add Burdens%' AND CR.GameText RLIKE 'add (up to )?(a{{!}}X{{!}}\\d) burden') OR | ("{{{advancedOptions|}}}" LIKE '%Add Burdens%' AND CR.GameText RLIKE 'add (up to )?(a{{!}}X{{!}}\\d) burden') OR | ||
("{{{advancedOptions|}}}" LIKE '%Prevent Burden Removal%' AND CR.GameText RLIKE '(burden[^\\.]*(can{{!}}may) ?not (be )?remove{{!}}about to remove[^\\.]*burdens?,)') OR | ("{{{advancedOptions|}}}" LIKE '%Prevent Burden Removal%' AND CR.GameText RLIKE '(burden[^\\.]*(can{{!}}may) ?not (be )?remove{{!}}about to remove[^\\.]*burdens?,)') OR | ||
("{{{advancedOptions|}}}" LIKE '%Remove Burdens%' AND CR.GameText RLIKE 'remove (up to )?(a{{!}}X{{!}}\\d) burden') OR | ("{{{advancedOptions|}}}" LIKE '%Remove Burdens%' AND CR.GameText RLIKE 'remove (up to )?(a{{!}}X{{!}}\\d) burden') OR | ||
("{{{advancedOptions|}}}" LIKE '%Prevent Burden Adding%' AND CR.GameText RLIKE '(burden[^\\.]*(can{{!}}may) ?not (be )?add{{!}}about to add[^\\.]*burdens?,)') OR | ("{{{advancedOptions|}}}" LIKE '%Prevent Burden Adding%' AND CR.GameText RLIKE '(burden[^\\.]*(can{{!}}may) ?not (be )?add{{!}}about to add[^\\.]*burdens?,)') OR | ||
("{{{advancedOptions|}}}" LIKE '%Strength:%' AND CR.GameText RLIKE 'strength [\\+-]') OR | |||
("{{{advancedOptions|}}}" LIKE '%Add Strength%' AND CR.GameText RLIKE 'strength \\+') OR | |||
("{{{advancedOptions|}}}" LIKE '%Remove Strength%' AND CR.GameText RLIKE 'strength -') OR | |||
("{{{advancedOptions|}}}" LIKE '%Resistance:%' AND CR.GameText RLIKE 'resistance [\\+-]') OR | |||
("{{{advancedOptions|}}}" LIKE '%Add Resistance%' AND CR.GameText RLIKE 'resistance \\+') OR | |||
("{{{advancedOptions|}}}" LIKE '%Remove Resistance%' AND CR.GameText RLIKE 'resistance -') OR | |||
("{{{advancedOptions|}}}" LIKE '%Site Number:%' AND CR.GameText RLIKE 'site number [\\+-]') OR | |||
("{{{advancedOptions|}}}" LIKE '%Add Site Number%' AND CR.GameText RLIKE 'site number \\+') OR | |||
("{{{advancedOptions|}}}" LIKE '%Remove Site Number%' AND CR.GameText RLIKE 'site number -') OR | |||
Revision as of 05:28, 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.