Template:Used in list/trade: Difference between revisions

From Everafter Falls Wiki
Created page with "<includeonly>{{#cargo_query:table=Items |where=BuyPrice LIKE "%{{{1|{{PAGENAME}}}}}%" |format=list |fields=CONCAT('Trade for {{i{{!}}',Name,'}}') |delimiter= |order by=Name ASC |default=0 |group by=Name }}</includeonly><noinclude> ;Description :A small template that makes a short list of items the item in the first parameter is used to trade for cargo queries.Category:Cargo templates</noinclude>"
 
mNo edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>{{#cargo_query:table=Items
<includeonly>{{#cargo_query:table=Items
|where=BuyPrice LIKE "%{{{1|{{PAGENAME}}}}}%"
|where=BuyPrice LIKE "%{{{1|{{PAGENAME}}}}}%" AND BuyPrice NOT LIKE "% {{{1|{{PAGENAME}}}}}%"
|format=list
|format=list
|fields=CONCAT('Trade for {{i{{!}}',Name,'}}')
|fields=CONCAT('Trade for {{i{{!}}',Name,'}}')

Latest revision as of 15:32, 8 May 2025

Description
A small template that makes a short list of items the item in the first parameter is used to trade for cargo queries.