Template:Progress pie chart/doc

From Wikisource
Jump to navigation Jump to search

Usage[edit]

Simple progress pie chart with explicit numerical input.

Control of the display:

  • legend the legend title
  • no_legend set to yes to disable the legend entirely
  • colors alternative colour palette
  • size chart size

Example

{{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:

Example

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

See also[edit]