টেমপ্লেট:Progress pie chart

উইকিসংকলন থেকে
টেমপ্লেট নথি[দেখুন] [সম্পাদনা] [ইতিহাস] [শোধন]

Usage[সম্পাদনা]

Simple progress pie chart with explicit numerical input.

  • total the total number of pages
  • validated the total number of বৈধকৃত pages
  • proofread the total number of মুদ্রণ সংশোধন করা হয়েছে pages
  • not proofread the total number of মুদ্রণ সংশোধন করা হয়নি pages
  • problematic the total number of সমস্যাসঙ্কুল pages
  • notext the number of of লেখাবিহীন pages

Control of the display:

  • legend the legend title
  • no_legend set to yes to disable the legend entirely
  • colors alternative colour pallete

উদাহরণ

{{progress pie chart
 | total = 300
 | validated = 150
 | proofread = 100
 | not proofread = 20
 | notext = 10
}}

Suppress the display of the "missing pages" in the index with existing_only and legend with no_legend:

উদাহরণ

{{progress pie chart
 | existing_only = yes
 | no_legend = yes
 | total = 300
 | validated = 150
 | proofread = 100
 | not proofread = 20
 | notext = 10
}}

See also[সম্পাদনা]