Template:ප්රගති පටිය/උපදෙස්
Appearance
This is a documentation subpage for Template:ප්රගති පටිය. It contains usage information, categories and other content that is not part of the original template page. |
This template uses TemplateStyles: |
භාවිතය
[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
Example
{{ප්රගති පටිය
| total = 300
| validated = 150
| proofread = 100
| not proofread = 20
| notext = 10
| problematic = 5
}}
Example
{{ප්රගති පටිය
| total = 300
| validated = 150
| proofread = 100
| not proofread = 20
| notext = 10
| problematic = 5
| existing_only = yes
| height = 30px
| width = 50%
}}
මේවාත් බලන්න
[edit]- Proofreading progress
- Numerical input (can be called from other templates)
- {{ප්රගති පටිය}}
- {{progress pie chart}}
- {{ප්රගතිය}}
- 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 |