سانچہ:Format price/دستاویز
یہ سانچہ:Format price کی دستاویز کا ذیلی صفحہ ہے۔ (سانچہ کی تفصیلات کے لیے اس کا اپنا صفحہ دیکھیں) اس میں استعمال کا طریقۂ کار ، زمرہ جات، بین الویکی روابط اور دیگر مواد شامل ہے جو کہ خود سانچہ صفحہ کا حصہ نہیں۔ |
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 doesn't 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
[ترمیم]-
{{Format price|1.2}}
= 1.20
</noinclude>
-
{{Format price|456.789}}
= 456.79
</noinclude>
-
{{Format price|456.789|1}}
= 456.80
</noinclude>
-
{{Format price|456.789|0}}
= 457
</noinclude>
-
{{Format price|456.789|-2}}
= 500
</noinclude>
- $
{{Format price|1234}}
= $1.23 ہزار
</noinclude>
- $
{{Format price|12345}}
= $12.3 ہزار
</noinclude>
- $
{{Format price|123456}}
= $123 ہزار
</noinclude>
- $
{{Format price|1000000}}
= $1 ملین
</noinclude>
- ¥
{{Format price|98765432109876}}
= ¥98.8 ٹریلین
</noinclude>
-
{{Format price|7.86178E+25}}
atoms = 78.6 سپٹیلین
</noinclude> atoms
-
{{Format price}}
= NaN
</noinclude>
-
{{Format price||0}}
= NaN
</noinclude>
-
{{Format price|-100}}
= NaN
</noinclude>
-
{{Format price|xyz|A}}
= NaN
</noinclude>