Template:CardInfobox: Difference between revisions

From LOTR-TCG Wiki
No edit summary
No edit summary
Line 63: Line 63:
IF(CR.Block='None', NULL, CR.Block)=Block,
IF(CR.Block='None', NULL, CR.Block)=Block,
IF(CR.ShadowNum=0, NULL, CR.ShadowNum)=ShadowNum,
IF(CR.ShadowNum=0, NULL, CR.ShadowNum)=ShadowNum,
IF(CR.IsSanctuary=0, NULL, IF(CR.Subtypes HOLDS 'Sanctuary', 'Yes', 'No'))=IsSanctuary,
IF(CR.IsSanctuary=0, NULL, IF(CR.Subtypes LIKE '%Sanctuary%', 'Yes', 'No'))=IsSanctuary,
IF(CR.ArrowDir='None', NULL, CR.ArrowDir)=ArrowDir,
IF(CR.ArrowDir='None', NULL, CR.ArrowDir)=ArrowDir,
CR.FormattedGameText,
CR.FormattedGameText,

Revision as of 05:17, 9 October 2021

This is the "CardInfobox" template.

It should be called in the following format:

{{CardInfobox
|ID=
}}

Edit the page to see the template text.