Template:StoreTableHead: Difference between revisions

From 2006Scape Wiki
Jump to navigation Jump to search
mNo edit summary
(making our lives easier)
Line 1: Line 1:
<includeonly>{|style="width:488px;"
<includeonly>{|style="width:488px;"
! style="width:33.34%; text-align:left;" | Sells at: {{#switch: 1 |{{#expr: {{{sell}}} > 100 or {{{sell}}} = 100}} = {{Font color|Red|{{{sell|}}}}}% |{{#expr: {{{sell}}} < 100}} = {{Font color|Green|{{{sell|}}}}}%}}
! style="width:33.34%; text-align:left;" | Sells at: {{#switch: 1 |{{#expr: {{{sellmultiplier}}} > 100 or {{{sellmultiplier}}} = 100}} = {{Font color|Red|{{{sell|}}}}}% |{{#expr: {{{sellmultiplier}}} < 100}} = {{Font color|Green|{{{sellmultiplier|}}}}}%}}
! style="width:33.33%; text-align:center;" | Buys at: {{#switch: 1 |{{#expr: {{{buy}}} > 100 or {{{buy}}} = 100}} = {{Font color|Green|{{{buy|}}}}}% |{{#expr: {{{buy}}} < 100}} = {{Font color|Red|{{{buy|}}}}}%}}
! style="width:33.33%; text-align:center;" | Buys at: {{#switch: 1 |{{#expr: {{{buymultiplier}}} > 100 or {{{buymultiplier}}} = 100}} = {{Font color|Green|{{{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|}}}}}%
|}
|}
Line 9: Line 9:
! style="width:auto;" | Number in stock
! style="width:auto;" | Number in stock
! style="width:auto;" | Price sold at</includeonly><noinclude>
! style="width:auto;" | Price sold at</includeonly><noinclude>
<pre>{{StoreTableHead|sell=<amount>|buy=<amount>|delta=<amount>}}</pre>
<pre>{{StoreTableHead|sellmultiplier=<amount>|buymultiplier=<amount>|delta=<amount>}}</pre>


==Description==</noinclude>
==Description==</noinclude>

Revision as of 00:12, 10 February 2023

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

Description