Template:CardInfobox: Difference between revisions
From LOTR-TCG Wiki
No edit summary |
No edit summary |
||
| Line 53: | Line 53: | ||
TRIM('Twilight Cost'), CR.TwilightCost, | TRIM('Twilight Cost'), CR.TwilightCost, | ||
TRIM('Strength'), CR.Strength, | TRIM('Strength'), CR.Strength, | ||
TRIM('Strength'), CR.StrengthMod, | TRIM('Strength'), IF(CR.StrengthMod=0, NULL, CR.StrengthMod), | ||
TRIM('Vitality'), CR.Vitality, | TRIM('Vitality'), CR.Vitality, | ||
TRIM('Vitality'), CR.VitalityMod, | TRIM('Vitality'), CR.VitalityMod, | ||
Revision as of 20:23, 3 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.