Template:ThumbnailTable: Difference between revisions
From LOTR-TCG Wiki
(Created page with "<noinclude> {{#template_params:1}} </noinclude><includeonly> {{#template_display:_format=standard}}</includeonly>") |
No edit summary |
||
| (11 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
{{#template_params:1}} | {{#template_params:filter|sort}} | ||
<pre><nowiki>{{ThumbnailTable | |||
|filter= C.SetNum = 1 AND C.Subset = 'S' AND C.CardNum < 11 | |||
|sort=CR.ID, C.CardNum, CR._rowID | |||
}}</nowiki></pre> | |||
{{ThumbnailTable | |||
|filter= C.SetNum = 1 AND C.Subset = 'S' AND C.CardNum < 11 | |||
|sort=CR.ID, C.CardNum, CR._rowID | |||
}} | |||
</noinclude><includeonly> | </noinclude><includeonly> | ||
{{# | {{#cargo_query:tables=Cards=C,CardReleases=CR | ||
|join on=C.ID = CR.ID | |||
|fields=CR.ID=CardID | |||
,IFNULL(IFNULL(CR.FormattedGameText, CR.GameText),'')=GameText | |||
,C.Subset | |||
,REPLACE(REPLACE(C._pageName, '/Data', ''), 'Data:', '')=PageTitle | |||
,IFNULL(CR.ImageFilename,'File:Card_Not_Found.jpg')=ImageFile | |||
,IFNULL(CR.PortraitFilename,'File:Portrait_Not_Found.jpg')=PortraitFile | |||
,C.Culture | |||
,C.CardType | |||
,CR.Subtypes=CardSubtype | |||
,CR.Title=Title | |||
,CR.Subtitle=Subtitle | |||
,CR.SiteNum | |||
,IFNULL(CR.CollInfo,C.CollInfo)=CollInfo | |||
|where= {{{filter|{{PromoFilter}}}}} | |||
|order by={{{sort|{{StandardSort}}}}} | |||
|limit=400 | |||
|intro=<!-- | |||
-->{{{!}} class="cargoQueryTable sortable cargoDynamicTable" style="margin:4px" | |||
! Portrait !! Card Name !! Culture !! Card Type !! Game Text | |||
|format=template | |||
|template=CardReadoutRow | |||
|named args= yes | |||
|outro=​ | |||
{{!}}} | |||
|default=''No Cards Found | |||
|delimiter= | |||
|no html | |||
}} | |||
</includeonly> | |||
Latest revision as of 05:03, 18 May 2026
This is the "ThumbnailTable" template.
It should be called in the following format:
{{ThumbnailTable
|filter=
|sort=
}}
Edit the page to see the template text.
{{ThumbnailTable
|filter= C.SetNum = 1 AND C.Subset = 'S' AND C.CardNum < 11
|sort=CR.ID, C.CardNum, CR._rowID
}}
| Portrait | Card Name | Culture | Card Type | Game Text |
|---|---|---|---|---|
The One Ring, Isildur's Bane (1R1)
|
The One Ring | Response: If bearer is about to take a wound, he wears The One Ring until the regroup phase.
While wearing The One Ring, each time the Ring-bearer is about to take a wound, add two burdens instead. | ||
The One Ring, The Ruling Ring (1C2)
|
The One Ring | Response: If bearer is about to take a wound in a skirmish, he wears The One Ring until the regroup phase.
While wearing The One Ring, each time the Ring-bearer is about to take a wound during a skirmish, add a burden instead. | ||
Axe Strike (1C3)
|
Event | Skirmish: Make a Dwarf strength +2 (or +3 if bearing an axe). | ||
Battle Fury (1C4)
|
Event | Skirmish: Exert a Dwarf to make that Dwarf strength +3 and damage +1. | ||
Cleaving Blow (1C5)
|
Event | Skirmish: Make a Dwarf strength +2 and damage +1. | ||
Delving (1C6)
|
Event | Fellowship: Exert a Dwarf companion to draw 3 cards. | ||
Dwarf Guard (1C7)
|
Companion • Dwarf | To play, spot a Dwarf. | ||
Dwarven Armor (1C8)
|
Possession • Armor | Bearer must be a Dwarf.
Bearer may not be overwhelmed unless his or her strength is tripled. | ||
Dwarven Axe (1C9)
|
Possession • Hand Weapon | Bearer must be a Dwarf.
Each time a player’s minion loses a skirmish to bearer, that player discards the top card from his or her draw deck. | ||
Dwarven Heart (1C10)
|
Condition | Bearer must be a Dwarf.
When you play this condition, heal bearer up to two times. At the start of each of your turns, exert bearer. |









