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:{{{ignorerare|}}}||{{#cargo_query:tables=DropTables
-->
{{#if:{{{ignorerare|}}}||{{#cargo_query:tables=DropTables
|fields=TableName=tablename, TableType=tabletype, DropItem=item, DropQuantity=quantity, DropRate=droprate, ItemType=itemtype
|fields=TableName=tablename, TableType=tabletype, 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 24: Line 25:


## Mega-Rare Rows
## Mega-Rare Rows
-->{{#if:{{{ignoremega|}}}||{{#cargo_query:tables=DropTables
-->
{{#if:{{{ignoremega|}}}||{{#cargo_query:tables=DropTables
|fields=TableName=tablename, TableType=tabletype, DropItem=item, DropQuantity=quantity, DropRate=droprate, ItemType=itemtype
|fields=TableName=tablename, TableType=tabletype, 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 20:07, 29 September 2021

Error: Table DropTables not found.
Error: Table DropTables not found.
Error: Table DropTables not found.