Template:StoreTableHead: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (100% is now yellow) |
||
Line 1: | Line 1: | ||
<includeonly>{|style="width:488px;" | <includeonly>{|style="width:488px;" | ||
! style="width:33.34%; text-align:left;" | Sells at: {{#switch: 1 |{{#expr: {{{sellmultiplier}}} > 100 | ! style="width:33.34%; text-align:left;" | Sells at: {{#switch: 1 |{{#expr: {{{sellmultiplier}}} > 100}} = {{Font color|Red|{{{sellmultiplier|}}}}}% |{{#expr: {{{sellmultiplier}}} = 100}} = {{Font color|Yellow|{{{sellmultiplier|}}}}}% |{{#expr: {{{sellmultiplier}}} < 100}} = {{Font color|Green|{{{sellmultiplier|}}}}}%}} | ||
! style="width:33.33%; text-align:center;" | Buys at: {{#switch: 1 |{{#expr: {{{buymultiplier}}} > 100 | ! style="width:33.33%; text-align:center;" | Buys at: {{#switch: 1 |{{#expr: {{{buymultiplier}}} > 100}} = {{Font color|Green|{{{buymultiplier|}}}}}% |{{#expr: {{{buymultiplier}}} = 100}} = {{Font color|Yellow|{{{buymultiplier|}}}}}% |{{#expr: {{{buymultiplier}}} < 100}} = {{Font color|Red|{{{buymultiplier|}}}}}%}} | ||
! 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|{{{delta|}}}}}% | ||
|} | |} |
Revision as of 00:20, 10 February 2023
{{StoreTableHead|sellmultiplier=<amount>|buymultiplier=<amount>|delta=<amount>}}