Template:CardInfobox: Difference between revisions

From LOTR-TCG Wiki
No edit summary
No edit summary
Line 51: Line 51:
CONCAT('[[', IF(C.Side='Freeps', 'Free Peoples', C.Side), ']]')=Side,
CONCAT('[[', IF(C.Side='Freeps', 'Free Peoples', C.Side), ']]')=Side,
CT.SubtypeClass, CR.Subtypes,
CT.SubtypeClass, CR.Subtypes,
CR.TwilightCost,
TRIM(CR.TwilightCost),
IF(CR.Strength=0, NULL, CR.Strength)=Strength,
IF(CR.Strength=0, NULL, CR.Strength)=Strength,
IF(CR.StrengthMod=0, NULL, CR.StrengthMod)=StrengthMod,
IF(CR.StrengthMod=0, NULL, CR.StrengthMod)=StrengthMod,

Revision as of 05:27, 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.