Template:CardSearch: Difference between revisions

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


("{{{advancedOptions|}}}" LIKE '%Site Number:%' AND CR.GameText RLIKE 'site number [\\+-]') OR
("{{{advancedOptions|}}}" LIKE '%Site Number:%' AND CR.GameText RLIKE 'site number [\\+-]') OR
("{{{advancedOptions|}}}" LIKE '%Add Site Number%' AND CR.GameText RLIKE '(site number (of [^\\.\\+-]* )?\\+') OR
("{{{advancedOptions|}}}" LIKE '%Add Site Number%' AND CR.GameText RLIKE 'site number (of [^\\.\\+-]* )?\\+') OR
("{{{advancedOptions|}}}" LIKE '%Remove 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:40, 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.