Template:ProductionSlot: Difference between revisions

From IdleOn MMO Wiki
imported>BigCoight
mNo edit summary
mNo edit summary
 
(24 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<div class ="forgeslot" style = "width:400px;">
<includeonly><table class="wikitable forgeslot" style="text-align:center; min-width:45%;">
<table style = "width:100%; background:#e6e6e6; border-radius: 10px;border:1px solid black;">
         <tr>
         <tr colspan="3" style = "width:100%;">
             <th style="width:15%; text-align:center;">{{skillicon|smithing}}</th>
             <table style = "width:400px;background:#916699;border-radius:10px 10px 0px 0px;"><tr>
             <th style="width:15%;">No</th>
            <th>Level Required</th>
             <th style="width:30%;">Exp Per Craft</th>
             <th>Item Number</th>
             <th style="width:40%;">Production</th>
             <th>Exp Per Craft</th>
             </tr></table>
         </tr>
         </tr>
         <tr colspan="3" style = "width:100%;"><tr>
         <tr>
            <table>
            <td style="text-align:center;">{{{lvlreq}}}</td>
             <td>{{{}}}</td>
             <td style="text-align:center;">{{{num}}}</td>
             <td>{{{}}}</td>
             <td style="text-align:center;">{{{expcraft}}}</td>
             <td>{{{}}}</td>
             <td style="text-align:center;">{{{time}}}</td>
            </tr></table>
         </tr>
         </tr>
</table>
</table>[[Category:Producible]]
</div>
</includeonly><noinclude><pre>
{{ProductionSlot
|lvlreq=example - Level required to produce
|expcraft=example - How much xp that is required to produce.
}}
</pre>
[[Category:Table templates]]
</noinclude>

Latest revision as of 04:26, 2 March 2023

{{ProductionSlot
|lvlreq=example - Level required to produce
|expcraft=example - How much xp that is required to produce.
}}