Predloga:Format price/digits/dok
Videz
To je dokumentacijska podstran za glavno stran Predloga:Format price/digits. Namenjena je shranjevanju navodil, kategorizaciji in drugi vsebini, ki ni del glavne strani. |
This sub-template takes a number and reformats it to only 3 digits and a dot (if needed), provided it's in the 0–999.9999..... range. It's used internally by {{Format price}} for producing pleasant looking numbers, and isn't meant to be called directly. Its behavior outside the specified range isn't planned for and will result in an undefined, although probably consistent (in some way), result.
Usage
[uredi kodo]{{Format price/digits|number}}
Examples
[uredi kodo]-
{{Format price/digits|0}}
= 0 -
{{Format price/digits|0.12345}}
= 0.12 -
{{Format price/digits|1.23456}}
= 1.23 -
{{Format price/digits|12.3456}}
= 12.3 -
{{Format price/digits|123.456}}
= 123 -
{{Format price/digits|1234.56}}
= 1235 -
{{Format price/digits|-234.56}}
= -234.56
See also
[uredi kodo]- {{Format price}}