Template:Bubble: Difference between revisions

From IdleOn MMO Wiki
imported>BigCoight
mNo edit summary
imported>BigCoight
mNo edit summary
Line 1: Line 1:
<div class='bubbleDiv' data-basecost='{{{baseCost}}}' data-isliquid='{{{isLiquid}}}' data-x1='{{{x1}}}' data-x2='{{{x2}}}' data-func='{{{func}}}'>
<div class='bubbleDiv' data-basecost='{{{baseCost}}}' data-isliquid='{{{isLiquid}}}' data-x1='{{{x1}}}' data-x2='{{{x2}}}' data-func='{{{func}}}'>
<div class = 'valInput'></div>
<div class = 'valInput'></div>
<div class = 'material1'></div>
<div class = 'material2'></div>
<div class = 'material3'></div>
<div class = 'material4'></div>
<div class = 'bonusOut'></div>
<div class = 'bonusOut'></div>
</div>
</div>
Line 23: Line 19:
     {{#if:{{{material1|}}}|<tr>
     {{#if:{{{material1|}}}|<tr>
         <td style = "width:80%;">{{CraftReq|{{{material1}}}}} </td>
         <td style = "width:80%;">{{CraftReq|{{{material1}}}}} </td>
         <td style = "width:20%;text-align:center;">x10</td>
         <td style = "width:20%;text-align:center;">x<div class = 'material1'></div></td>
     </tr>}}
     </tr>}}
     {{#if:{{{material2|}}}|<tr>
     {{#if:{{{material2|}}}|<tr>
         <td style = "width:80%;">{{CraftReq|{{{material2}}}}} </td>
         <td style = "width:80%;">{{CraftReq|{{{material2}}}}} </td>
         <td style = "width:20%;text-align:center;>x20</td>
         <td style = "width:20%;text-align:center;>x<div class = 'material2'></div></td>
     </tr>}}
     </tr>}}
     {{#if:{{{material3|}}}|<tr>
     {{#if:{{{material3|}}}|<tr>
         <td style = "width:80%;">{{CraftReq|{{{material3}}}}} </td>
         <td style = "width:80%;">{{CraftReq|{{{material3}}}}} </td>
         <td style = "width:20%;text-align:center;>x30</td>
         <td style = "width:20%;text-align:center;>x<div class = 'material3'></div></td>
     </tr>}}
     </tr>}}
     {{#if:{{{material4|}}}|<tr>
     {{#if:{{{material4|}}}|<tr>
         <td style = "width:80%;">{{CraftReq|{{{material4}}}}} </td>
         <td style = "width:80%;">{{CraftReq|{{{material4}}}}} </td>
         <td style = "width:20%;text-align:center;>x40</td>
         <td style = "width:20%;text-align:center;>x<div class = 'material4'></div></td>
     </tr>}}
     </tr>}}
</table>
</table>
</div>
</div>
</includeonly>
</includeonly>

Revision as of 05:49, 18 January 2021