Template:ForgeSlot: Difference between revisions

From IdleOn MMO Wiki
imported>BigCoight
No edit summary
imported>BigCoight
No edit summary
Line 5: Line 5:
             <tr style = "width:100%;">
             <tr style = "width:100%;">
                 <th>Crafting Recipe</th>
                 <th>Crafting Recipe</th>
                 <th style = "text-align:right;">{{{levelreq}}}</th>
                 <th style = "text-align:center;">{{{levelreq}}}</th>
             </tr>
             </tr>
         </table>
         </table>
Line 11: Line 11:
     {{#if:{{{resource1|}}}|<tr>
     {{#if:{{{resource1|}}}|<tr>
         <td style = "width:80%;">{{CraftReq|item={{{resource1}}}}} </td>
         <td style = "width:80%;">{{CraftReq|item={{{resource1}}}}} </td>
         <td style = "width:20%;">x{{{quantity1}}}</td>
         <td style = "width:20%;text-align:center;">x{{{quantity1}}}</td>
     </tr>}}
     </tr>}}
     {{#if:{{{resource2|}}}|<tr>
     {{#if:{{{resource2|}}}|<tr>
         <td style = "width:80%;">{{CraftReq|item={{{resource2}}}}} </td>
         <td style = "width:80%;">{{CraftReq|item={{{resource2}}}}} </td>
         <td style = "width:20%;>x{{{quantity2}}}</td>
         <td style = "width:20%;text-align:center;>x{{{quantity2}}}</td>
     </tr>}}
     </tr>}}
     {{#if:{{{resource3|}}}|<tr>
     {{#if:{{{resource3|}}}|<tr>
         <td style = "width:80%;">{{CraftReq|item={{{resource3}}}}} </td>
         <td style = "width:80%;">{{CraftReq|item={{{resource3}}}}} </td>
         <td style = "width:20%;>x{{{quantity3}}}</td>
         <td style = "width:20%;text-align:center;>x{{{quantity3}}}</td>
     </tr>}}
     </tr>}}
     {{#if:{{{resource4|}}}|<tr>
     {{#if:{{{resource4|}}}|<tr>
         <td style = "width:80%;">{{CraftReq|item={{{resource4}}}}} </td>
         <td style = "width:80%;">{{CraftReq|item={{{resource4}}}}} </td>
         <td style = "width:20%;>x{{{quantity4}}}</td>
         <td style = "width:20%;text-align:center;>x{{{quantity4}}}</td>
     </tr>}}
     </tr>}}
     {{#if:{{{source|}}}|<tr>
     {{#if:{{{recipefrom|}}}|<tr>
         <td style = "width:80%;">Recipe From </td>
      <td colspan="2" style = "width:100%;">
        <td style = "width:20%;>[[{{{source}}}]]</td>
         <table style = "width:400px;background:#916699;border-radius:0px 0px 10px 10px;">
            <tr style = "width:100%;">
                <th>Recipe From</th>
                <th style = "text-align:center;">{{{recipefrom}}}</th>
            </tr>
        </table>
     </tr>}}
     </tr>}}
</table>
</table>
</div>
</div>

Revision as of 05:13, 19 November 2020

Crafting Recipe {{{levelreq}}}