Template:CardInfobox: Difference between revisions

From LOTR-TCG Wiki
No edit summary
No edit summary
Line 25: Line 25:
TRIM('Collectible'), C.IsPhysical,
TRIM('Collectible'), C.IsPhysical,
TRIM('Notes'), C.Notes,
TRIM('Notes'), C.Notes,
'Set', CONCAT(CS.ID, ' - ', CS.Name),
TRIM('Set'), CONCAT(CS.ID, ' - ', CS.Name),
<!--'Rarity', CONCAT(R.Abbr, ' - [[Rarity{{!}}', 'R.Name]]'),-->
<!--'Rarity', CONCAT(R.Abbr, ' - [[Rarity{{!}}', 'R.Name]]'),-->
TRIM('Card Number'), C.CardNum,
TRIM('Card Number'), C.CardNum,

Revision as of 18:43, 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.