Difference between revisions of "Template:Market Value/doc"
Jump to navigation
Jump to search
FixSomeBugs (talk | contribs) m (→Example Cases) |
|||
Line 1: | Line 1: | ||
== Purpose of this template == | == Purpose of this template == | ||
− | As described in [[Market Value]], the game uses a strange rounding scheme for market value, rounding to the nearest 5 silver for items with a price over 200. | + | As described in [[Market Value]], the game uses a strange rounding scheme for market value, rounding to the nearest 5 silver for items with a price over 200. Additionally, decimal values are only displayed on values under 10 silver. |
This template applies this rounding scheme to the first parameter, allowing editors to specify the exact market value of something, but output it in the same fashion it's shown in-game. | This template applies this rounding scheme to the first parameter, allowing editors to specify the exact market value of something, but output it in the same fashion it's shown in-game. | ||
Line 8: | Line 8: | ||
<nowiki>{{Market Value | 167.4643}}</nowiki> = {{Market Value | 167.4643}} | <nowiki>{{Market Value | 167.4643}}</nowiki> = {{Market Value | 167.4643}} | ||
+ | |||
+ | <nowiki>{{Market Value | 9.55}}</nowiki> = {{Market Value | 9.55}} |
Revision as of 12:35, 6 January 2021
Purpose of this template
As described in Market Value, the game uses a strange rounding scheme for market value, rounding to the nearest 5 silver for items with a price over 200. Additionally, decimal values are only displayed on values under 10 silver. This template applies this rounding scheme to the first parameter, allowing editors to specify the exact market value of something, but output it in the same fashion it's shown in-game.
Example Cases
{{Market Value | 223.40}} = 225
{{Market Value | 167.4643}} = 167
{{Market Value | 9.55}} = 9.55