Template:Card: Difference between revisions

From LOTR-TCG Wiki
mNo edit summary
(Adding support for ' in title names)
Line 23: Line 23:
   , IFNULL(CR.Subtitle,ECR.Subtitle)=Subtitle
   , IFNULL(CR.Subtitle,ECR.Subtitle)=Subtitle
   , IFNULL(CR.CollInfo,C.CollInfo)=CollInfo
   , IFNULL(CR.CollInfo,C.CollInfo)=CollInfo
   |where= (C.Subtitle LIKE '{{{1}}}' OR C.Title LIKE '{{{1}}}' OR (C.Title LIKE '{{#explode:{{{1}}}|, |0}}' AND C.Subtitle LIKE TRIM('{{#explode:{{{1}}}|,|1}}'))) AND CR.LanguageCode = '{{{2|EN}}}'
   |where= (C.Subtitle LIKE '{{#replace:{{{1}}}|'|''}}' OR C.Title LIKE '{{#replace:{{{1}}}|'|''}}' OR (C.Title LIKE '{{#explode:{{{1}}}|, |0}}' AND C.Subtitle LIKE TRIM('{{#explode:{{#replace:{{{1}}}|'|''}}|,|1}}'))) AND CR.LanguageCode = '{{{2|EN}}}'
   |order by=CASE WHEN C.SetNum = 0 THEN 100 ELSE C.SETNUM END, C.CardNum
   |order by=CASE WHEN C.SetNum = 0 THEN 100 ELSE C.SETNUM END, C.CardNum
   |limit=1
   |limit=1

Revision as of 01:56, 18 October 2021

This is the "Card" template.

It should be called in the following format:

{{Card
|1=
|2=
}}

Edit the page to see the template text.