Template:CardInfobox: Difference between revisions

From LOTR-TCG Wiki
No edit summary
(fixing gemp and mlotro ids in the infobox)
Line 112: Line 112:
TRIM('Wiki Base Card ID'), C.ID,  
TRIM('Wiki Base Card ID'), C.ID,  
TRIM('TLHH ID'), C.TLHH_ImageNum,
TRIM('TLHH ID'), C.TLHH_ImageNum,
TRIM('GEMP ID'), CONCAT(C.SetNum, '_', C.CardNum),
TRIM('GEMP ID'), C.GEMP_ID,
TRIM('LOTRO Hex ID'), C.LOTRO_HexNum,
TRIM('LOTRO Hex ID'), C.LOTRO_HexNum,
TRIM('LOTRO Image ID'), C.LOTRO_ImageNum
TRIM('LOTRO Image ID'), C.LOTRO_ImageNum
TRIM('mLOTRO ID'), C.mLOTRO_ID
|where=C.ID='{{IDLookup|{{{1}}}}}' AND R.Sets HOLDS C.SetNum
|where=C.ID='{{IDLookup|{{{1}}}}}' AND R.Sets HOLDS C.SetNum
|format=template
|format=template

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