Difference between revisions of "Template:Format price"

From The New Prairie Universe Wiki
Jump to navigation Jump to search
(Created page with "{{#iferror:{{ #ifexpr:({{{1}}} >= 1E+27) | {{formatnum:{{Format price/digits|{{#expr:{{{1}}} / 1E+27}}}}}} octillion}}{{ #ifexpr:(({{{1}}} >= 1E+24) and ({{{1}}} < 1E+27)...")
 
m (1 revision imported)
 
(No difference)

Latest revision as of 18:33, 28 December 2016

NaN

50px Template documentation[view] [edit] [history] [purge]

This template displays numbers typically representing prices in a pleasant way, ideally suited for articles. Numbers one thousand or greater are reduced down and rounded to a total of three digits followed by a multiplier text, and smaller numbers received separators and exactly two digits to represent cents, which does not always happen with the {{formatnum:}} magic word.

Usage

{{Format price|value|digits}}

Where:

  • value: the value that will be formatted and displayed (required).
  • digits: sets the digit in which a value lower than one thousand must be rounded, defaulting to "2" (cents) if unspecified.

Providing non-numeric parameters, failing to provide any parameter, or providing a negative value parameter, result all in a link to the NaN article. Despite its name, this template only handles the number-formatting, not any unit symbols – consider {{currency}} for that separate feature.

Examples

Wrong

See also

<templatestyles src="Module:Message box/fmbox.css"></templatestyles>