Template:DropTable/display: Difference between revisions

From IdleOn MMO Wiki
imported>Kiokurashi
No edit summary
imported>Kiokurashi
No edit summary
Line 15: Line 15:
-->{{#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, SpecialSource=special
|fields=TableName=tablename, TableType=tabletype, DropImage=image, DropItem=item, DropQuantity=quantity, DropRate=droprate, ItemType=itemtype, SpecialSource=special
|where=DropSourceEntity="{{{source|{{PAGENAME}}}}}" AND TableType="Rare" AND (TableName HOLDS LIKE "%{{{raretable|}}}" AND TableName HOLDS LIKE "%{{{megatable|}}}")
|where=DropSourceEntity="{{{source|{{PAGENAME}}}}}" AND TableType="Rare" AND (TableName HOLDS LIKE "%{{{raretable|}}}")
|format=template
|format=template
|template=DropTable/testrow
|template=DropTable/testrow

Revision as of 05:21, 30 September 2021

  {{DropTable/display
    |raretable= Rare Table name
    |megatable= Super Rare Table name
    |source= Only needed if it is different from the page name (Ex: Chaotic Amarok on the Amarok page)
             This is only for the base monster table and not any Rare or Super/Mega Rare tables.
    |ignorebase= In the event you wish to display the Rare or Mega/Super rare tables with the
                 adjusted chance rates, but not the base monster's drops.
  }}