Template:DropTable: Difference between revisions

From IdleOn MMO Wiki
imported>BigCoight
mNo edit summary
imported>Blackwolfe
No edit summary
Line 1: Line 1:
<includeonly>{|class="wikitable sortable mw-collapsible"
<includeonly>{|class="wikitable sortable mw-collapsible"
|+{{#if:{{{description|}}}|{{{description}}}|Droptable for {{PAGENAME}}}}
|+{{#if:{{{description|}}}|class="nowrap"{{{description}}}|class="nowrap" Droptable for {{PAGENAME}}}}
!Icon
!Icon
!Item
!Item

Revision as of 17:33, 26 November 2020


Used for putting a droptable on a page. 
Usage:
{{DropTable
|coinQuantity=example
|coinChance=example
|item<1-8>Name=example
|item<1-8>Quantity=example
|item<1-8>Icon=example
|item<1-8>Chance=example
|subtable<1-5>={{DropTable<1-5>|chance=example}}
}}

Example: 

{{DropTable
|coinQuantity=1
|coinChance=0.5
|item1Name=Bogusitem
|item1Quantity=42
|item1Icon=Bogusitem.png
|item1Chance=0.7
|subtable1={{DropTable1|chance=0.05}}
}}