Template:DropSourceTable: Difference between revisions
No edit summary Tag: Reverted |
m Sources -> Item Sources header |
||
(13 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
== {{{ | == Item Sources == | ||
{| class="wikitable" | {{#if: {{{note|}}} | {{{note}}} }} | ||
{| class="wikitable sortable" | |||
! Source | ! Source | ||
! Quantity | ! Quantity | ||
Line 7: | Line 8: | ||
{{#cargo_query: | {{#cargo_query: | ||
tables=LootTable | tables=LootTable | ||
|fields=Source,MinimumQuantity,MaximumQuantity,Rarity | |fields=_pageName=Page,Source,MinimumQuantity,MaximumQuantity,Rarity | ||
|where=Item= | |where=Item="{{{lootkey}}}" | ||
|order by=RaritySort ASC,Item ASC | |order by=RaritySort ASC,Item ASC | ||
|format=template | |format=template | ||
|template=DropSourceItem | |template=DropSourceItem | ||
|named args=yes | |named args=yes | ||
|cacheable=yes | |||
}} | }} | ||
|} | |} |