Template:Vendoritem: Difference between revisions

From IdleOn MMO Wiki
imported>BigCoight
mNo edit summary
imported>Blackwolfe
m (Text replacement - "input=" to "")
Line 18: Line 18:
             <td style = "width:10%; text-align:center">{{{number}}}</td>
             <td style = "width:10%; text-align:center">{{{number}}}</td>
             <td style = "width:40%; text-align:center">{{{vendor}}}</td>
             <td style = "width:40%; text-align:center">{{{vendor}}}</td>
             <td style = "width:40%; text-align:center">{{Coindisplay|input={{{buyprice}}}}}</td>
             <td style = "width:40%; text-align:center">{{Coindisplay|{{{buyprice}}}}}</td>
             <td style = "width:10%; text-align:center">{{{stock}}}</td>
             <td style = "width:10%; text-align:center">{{{stock}}}</td>
             </td></tr>
             </td></tr>
Line 29: Line 29:
             <td style = "width:10%; text-align:center">{{{number}}}</td>
             <td style = "width:10%; text-align:center">{{{number}}}</td>
             <td style = "width:40%; text-align:center">{{{vendor}}}</td>
             <td style = "width:40%; text-align:center">{{{vendor}}}</td>
             <td style = "width:40%; text-align:center">{{Coindisplay|input={{{buyprice}}}}}</td>
             <td style = "width:40%; text-align:center">{{Coindisplay|{{{buyprice}}}}}</td>
             <td style = "width:10%; text-align:center">{{{stock}}}</td>
             <td style = "width:10%; text-align:center">{{{stock}}}</td>
             </td></tr>
             </td></tr>
Line 39: Line 39:
             <td style = "width:10%; text-align:center">{{{number}}}</td>
             <td style = "width:10%; text-align:center">{{{number}}}</td>
             <td style = "width:40%; text-align:center">{{{vendor}}}</td>
             <td style = "width:40%; text-align:center">{{{vendor}}}</td>
             <td style = "width:40%; text-align:center">{{Coindisplay|input={{{buyprice}}}}}</td>
             <td style = "width:40%; text-align:center">{{Coindisplay|{{{buyprice}}}}}</td>
             <td style = "width:10%; text-align:center">{{{stock}}}</td>
             <td style = "width:10%; text-align:center">{{{stock}}}</td>
             </td></tr>
             </td></tr>
Line 63: Line 63:
             <td style = "width:10%; text-align:center">{{{number}}}</td>
             <td style = "width:10%; text-align:center">{{{number}}}</td>
             <td style = "width:40%; text-align:center">{{{vendor}}}</td>
             <td style = "width:40%; text-align:center">{{{vendor}}}</td>
             <td style = "width:40%; text-align:center">{{Coindisplay|input={{{buyprice}}}}}</td>
             <td style = "width:40%; text-align:center">{{Coindisplay|{{{buyprice}}}}}</td>
             <td style = "width:10%; text-align:center">{{{stock}}}</td>
             <td style = "width:10%; text-align:center">{{{stock}}}</td>
             </td></tr>
             </td></tr>

Revision as of 09:22, 26 December 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
}}