Template:ForgeSlot: Difference between revisions

From IdleOn MMO Wiki
imported>BigCoight
(Created page with "<div class ="forgeslot"> <table> <tr> <table> <td>[[{{{CraftName}}}]]</td><td>{{{LevelReq}}}</td> </table> </tr> <tr> <td>Fi...")
 
imported>BigCoight
No edit summary
Line 3: Line 3:
     <tr>
     <tr>
         <table>
         <table>
             <td>[[{{{CraftName}}}]]</td><td>{{{LevelReq}}}</td>
             <td>Crafting Recipe</td><td>{{{LevelReq}}}</td>
         </table>
         </table>
     </tr>
     </tr>
     <tr>
     <tr>
         <td>[[File:{{{CraftName}}}|200px|link={{{CraftName}}}]]</td>
         <td>{{CraftReq|item={{{resource1}}} x{{{quantity1}}}</td>
     </tr>
     </tr>
     <tr>
     <tr>
         {{CraftReq|item={{{resource1}}} x{{{quantity1}}}
         <td>{{CraftReq|item={{{resource2}}} x{{{quantity2}}}</td>
     </tr>
     </tr>
     <tr>
     <tr>
         {{CraftReq|item={{{resource2}}} x{{{quantity2}}}
         <td>{{CraftReq|item={{{resource3}}} x{{{quantity3}}}</td>
     </tr>
     </tr>
     <tr>
     <tr>
         {{CraftReq|item={{{resource3}}} x{{{quantity3}}}
         <td>{{CraftReq|item={{{resource4}}} x{{{quantity4}}}</td>
    </tr>
    <tr>
        {{CraftReq|item={{{resource4}}} x{{{quantity4}}}
     </tr>
     </tr>
</table>
</table>
</div>
</div>

Revision as of 04:17, 19 November 2020

Crafting Recipe{{{LevelReq}}}
{{CraftReq|item={{{resource1}}} x{{{quantity1}}} {{CraftReq|item={{{resource2}}} x{{{quantity2}}} {{CraftReq|item={{{resource3}}} x{{{quantity3}}} {{CraftReq|item={{{resource4}}} x{{{quantity4}}}