Template:StoreTableHead: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(divided by 10) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{|style="width:488px;" | <includeonly>{|style="width:488px;" | ||
! style="width:33.34%; text-align:left;" | Sells at: {{#switch: 1 |{{#expr: {{{ | ! 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: {{{ | ! 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|{{{delta|}}}}}% | ! 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;" | {|class="wikitable" style="width:488px; background-color: #6b6b6b; border: 3px solid #024672; color:#333333;" | ||
Line 8: | Line 8: | ||
!Item | !Item | ||
! style="width:auto;" | Number in stock | ! style="width:auto;" | Number in stock | ||
! style="width:auto;" | Restock time | |||
! style="width:auto;" | Price sold at</includeonly><noinclude> | ! style="width:auto;" | Price sold at</includeonly><noinclude> | ||
<pre>{{ | <pre>{{StoreTableHead|sellmultiplier=<amount>|buymultiplier=<amount>|delta=<amount>}}</pre> | ||
==Description==</noinclude> | ==Description==</noinclude> |
Latest revision as of 00:28, 10 February 2023
{{StoreTableHead|sellmultiplier=<amount>|buymultiplier=<amount>|delta=<amount>}}