Template:Vendoritem: Difference between revisions

From IdleOn MMO Wiki
imported>BigCoight
mNo edit summary
imported>BigCoight
mNo edit summary
Line 6: Line 6:
             <table style = "width:400px;background:#916699;border-radius:10px 10px 0px 0px;">
             <table style = "width:400px;background:#916699;border-radius:10px 10px 0px 0px;">
             <tr>
             <tr>
             <th>Number</th>
             <th style = "width:10%;">No.</th>
             <th>Vendor</th>
             <th style = "width:40%;">Vendor</th>
             <th>Buy Price</th>
             <th style = "width:40%;">Buy Price</th>
             <th>Stock</th>
             <th style = "width:10%;">Stock</th>
             </td></tr>
             </td></tr>
             </table>
             </table>
Line 16: Line 16:
             <table style ="width:100%;">
             <table style ="width:100%;">
             <tr>
             <tr>
             <td style = "text-align:center">{{{number}}}</td>
             <td style = "width:10%; text-align:center">{{{number}}}</td>
             <td style = "text-align:center">{{{vendor}}}</td>
             <td style = "width:40%; text-align:center">{{{vendor}}}</td>
             <td style = "text-align:center">{{Coindisplay|input={{{buyprice}}}}}</td>
             <td style = "width:40%; text-align:center">{{Coindisplay|input={{{buyprice}}}}}</td>
             <td style = "text-align:center">{{{stock}}}</td>
             <td style = "width:10%; text-align:center">{{{stock}}}</td>
             </td></tr>
             </td></tr>
             </table>
             </table>
Line 27: Line 27:
             <table style ="width:100%;">
             <table style ="width:100%;">
             <tr>
             <tr>
             <td style = "text-align:center">{{{number}}}</td>
             <td style = "width:10%; text-align:center">{{{number}}}</td>
             <td style = "text-align:center">{{{vendor}}}</td>
             <td style = "width:40%; text-align:center">{{{vendor}}}</td>
             <td style = "text-align:center">{{Coindisplay|input={{{buyprice}}}}}</td>
             <td style = "width:40%; text-align:center">{{Coindisplay|input={{{buyprice}}}}}</td>
             <td style = "text-align:center">{{{stock}}}</td>
             <td style = "width:10%; text-align:center">{{{stock}}}</td>
             </td></tr>
             </td></tr>
             </table>
             </table>
Line 37: Line 37:
             <table style ="width:100%;">
             <table style ="width:100%;">
             <tr>
             <tr>
             <td style = "text-align:center">{{{number}}}</td>
             <td style = "width:10%; text-align:center">{{{number}}}</td>
             <td style = "text-align:center">{{{vendor}}}</td>
             <td style = "width:40%; text-align:center">{{{vendor}}}</td>
             <td style = "text-align:center">{{Coindisplay|input={{{buyprice}}}}}</td>
             <td style = "width:40%; text-align:center">{{Coindisplay|input={{{buyprice}}}}}</td>
             <td style = "text-align:center">{{{stock}}}</td>
             <td style = "width:10%; text-align:center">{{{stock}}}</td>
             </td></tr>
             </td></tr>
             </table>
             </table>
Line 51: Line 51:
             <table style = "width:400px;background:#916699;border-radius:10px 10px 0px 0px;">
             <table style = "width:400px;background:#916699;border-radius:10px 10px 0px 0px;">
             <tr>
             <tr>
             <th>Number</th>
             <th style = "width:10%;">No.</th>
             <th>Vendor</th>
             <th style = "width:40%;">Vendor</th>
             <th>Buy Price</th>
             <th style = "width:40%;">Buy Price</th>
             <th>Stock</th>
             <th style = "width:10%;">Stock</th>
             </td></tr>
             </td></tr>
             </table>
             </table>
Line 61: Line 61:
             <table style ="width:100%;">
             <table style ="width:100%;">
             <tr>
             <tr>
             <td style = "text-align:center">{{{number}}}</td>
             <td style = "width:10%; text-align:center">{{{number}}}</td>
             <td style = "text-align:center">{{{vendor}}}</td>
             <td style = "width:40%; text-align:center">{{{vendor}}}</td>
             <td style = "text-align:center">{{Coindisplay|input={{{buyprice}}}}}</td>
             <td style = "width:40%; text-align:center">{{Coindisplay|input={{{buyprice}}}}}</td>
             <td style = "text-align:center">{{{stock}}}</td>
             <td style = "width:10%; text-align:center">{{{stock}}}</td>
             </td></tr>
             </td></tr>
             </table>
             </table>

Revision as of 08:52, 24 November 2020


{{Vendoritem
|number=example - The number in the store
|vendor=example - Which vendor, must be a link
|buyprice=example - How much we buy it for, before bribe
|stock=example - How much is in stock at the vendor
}}