Template:ShopTable/Inner: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{| class="wikitable" | <includeonly>{| class="wikitable sortable" | ||
! colspan="2" | Item | ! colspan="2" | Item | ||
! Price | ! Price | ||
Line 8: | Line 8: | ||
tables=LootTable,Items | tables=LootTable,Items | ||
|join on=LootTable.Item=Items._pageName | |join on=LootTable.Item=Items._pageName | ||
|fields=LootTable.Item,LootTable.MinimumQuantity,LootTable.RestockTimer,Items.GeneralSell | |fields=LootTable.Item,LootTable.MinimumQuantity,LootTable.RestockTimer,LootTable.BuyPrice,Items.GeneralSell | ||
|where=LootTable.LootKey='{{{lootkey}}}' | |where=LootTable.LootKey='{{{lootkey}}}' | ||
|order by=Items.GeneralSell ASC,LootTable.MinimumQuantity ASC,LootTable.RestockTimer ASC,LootTable.Item ASC | |order by=LootTable.BuyPrice ASC,Items.GeneralSell ASC,LootTable.MinimumQuantity ASC,LootTable.RestockTimer ASC,LootTable.Item ASC | ||
|format=template | |format=template | ||
|template=ShopTable/Item | |template=ShopTable/Item |