Template:DropTable: Difference between revisions

From IdleOn MMO Wiki
imported>Blackwolfe
m (Text replacement - "input=" to "")
imported>Blackwolfe
m (Text replacement - "<includeonly>{|class="wikitable sortable mw-collapsible"" to "<includeonly> {|class="wikitable sortable mw-collapsible PurpleHeaderRow"")
Line 1: Line 1:
<includeonly>{|class="wikitable sortable mw-collapsible"
<includeonly>
{|class="wikitable sortable mw-collapsible PurpleHeaderRow"
|+class="nowrap" | +{{#if:{{{description|}}}|{{{description}}}|Droptable for {{PAGENAME}}}}
|+class="nowrap" | +{{#if:{{{description|}}}|{{{description}}}|Droptable for {{PAGENAME}}}}
!Icon
!Icon

Revision as of 21:00, 16 March 2021


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}}
}}