Template:CardSearch: Difference between revisions

From LOTR-TCG Wiki
No edit summary
No edit summary
Line 41: Line 41:
AND ("{{{resistanceLess|}}}" = "" OR CASE WHEN "{{{resistanceLess|}}}" LIKE '+%' OR "{{{resistanceLess|}}}" LIKE '-%' THEN CR.ResistanceMod <= "{{{resistanceLess|}}}" ELSE CR.Resistance <= "{{{resistanceLess|}}}" END)
AND ("{{{resistanceLess|}}}" = "" OR CASE WHEN "{{{resistanceLess|}}}" LIKE '+%' OR "{{{resistanceLess|}}}" LIKE '-%' THEN CR.ResistanceMod <= "{{{resistanceLess|}}}" ELSE CR.Resistance <= "{{{resistanceLess|}}}" END)


AND ("{{{signet|}}}" = "" OR CR.Signet = "{{{signet|}}}")





Revision as of 09:58, 25 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.