Template:CardSearch: Difference between revisions

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





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