Template:Bubble: Difference between revisions

From IdleOn MMO Wiki
imported>BigCoight
mNo edit summary
imported>BigCoight
mNo edit summary
Line 7: Line 7:
<div class = 'bonusOut'></div>
<div class = 'bonusOut'></div>
</div>
</div>
<includeonly>
<div>
<table style = "width:100%; background:#e6e6e6; border-radius: 10px;border:1px solid black;">
    <td colspan="2" style = "width:100%;">
        <table style = "width:400px;background:#916699;border-radius:10px 10px 0px 0px;">
            <tr style = "width:100%;">
                <th style = "text-align:center;">{{{name}}}</th>
            </tr>
            <tr style = "width:100%;">
                <td style = "text-align:center;">{{{bonus}}}</td>
            </tr>
        </table>
    </td>
    {{#if:{{{material1|}}}|<tr>
        <td style = "width:80%;">{{CraftReq|{{{material1}}}}} </td>
        <td style = "width:20%;text-align:center;">x10</td>
    </tr>}}
    {{#if:{{{material2|}}}|<tr>
        <td style = "width:80%;">{{CraftReq|{{{material2}}}}} </td>
        <td style = "width:20%;text-align:center;>x20</td>
    </tr>}}
    {{#if:{{{material3|}}}|<tr>
        <td style = "width:80%;">{{CraftReq|{{{material3}}}}} </td>
        <td style = "width:20%;text-align:center;>x30</td>
    </tr>}}
    {{#if:{{{material4|}}}|<tr>
        <td style = "width:80%;">{{CraftReq|{{{material4}}}}} </td>
        <td style = "width:20%;text-align:center;>x40</td>
    </tr>
</table>
</div>
</includeonly>

Revision as of 05:42, 18 January 2021