سانچہ:Percentage

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

لوا خطا ماڈیول:Lua_banner میں 103 سطر پر: attempt to index field 'edit' (a nil value)۔

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

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

نمونہ استعمال[ترمیم]

حدود[ترمیم]

0.0001% سے چھوٹے اعداد و شمار سائنسی اشارے میں دکھائے گئے ہیں۔

مثال نمونہ[ترمیم]

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

منفی اقدار استعمال کی جا سکتی ہیں:

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

عام آپریشن تمام اعشاریہ صفر کو دائیں طرف سے کاٹنا ہے:

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

Add |pad=yes to always get as many decimals 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%

ڈیفالٹ ڈینومینیٹر 100 ہے:

  • {{Percentage | 20 }} yields 20%

پہلے سے طے شدہ درستگی صفر ہے:

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

فیصد کی علامت کو اوور رائیڈ کریں۔

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

Use a prescribed number of significant figures

  • {{Percentage | 1 | 4000 | sigfig = 3}} yields 0%

Use a prescribed number of significant figures with small percentages

  • {{Percentage | 1 | 40000000 | sigfig = 3}} yields 0%

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

  • {{Percentage | 1 | 40000000 | sigfig = 3 | nonscinote = y}} yields 0%

Use a prescribed number of significant figures with large percentages

  • {{Percentage | 40000000 | 2 | sigfig = 3}} yields 2×10^9%

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

  • {{Percentage | 40000000 | 2 | sigfig = 3 | nonscinote = y}} yields 2×10^9%

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

  • {{Percentage | 0 | 0 | 0 }} yields Error in Template:Nts: Fractions are not supported%

سانچہ اندراجات[ترمیم]

ذیل میں اس سانچہ کی معلومات سانچہ دستاویز درج ہے جنہیں بصری خانہ ترمیم اور دیگر آلات استعمال کرتے ہیں۔

معلومات سانچہ Percentage

Calculates and displays a percentage value.

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

پیرامیٹروضاحتطرزحالت
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.

عددمطلوب
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.

طے شدہ
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.

اِسٹرنگاختیاری
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.

عدداختیاری
% replacement%

Replacement for % symbol

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

یہ بھی دیکھیں[ترمیم]