Template:CardSearch: Difference between revisions

From LOTR-TCG Wiki
No edit summary
No edit summary
Line 86: Line 86:
("{{{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 '%Strength:%' AND CR.GameText RLIKE 'strength (of [^\\d\\.\\+-]* )?(\\+{{!}}-)') OR
("{{{advancedOptions|}}}" LIKE '%Add Strength%' AND CR.GameText RLIKE 'strength \\+') OR
("{{{advancedOptions|}}}" LIKE '%Add Strength%' AND CR.GameText RLIKE 'strength (of [^\\d\\.\\+-]* )?\\+') OR
("{{{advancedOptions|}}}" LIKE '%Remove Strength%' AND CR.GameText RLIKE 'strength -') OR
("{{{advancedOptions|}}}" LIKE '%Remove Strength%' AND CR.GameText RLIKE 'strength (of [^\\d\\.\\+-]* )?-') OR


("{{{advancedOptions|}}}" LIKE '%Resistance:%' AND CR.GameText RLIKE 'resistance (of [^\\d\\.\\+-]* )?(\\+{{!}}-)') OR
("{{{advancedOptions|}}}" LIKE '%Resistance:%' AND CR.GameText RLIKE 'resistance (of [^\\d\\.\\+-]* )?(\\+{{!}}-)') OR
Line 98: Line 98:
("{{{advancedOptions|}}}" LIKE '%Remove Site Number%' AND CR.GameText RLIKE 'site number (of [^\\d\\.\\+-]* )?-') OR
("{{{advancedOptions|}}}" LIKE '%Remove Site Number%' AND CR.GameText RLIKE 'site number (of [^\\d\\.\\+-]* )?-') OR


 
("{{{advancedOptions|}}}" LIKE '%Condition Removal%' AND CR.GameText RLIKE 'discard (up to )?(a{{!}}X{{!}}\\d) (Free Peoples {{!}}Shadow )?condition') OR


1=0
1=0

Revision as of 05:56, 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.