Template:ForgeSlot: Difference between revisions

From IdleOn MMO Wiki
imported>BigCoight
No edit summary
imported>BigCoight
No edit summary
Line 1: Line 1:
<div class ="forgeslot">
<div class ="forgeslot">
<table style = "widht:100%; background:lightgrey;border-collapse: collapse;">
<table style = "width:100%; background:lightgrey;border-collapse: collapse;">
     <td>
     <td>
         <table style = "widht:100%;background:purple;>
         <table style = "width:100%;background:purple;>
             <tr style>
             <tr style>
                 <th style =>Crafting Recipe</th>
                 <th style ="width:80%;">Crafting Recipe</th>
                 <th style = "text-align:right;">{{{levelreq}}}</th>
                 <th style = "width:20%;text-align:right;">{{{levelreq}}}</th>
             </tr>
             </tr>
         </table>
         </table>
     </td>
     </td>
     {{#if:{{{resource1|}}}|<tr>
     {{#if:{{{resource1|}}}|<tr>
         <td style = "widht:80%;>{{CraftReq|item={{{resource1}}}}} </td>
         <td style = "width:80%;">{{CraftReq|item={{{resource1}}}}} </td>
         <td style = "widht:20%;>x{{{quantity1}}}</td>
         <td style = "width:20%;">x{{{quantity1}}}</td>
     </tr>}}
     </tr>}}
     {{#if:{{{resource2|}}}|<tr>
     {{#if:{{{resource2|}}}|<tr>
         <td style = "widht:80%;">{{CraftReq|item={{{resource2}}}}} </td>
         <td style = "width:80%;">{{CraftReq|item={{{resource2}}}}} </td>
         <td style = "widht:20%;>x{{{quantity2}}}</td>
         <td style = "width:20%;>x{{{quantity2}}}</td>
     </tr>}}
     </tr>}}
     {{#if:{{{resource3|}}}|<tr>
     {{#if:{{{resource3|}}}|<tr>
         <td style = "widht:80%;">{{CraftReq|item={{{resource3}}}}} </td>
         <td style = "width:80%;">{{CraftReq|item={{{resource3}}}}} </td>
         <td style = "widht:20%;>x{{{quantity3}}}</td>
         <td style = "width:20%;>x{{{quantity3}}}</td>
     </tr>}}
     </tr>}}
     {{#if:{{{resource4|}}}|<tr>
     {{#if:{{{resource4|}}}|<tr>
         <td style = "widht:80%;">{{CraftReq|item={{{resource4}}}}} </td>
         <td style = "width:80%;">{{CraftReq|item={{{resource4}}}}} </td>
         <td style = "widht:20%;>x{{{quantity4}}}</td>
         <td style = "width:20%;>x{{{quantity4}}}</td>
     </tr>}}
     </tr>}}
</table>
</table>
</div>
</div>

Revision as of 04:50, 19 November 2020

Crafting Recipe {{{levelreq}}}