Template:MainDrops: Difference between revisions

From IdleOn MMO Wiki
(Created page with "<noinclude><!-- ### Cargo Declare ### -->{{#cargo_declare:_table=Drops |DroppedItem=Wikitext |DropSource=Wikitext |DropRate=Float |DropQuantity=Integer |Recipe=Boolean }}</noinclude><!-- ### Cargo Store ### --><includeonly>{{#cargo_store:_table=Drops |DroppedItem={{{1|Missing Item Name}}} |DropSource={{{2|Missing Source Entity}}} |DropRate={{{3|0.0}}} |DropQuantity={{{4|0}}} |Recipe={{#if:{{{recipe|}}}|1|0}} }}</includeonly>")
 
mNo edit summary
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:


### Cargo Declare ###
### Cargo Declare ###
-->{{#cargo_declare:_table=Drops
-->{{#cargo_declare:_table=NormalDropTables
   |DroppedItem=Wikitext
   |DroppedItem=String
   |DropSource=Wikitext
   |DropSource=String
   |DropRate=Float
   |DropRate=Float
   |DropQuantity=Integer
   |DropQuantity=Integer
   |Recipe=Boolean
   |Recipe=Boolean
  |SpecialText=Wikitext
}}</noinclude><!--
}}</noinclude><!--


### Cargo Store ###
### Cargo Store ###
--><includeonly>{{#cargo_store:_table=Drops
--><includeonly>{{#cargo_store:_table=NormalDropTables
   |DroppedItem={{{1|Missing Item Name}}}
   |DroppedItem={{{1|Missing Item Name}}}
   |DropSource={{{2|Missing Source Entity}}}
   |DropSource={{{2|Missing Source Entity}}}
   |DropRate={{{3|0.0}}}
   |DropRate={{{3|0.0}}}
   |DropQuantity={{{4|0}}}
   |DropQuantity={{{4|1}}}
   |Recipe={{#if:{{{recipe|}}}|1|0}}
   |Recipe={{#if:{{{recipe|}}}|1|0}}
  |SpecialText={{{sepcialtext|}}}
}}</includeonly>
}}</includeonly>

Latest revision as of 04:13, 28 March 2024

This template defines the table "NormalDropTables". View table.