Template:Progress bar
Appearance
| This template uses TemplateStyles: |
| This template uses Lua: |
Usage
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
- Proofreading progress
- Numerical input (can be called from other templates)
- {{progress bar}}
- {{progress pie chart}}
- {{progress}}
- Auto-filled from index stats:
- Numerical input (can be called from other templates)
construct a proofreading progress bar with explicit values
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| total | total | the total number of pages
| Number | required |
| notext | notext | number of pages that do not exist
| Number | optional |
| validated | validated | number of validated pages
| Number | optional |
| proofread | proofread | number of proofread pages
| Number | optional |
| not proofread | not proofread | number of not proofread pages
| Number | optional |
| problematic | problematic | number of problematic pages
| Number | optional |
| height | height | the height of the bar (include CSS units like 'px')
| Line | optional |