टेम्पलेट:Percentage/doc: रिवीजन सभ के बीचा में अंतर

विकिपीडिया से
Content deleted Content added
remove all interwiki
→‎Examples: add more examples
लाइन 7: लाइन 7:
* <nowiki>{{Percentage | 1 | 3 | 0 }}</nowiki> yields {{Percentage | 1 | 3 | 0 }}
* <nowiki>{{Percentage | 1 | 3 | 0 }}</nowiki> yields {{Percentage | 1 | 3 | 0 }}
* <nowiki>{{Percentage | 1 | 3 | 2 }}</nowiki> yields {{Percentage | 1 | 3 | 2 }}
* <nowiki>{{Percentage | 1 | 3 | 2 }}</nowiki> yields {{Percentage | 1 | 3 | 2 }}

Negative values can be used:
* <nowiki>{{Percentage | -1 | 3 }}</nowiki> yields {{Percentage | -1 | 3 }}


Nornal operation is to cut off all decimal zeroes from right in rounding:
Nornal operation is to cut off all decimal zeroes from right in rounding:
लाइन 16: लाइन 19:
Third parameter can also be given through <tt>|pad=N</tt>:
Third parameter can also be given through <tt>|pad=N</tt>:
* <nowiki>{{Percentage | 111 | 1000 | pad=4 }}</nowiki> is same as <nowiki>{{Percentage | 111 | 1000 | 4 | pad=yes }}</nowiki> and yields {{Percentage | 111 | 1000 | pad=4 }}
* <nowiki>{{Percentage | 111 | 1000 | pad=4 }}</nowiki> is same as <nowiki>{{Percentage | 111 | 1000 | 4 | pad=yes }}</nowiki> and yields {{Percentage | 111 | 1000 | pad=4 }}

Default denominator is 100:
* <nowiki>{{Percentage | 20 }}</nowiki> yields {{Percentage | 20 }}

Default precision is zero:
* <nowiki>{{Percentage | 1 | 3 }}</nowiki> yields {{Percentage | 1 | 3 }}


==Aliases==
==Aliases==

06:52, 8 जनवरी 2014 तक ले भइल बदलाव

Usage

{{percentage | numerator | denominator | decimals to round to (zero or greater) }}

Examples

  • {{Percentage | 1 | 3 | 0 }} yields 33%
  • {{Percentage | 1 | 3 | 2 }} yields 33.33%

Negative values can be used:

  • {{Percentage | -1 | 3 }} yields −33%

Nornal operation is to cut off all decimal zeroes from right in rounding:

  • {{Percentage | 1 | 5 | 2 }} yields 20%
  • {{Percentage | 1111 | 10000 | 4 }} yields 11.11%

Add |pad=yes to always get as many deciamls as specified, padding with zeroes where needed:

  • {{Percentage | 1 | 5 | 2 | pad=yes }} yields 20.00%
  • {{Percentage | 1111 | 10000 | 4 | pad=yes }} yields 11.1100%

Third parameter can also be given through |pad=N:

  • {{Percentage | 111 | 1000 | pad=4 }} is same as {{Percentage | 111 | 1000 | 4 | pad=yes }} and yields 11.1000%

Default denominator is 100:

  • {{Percentage | 20 }} yields 20%

Default precision is zero:

  • {{Percentage | 1 | 3 }} yields 33%

Aliases

  • {{pct}}
  • {{percent}}

See also