Template:StoreTableHead: Difference between revisions

From 2006Scape Wiki
Jump to navigation Jump to search
(adding restock time)
(divided by 10)
 
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}} = {{Font color|Red|{{{sellmultiplier|}}}}}% |{{#expr: {{{sellmultiplier}}} = 100}} = {{Font color|Yellow|{{{sellmultiplier|}}}}}% |{{#expr: {{{sellmultiplier}}} < 100}} = {{Font color|Green|{{{sellmultiplier|}}}}}%}}
! 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|{{{buymultiplier|}}}}}% |{{#expr: {{{buymultiplier}}} = 100}} = {{Font color|Yellow|{{{buymultiplier|}}}}}% |{{#expr: {{{buymultiplier}}} < 100}} = {{Font color|Red|{{{buymultiplier|}}}}}%}}
! 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;"

Latest revision as of 00:28, 10 February 2023

{{StoreTableHead|sellmultiplier=<amount>|buymultiplier=<amount>|delta=<amount>}}

Description