Template:LootTableInner: Difference between revisions
No edit summary Tag: Manual revert |
No edit summary |
||
Line 9: | Line 9: | ||
tables=LootTable,Items | tables=LootTable,Items | ||
|join on=LootTable.Item=Items._pageName | |join on=LootTable.Item=Items._pageName | ||
|fields=LootTable.Item,LootTable.Quantity,LootTable.Rarity,Items.GeneralBuy,Items.GeneralSell | |fields=LootTable.Item,LootTable.Quantity,LootTable.Rarity,LootTable.RaritySort,Items.GeneralBuy,Items.GeneralSell | ||
|where=LootTable.LootKey='{{{lootkey}}}' | |where=LootTable.LootKey='{{{lootkey}}}' | ||
|order=LootTable.RaritySort | |||
|format=template | |format=template | ||
|template=LootItem | |template=LootItem |