Template:Card: Difference between revisions

From LOTR-TCG Wiki
No edit summary
No edit summary
Line 50: Line 50:
   , 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 {{#if:{{#explode:{{{1}}}|,|1}}|'{{#explode:{{{1}}}|,|1}}'|'test'}}) AND CR.LanguageCode = '{{{2|EN}}}'
   |where= (C.Subtitle LIKE '{{{1}}}' OR C.Title LIKE '{{{1}}}' OR (C.Title LIKE '{{#explode:{{{1}}}|,|0}}' AND C.Subtitle LIKE {{#if:{{#explode:{{{1}}}|,|1}}|'{{#explode:{{{1}}}|,|1}}'|'test'}})) AND CR.LanguageCode = '{{{2|EN}}}'
   |order by=C.ID
   |order by=C.ID
   |limit=1
   |limit=1

Revision as of 21:25, 17 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.