Template:DropTable: Difference between revisions

From IdleOn MMO Wiki
imported>BigCoight
No edit summary
mNo edit summary
 
(91 intermediate revisions by 6 users not shown)
Line 1: Line 1:
<div class="droptable">
<includeonly>{{MainDrops|{{{item|{{{1}}}}}}|{{{source|{{PAGENAME}}}}}|{{{dropchance|{{{2|}}}}}}|{{{quantity|{{{3|}}}}}}}}<!--
<table>
 
    <tr>
-->{{#if:{{{hide|}}}||{{DropTable/row
        <th>Item</th>
|image={{{image|[[File:{{{1|{{{item}}}}}}.png|link={{{1|{{{item}}}}}}]]}}}
        <th>Quantity</th>
|itemtype={{{itemtype|Item}}}
        <th>Chance</th>
|item={{{item|{{{1}}}}}}
    </tr>
|special={{{special|}}}
    <tr>
|quantity={{{quantity|{{{3|}}}}}}
        <td>[[File:idlCoin.png|50px]]Coins</td>
|droprate={{{dropchance|{{{2|}}}}}}
        <td style = "text-align: right;">{{{coinQuantiy}}}</td>
|tabletype={{{tabletype|Base}}}
        <td style = "text-align: right;">{{{coinChance}}}</td>
}}}}</includeonly><noinclude>
    </tr>
<pre>
    {{#if:{{{item1Name|}}}|<tr>
{{DropTable
        <td>[[File:{{{item1Icon}}}|50px]]{{{item1Name}}}</td>
  |tablename= Name of the table being stored on that page. Unnecesary for Monster base loot (Ex: Slime Card on slimes).
        <td style = "text-align: right;">{{{item1Quantity}}}</td>
  |tabletype= Base, Rare, or Mega. Used to tell what level of table. Defaults to Base ('Monster' level)
        <td style = "text-align: right;">{{{item1Chance}}}</td>
  |source= The actual source of the drops. Defaults to Pagename. (Use for things like Chaotic bosses or Skill tables).
    </tr>}}
  |image= The image associate with the item. Generally handled by the templates.
    {{#if:{{{item2Name|}}}|<tr>
  |item= The name of the item dropped.
        <td>[[File:{{{item2Icon}}}|50px]]{{{item2Name}}}</td>
  |itemtype= Item, Recipe, Talent, Coin, or Card. Used for handling the formating of rows. Defaults to Item.
        <td style = "text-align: right;">{{{item2Quantity}}}</td>
  |quantity= The quantity.
        <td style = "text-align: right;">{{{item2Chance}}}</td>
  |dropchance= The chance, as a Float, for the item to drop.
    </tr>}}
              Note: This is for the table itself. Calculations of sub table rates are done by the template.
    {{#if:{{{item3Name|}}}|<tr>
  |special= Used for optional indicators.
        <td>[[File:{{{item3Icon}}}|50px]]{{{item3Name}}}</td>
          (Example: ([[Mutton]]) for cloudsound because it is only during the NPC's quest htat the item is available.)
        <td style = "text-align: right;">{{{item3Quantity}}}</td>
}}
        <td style = "text-align: right;">{{{item3Chance}}}</td>
</pre></noinclude>
    </tr>}}
    {{#if:{{{item4Name|}}}|<tr>
        <td>[[File:{{{item4Icon}}}|50px]]{{{item4Name}}}</td>
        <td style = "text-align: right;">{{{item4Quantity}}}</td>
        <td style = "text-align: right;">{{{item4Chance}}}</td>
    </tr>}}
    {{#if:{{{item5Name|}}}|<tr>
        <td>[[File:{{{item5Icon}}}|50px]]{{{item5Name}}}</td>
        <td style = "text-align: right;">{{{item5Quantity}}}</td>
        <td style = "text-align: right;">{{{item5Chance}}}</td>
    </tr>}}
    {{#if:{{{item6Name|}}}|<tr>
        <td>[[File:{{{item6Icon}}}|50px]]{{{item6Name}}}</td>
        <td style = "text-align: right;">{{{item6Quantity}}}</td>
        <td style = "text-align: right;">{{{item6Chance}}}</td>
    </tr>}}

Latest revision as of 03:11, 24 March 2024

 {{DropTable
  |tablename= Name of the table being stored on that page. Unnecesary for Monster base loot (Ex: Slime Card on slimes).
  |tabletype= Base, Rare, or Mega. Used to tell what level of table. Defaults to Base ('Monster' level)
  |source= The actual source of the drops. Defaults to Pagename. (Use for things like Chaotic bosses or Skill tables).
  |image= The image associate with the item. Generally handled by the templates.
  |item= The name of the item dropped.
  |itemtype= Item, Recipe, Talent, Coin, or Card. Used for handling the formating of rows. Defaults to Item.
  |quantity= The quantity.
  |dropchance= The chance, as a Float, for the item to drop. 
               Note: This is for the table itself. Calculations of sub table rates are done by the template.
  |special= Used for optional indicators. 
           (Example: ([[Mutton]]) for cloudsound because it is only during the NPC's quest htat the item is available.)
 }}