Usage edit

Constructs a simple proofreading progress bar.

  • total the total number of pages
  • validated the total number of Validated pages
  • proofread the total number of Proofread pages
  • not proofread the total number of Not Proofread pages
  • problematic the total number of Problematic pages
  • notext the number of Without text pages
  • height the height of the bar. Optional; default is 15px
  • width the width of the bar. Optional; default is 100%

Example

{{progress bar
 | total = 300
 | validated = 150
 | proofread = 100
 | not proofread = 20
 | notext = 10
 | problematic = 5
}}

Example

{{progress bar
 | total = 300
 | validated = 150
 | proofread = 100
 | not proofread = 20
 | notext = 10
 | problematic = 5
 | existing_only = yes
 | height = 30px
 | width = 50%
}}

See also edit


construct a proofreading progress bar with explicit values

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
totaltotal

the total number of pages

Example
100
Numberrequired
notextnotext

number of pages that do not exist

Default
0
Example
12
Numberoptional
validatedvalidated

number of validated pages

Default
0
Numberoptional
proofreadproofread

number of proofread pages

Default
0
Numberoptional
not proofreadnot proofread

number of not proofread pages

Default
0
Numberoptional
problematicproblematic

number of problematic pages

Default
0
Numberoptional
heightheight

the height of the bar (include CSS units like 'px')

Default
10px
Example
10px
Lineoptional