Template:ShopTable/Inner: Difference between revisions
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 |
||
(2 intermediate revisions by the same user not shown) | |||
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,Items.GeneralSell | |fields=LootTable.Item,LootTable.MinimumQuantity,LootTable.RestockTimer,Items.GeneralSell | ||
|where=LootTable.LootKey='{{{lootkey}}}' | |where=LootTable.LootKey='{{{lootkey}}}' | ||
|order by=LootTable.RaritySort ASC,LootTable.Item ASC | |order by=LootTable.RaritySort ASC,LootTable.Item ASC |