Template:DropTable/display: Difference between revisions

From IdleOn MMO Wiki
imported>Kiokurashi
No edit summary
imported>Kiokurashi
No edit summary
Line 13: Line 13:


## Rare Rows
## Rare Rows
-->
-->{{#if:{{{raretable|}}}|{{DropTable/separator|rarity=rare|{{{raretable|}}}}}{{#cargo_query:tables=DropTables
{{#if:{{{raretable|}}}|{{DropTable/separator|rarity=rare|{{{raretable|}}}}}{{#cargo_query:tables=DropTables
|fields=TableName=tablename, TableType=tabletype, DropImage=image, DropItem=item, DropQuantity=quantity, DropRate=droprate, ItemType=itemtype
|fields=TableName=tablename, TableType=tabletype, DropImage=image, DropItem=item, DropQuantity=quantity, DropRate=droprate, ItemType=itemtype
|where=DropSourceEntity="{{{source|{{PAGENAME}}}}}" AND TableType="Rare" AND (TableName HOLDS LIKE "%{{{raretable|}}}")
|where=DropSourceEntity="{{{source|{{PAGENAME}}}}}" AND TableType="Rare" AND (TableName HOLDS LIKE "%{{{raretable|}}}")
Line 25: Line 24:


## Mega-Rare Rows
## Mega-Rare Rows
-->
-->{{#if:{{{megatable|}}}|{{DropTable/separator|rarity=mega|{{{megatable|}}}}}{{#cargo_query:tables=DropTables
{{#if:{{{megatable|}}}|{{DropTable/separator|rarity=mega|{{{megatable|}}}}} {{#cargo_query:tables=DropTables
|fields=TableName=tablename, TableType=tabletype, DropImage=image, DropItem=item, DropQuantity=quantity, DropRate=droprate, ItemType=itemtype
|fields=TableName=tablename, TableType=tabletype, DropImage=image, DropItem=item, DropQuantity=quantity, DropRate=droprate, ItemType=itemtype
|where=DropSourceEntity="{{{source|{{PAGENAME}}}}}" AND TableType="Mega" AND (TableName HOLDS LIKE "%{{{raretable|}}}" AND TableName HOLDS LIKE "%{{{megatable|}}}")
|where=DropSourceEntity="{{{source|{{PAGENAME}}}}}" AND TableType="Mega" AND (TableName HOLDS LIKE "%{{{raretable|}}}" AND TableName HOLDS LIKE "%{{{megatable|}}}")

Revision as of 21:37, 29 September 2021

Error: Table DropTables not found.