आकृति:Percentage/doc
This is a documentation subpage for आकृति:Percentage. It contains usage information, categories and other content that is not part of the original आकृति page. |
This template uses Lua: |
Usage
सम्पादन करी{{percentage | numerator | denominator | decimals to round to (zero or greater) }}
Limitations
सम्पादन करीFigures smaller than 0.0001% are shown in scientific notation.
Examples
सम्पादन करी- {{Percentage | 1 | 3 | 0 }} yields ३३%
- {{Percentage | 1 | 3 | 2 }} yields ३३.३३%
Negative values can be used:
- {{Percentage | -1 | 3 }} yields −३३%
Normal operation is to cut off all decimal zeroes from right in rounding:
- {{Percentage | 1 | 5 | 2 }} yields २०%
- {{Percentage | 1111 | 10000 | 4 }} yields ११.११%
Add |pad=yes to always get as many decimals as specified, padding with zeroes where needed:
- {{Percentage | 1 | 5 | 2 | pad=yes }} yields २०�00%
- {{Percentage | 1111 | 10000 | 4 | pad=yes }} yields ११.११00%
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 ११.१000%
Default denominator is 100:
- {{Percentage | 20 }} yields २०%
Default precision is zero:
- {{Percentage | 1 | 3 }} yields ३३%
Override the percent symbol
- {{Percentage | 1 | 3 | % = percent}} yields ३३ percent
Use a prescribed number of significant figures
- {{Percentage | 1 | 4000 | sigfig = 3}} yields ०%
Use a prescribed number of significant figures with small percentages
- {{Percentage | 1 | 40000000 | sigfig = 3}} yields ०%
Use a prescribed number of significant figures with small percentages without scientific notation
- {{Percentage | 1 | 40000000 | sigfig = 3 | nonscinote = y}} yields ०%
Use a prescribed number of significant figures with large percentages
- {{Percentage | 40000000 | 2 | sigfig = 3}} yields २×१० ९%
Use a prescribed number of significant figures with large percentages without scientific notation
- {{Percentage | 40000000 | 2 | sigfig = 3 | nonscinote = y}} yields २×१० ९%
TemplateData
सम्पादन करीSee the monthly error report for this template.
TemplateData for Percentage
Calculates and displays a percentage value.
पैरामीटर | विवरण | प्रकार | स्थिति | |
---|---|---|---|---|
Numerator | 1 | The Numerator of the calculated value. The percentage will be calculated as Numerator divided by Denominator. Use of comma as a thousands separator is optional. | संख्या | आवश्यक |
Denominator | 2 | The Denominator of the calculated value. The percentage will be calculated as Numerator divided by Denominator. Use of comma as a thousands separator is optional. Can be left out, in which case 100 will be used as the Denominator, and the Numerator will be the direct percentage used.
| संख्या | सुझावित |
Decimals | 3 | Number of decimals to round to (zero or greater); if pad is not Yes, 0-digits will be cropped from the end.
| संख्या | वैकल्पिक |
Pad / actual number of digits | pad | If yes, use all digits given in Decimals. If a number, pad to that number of decimals. | स्ट्रिंग | वैकल्पिक |
Significant figures | sigfig | If set to a positive integer, the precision of the returned number will be adjusted to match the requested number of significant figures. | संख्या | वैकल्पिक |
% replacement | % | Replacement for % symbol
| स्ट्रिंग | वैकल्पिक |
Aliases
सम्पादन करीSee also
सम्पादन करी- {{Percent-done}}
- {{Round}}
- {{Significant figures}}
- {{Fractions and ratios}}
- {{Winning percentage}}
- {{Number and percent}}