Template:CardInfobox: Difference between revisions

From LOTR-TCG Wiki
No edit summary
No edit summary
Line 20: Line 20:


{{#cargo_query:tables=Cards=C,CardReleases=CR,CardSets=CS,Rarities=R
{{#cargo_query:tables=Cards=C,CardReleases=CR,CardSets=CS,Rarities=R
|join on=C.ID = CR.BaseCardID,R.Abbr=C.Rarity,C.SetNum=CS.ID
|join on=C.ID = CR.BaseCardID,C.SetNum=CS.ID,R.Abbr=C.Rarity, R.Sets HOLDS C.SetNum
|fields= TRIM('Title'), CR.Title,  
|fields= TRIM('Title'), CR.Title,  
TRIM('Subtitle'), CR.Subtitle,
TRIM('Subtitle'), CR.Subtitle,

Revision as of 19:09, 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.