Template:LootTableInner: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{| class="wikitable" | <includeonly>{| class="wikitable" | ||
! colspan="2" | | ! colspan="2" | Item | ||
! | ! Quantity | ||
! | ! Rarity | ||
! | ! Value | ||
|- | |- | ||
{{#cargo_query: | {{#cargo_query: | ||
Line 11: | Line 10: | ||
|fields=LootTable.Item,LootTable.MinimumQuantity,LootTable.MaximumQuantity,LootTable.Rarity,LootTable.RaritySort,Items.GeneralBuy,Items.GeneralSell | |fields=LootTable.Item,LootTable.MinimumQuantity,LootTable.MaximumQuantity,LootTable.Rarity,LootTable.RaritySort,Items.GeneralBuy,Items.GeneralSell | ||
|where=LootTable.LootKey='{{{lootkey}}}' | |where=LootTable.LootKey='{{{lootkey}}}' | ||
|order by=LootTable.RaritySort ASC,LootTable. | |order by=LootTable.RaritySort ASC,LootTable.Item ASC | ||
|format=template | |format=template | ||
|template=LootItem | |template=LootItem |