سانچہ:فیصدی پٹی

آزاد دائرۃ المعارف، ویکیپیڈیا سے
50%

استعمال[ترمیم]

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

مثال[ترمیم]

  • {{فیصدی پٹی | 1 | 3 | 0 }} yields
    3

yields 33%

  • {{فیصدی پٹی| 1 | 3 | 2 }} yields
    3

yields 33.33%


Negative values can be used:

  • {{فیصدی پٹی| -1 | 3 }} yields
    3

yields −330,000,000,000%

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

  • {{فیصدی پٹی| 1 | 5 | 2 }} yields
    5

yields 20%

  • {{فیصدی پٹی| 1111 | 10000 | 4 }} yields
    10000

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
    5

yields 20.00%

  • {{فیصدی پٹی| 1111 | 10000 | 4 | pad=yes }} yields
    10000

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
    1000
is same as
1000
and yields 11.1000%

Default denominator is 100:

  • {{فیصدی پٹی| 20 }} yields
    20 %

yields 20%

Default precision is zero:

  • {{فیصدی پٹی| 1 | 3 }} yields
    3

yields 33%

Override the percent symbol

  • {{فیصدی پٹی| 1 | 3 | % =  percent}} yields
    3

yields 33 percent

رجوع مکررات[ترمیم]

مزید دیکھیے[ترمیم]

Calculates and displays a percentage value.

محددات سانچہ[انتظام TemplateData]

پیرامیٹروضاحتطرزحالت
Numerator1

The Numerator of the calculated value. The percentage will be calculated as Numerator divided by Demoninator.

عددمطلوب
Denominator2

The Demoninator of the calculated value. The percentage will be calculated as Numerator divided by Demoninator. Can be left out, in which case 100 will be used as the Demoninator, and the Numerator will be the direct percentage used.

طے شدہ
100
عددتجویز کردہ
Decimals3

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

طے شدہ
0
عدداختیاری
Pad / actual number of digitspad

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

اِسٹرنگاختیاری
% replacement%

Replacement for % symbol

مثال
 percent
اِسٹرنگاختیاری