Template:StoreTableHead: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<includeonly>{{#invoke:StoreTableHead|main}}</includeonly>") |
(divided by 10) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{# | <includeonly>{|style="width:488px;" | ||
! style="width:33.34%; text-align:left;" | Sells at: {{#switch: 1 |{{#expr: {{{sellmultiplier}}} > 100}} = {{Font color|Red|{{#expr: {{{sellmultiplier|}}}/10}}}}% |{{#expr: {{{sellmultiplier}}} = 100}} = {{Font color|Yellow|{{#expr: {{{sellmultiplier|}}}/10}}}}% |{{#expr: {{{sellmultiplier}}} < 100}} = {{Font color|Green|{{#expr: {{{sellmultiplier|}}}/10}}}}%}} | |||
! style="width:33.33%; text-align:center;" | Buys at: {{#switch: 1 |{{#expr: {{{buymultiplier}}} > 100}} = {{Font color|Green|{{#expr: {{{buymultiplier|}}}/10}}}}% |{{#expr: {{{buymultiplier}}} = 100}} = {{Font color|Yellow|{{#expr: {{{buymultiplier|}}}/10}}}}% |{{#expr: {{{buymultiplier}}} < 100}} = {{Font color|Red|{{#expr: {{{buymultiplier|}}}/10}}}}%}} | |||
! style="width:33.34%; text-align:right;" | Change per: {{Font color|Yellow|{{#expr: {{{delta|}}}/10}}}}% | |||
|} | |||
{|class="wikitable" style="width:488px; background-color: #6b6b6b; border: 3px solid #024672; color:#333333;" | |||
|- | |||
!Item | |||
! style="width:auto;" | Number in stock | |||
! style="width:auto;" | Restock time | |||
! style="width:auto;" | Price sold at</includeonly><noinclude> | |||
<pre>{{StoreTableHead|sellmultiplier=<amount>|buymultiplier=<amount>|delta=<amount>}}</pre> | |||
==Description==</noinclude> |
Latest revision as of 00:28, 10 February 2023
{{StoreTableHead|sellmultiplier=<amount>|buymultiplier=<amount>|delta=<amount>}}