Jump to content

සැකිල්ල:ප්‍රතිශතය/උපදෙස්

Wikibooks වෙතින්
කෙටි මං:
{{pct}}
{{percent}}

භාවිතය

[සංස්කරණය]

{{ප්‍රතිශතය | numerator | denominator | decimals to round to (zero or greater) }}

Figures smaller than 0.0001% are shown in scientific notation.

උදාහරණ

[සංස්කරණය]
  • {{ප්‍රතිශතය | 1 | 3 | 0 }} yields 33%
  • {{ප්‍රතිශතය | 1 | 3 | 2 }} yields 33.33%

Negative values can be used:

  • {{ප්‍රතිශතය | -1 | 3 }} yields -33%

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

  • {{ප්‍රතිශතය | 1 | 5 | 2 }} yields 20%
  • {{ප්‍රතිශතය | 1111 | 10000 | 4 }} yields 11.11%

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

  • {{ප්‍රතිශතය | 1 | 5 | 2 | pad=yes }} yields 20.00%
  • {{ප්‍රතිශතය | 1111 | 10000 | 4 | pad=yes }} yields 11.1100%

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

  • {{ප්‍රතිශතය | 111 | 1000 | pad=4 }} is same as {{ප්‍රතිශතය | 111 | 1000 | 4 | pad=yes }} and yields 11.1000%

Default denominator is 100:

  • {{ප්‍රතිශතය | 20 }} yields 20%

Default precision is zero:

  • {{ප්‍රතිශතය | 1 | 3 }} yields 33%

Override the percent symbol

  • {{ප්‍රතිශතය | 1 | 3 | % =  percent}} yields 33 percent

Use a prescribed number of significant figures

  • {{ප්‍රතිශතය | 1 | 4000 | sigfig = 3}} yields 0.0250%

Use a prescribed number of significant figures with small percentages

  • {{ප්‍රතිශතය | 1 | 40000000 | sigfig = 3}} yields 00%

Use a prescribed number of significant figures with small percentages without scientific notation

  • {{ප්‍රතිශතය | 1 | 40000000 | sigfig = 3 | nonscinote = y}} yields 00%

Use a prescribed number of significant figures with large percentages

  • {{ප්‍රතිශතය | 40000000 | 2 | sigfig = 3}} yields 2.00×109%

Use a prescribed number of significant figures with large percentages without scientific notation

  • {{ප්‍රතිශතය | 40000000 | 2 | sigfig = 3 | nonscinote = y}} yields 2000000000%

Dividing by zero will result in "nan" (undefined)

  • {{ප්‍රතිශතය | 0 | 0 | 0 }} yields nan%
This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. Click here to see a monthly parameter usage report for this template based on this TemplateData.

TemplateData for ප්‍රතිශතය

Calculates and displays a percentage value.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Numerator1

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.

Numberrequired
Denominator2

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.

Default
100
Numbersuggested
Decimals3

Number of decimals to round to (zero or greater); if pad is not Yes, 0-digits will be cropped from the end.

Default
0
Numberoptional
Pad / actual number of digitspad

If yes, use all digits given in Decimals. If a number, pad to that number of decimals.

Stringoptional
Significant figuressigfig

If set to a positive integer, the precision of the returned number will be adjusted to match the requested number of significant figures.

Numberoptional
% replacement%

Replacement for % symbol

Example
 percent
Stringoptional

අමතර අවධානයට

[සංස්කරණය]