Template:ShopTable/Inner: Difference between revisions
Jump to navigation
Jump to search
Created page with "<includeonly>{| class="wikitable" ! colspan="2" | Item ! Price ! Stock ! Restock Time |- {{#cargo_query: tables=LootTable,Items |join on=LootTable.Item=Items._pageName |fields=LootTable.Item,LootTable.MinimumQuantity,Items.GeneralSell |where=LootTable.LootKey='{{{lootkey}}}' |order by=LootTable.RaritySort ASC,LootTable.Item ASC |format=template |template=ShopTable/Item |named args=yes |default sort=no }} |}</includeonly>" |
No edit summary |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{| class="wikitable" | <includeonly>{| class="wikitable sortable" | ||
! colspan="2" | Item | ! colspan="2" | Item | ||
! | ! Buy From | ||
<!--! Sell To--> | |||
! Stock | ! Stock | ||
! Restock Time | ! Restock Time | ||
Line 8: | Line 9: | ||
tables=LootTable,Items | tables=LootTable,Items | ||
|join on=LootTable.Item=Items._pageName | |join on=LootTable.Item=Items._pageName | ||
|fields=LootTable.Item,LootTable.MinimumQuantity,Items. | |fields=LootTable.Item,LootTable.MinimumQuantity,LootTable.RestockTimer,LootTable.BuyPrice,Items.Price | ||
|where=LootTable.LootKey='{{{lootkey}}}' | |where=LootTable.LootKey='{{{lootkey}}}' | ||
|order by=LootTable. | |order by=LootTable.BuyPrice ASC,Items.Price ASC,LootTable.MinimumQuantity ASC,LootTable.RestockTimer ASC,LootTable.Item ASC | ||
|format=template | |format=template | ||
|template=ShopTable/Item | |template=ShopTable/Item |