Template:Format Number
Revision as of 16:24, 22 November 2023 by Ickputzdirwech (talk | contribs) (Created page with "<includeonly>{{#switch: {{{2|}}} | Integer = {{#expr: {{{1|}}} round 0}} | FloatOne | FloatMaxOne = {{#expr: {{{1|}}} round 1}} | FloatTwo...")
Template documentation
Usage
This template is used to simplify formating numbers in the Template:Stat. Is is used like this:
{{Format Number|<number>|<toStringStyle>}}
Examples
{{Format Number|1.1111|Integer}}
=> 1{{Format Number|1.1111|FloatOne}}
or{{Format Number|1.1111|FloatMaxOne}}
=> 1.1{{Format Number|1.1111|FloatTwo}}
or{{Format Number|1.1111|FloatMaxTwo}}
=> 1.11{{Format Number|1.1111|FloatTwoOrThree}}
or{{Format Number|1.1111|FloatMaxThree}}
=> 1.111{{Format Number|1.1111|PercentZero}}
=> 111%{{Format Number|1.1111|PercentOne}}
=> 111.1%{{Format Number|1.1111|PercentTwo}}
=> 111.11%{{Format Number|24|Temperature}}
=> 24 °C (75.2 °F){{Format Number|24|TemperatureOffset}}
=> 24 °C (43.2 °F){{Format Number|24|Money}}
=> 24{{Format Number|24|WorkAmount}}
=> 24 ticks (0.4 secs)
Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Subpages of this template. |