Template:CardSearch: Difference between revisions

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


AND ("{{{culture|}}}" = "" OR "{{{culture|}}}" LIKE CONCAT('%', C.Culture, '%'))
AND ("{{{culture|}}}" = "" OR "{{{culture|}}}" LIKE CONCAT('%', C.Culture, '%'))
AND ("{{{usesCulture|}}}" = "" OR CR.GameText RLIKE "\[({{#replace:{{#replace:{{{usesCulture|}}}|,|{{!}}}}||}})]" )
AND ("{{{usesCulture|}}}" = "" OR CR.GameText RLIKE "\\[({{#replace:{{#replace:{{{usesCulture|}}}|,|{{!}}}}||}})]" )





Revision as of 08:22, 26 September 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.