ਫਰਮਾ:Progress bar/doc

ਵਿਕੀਸਰੋਤ ਤੋਂ

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

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[ਸੋਧੋ]


construct a proofreading progress bar with explicit values

ਫਰਮੇ ਦੇ ਮਾਪਦੰਡ

This template prefers block formatting of parameters.

ਮਾਪਦੰਡਵੇਰਵਾਕਿਸਮਦਰਜਾ
totaltotal

the total number of pages

Example
100
Numberrequired
notextnotext

number of pages that do not exist

ਮੂਲ ਰੂਪ
0
Example
12
Numberoptional
validatedvalidated

number of validated pages

ਮੂਲ ਰੂਪ
0
Numberoptional
proofreadproofread

number of proofread pages

ਮੂਲ ਰੂਪ
0
Numberoptional
not proofreadnot proofread

number of not proofread pages

ਮੂਲ ਰੂਪ
0
Numberoptional
problematicproblematic

number of problematic pages

ਮੂਲ ਰੂਪ
0
Numberoptional
heightheight

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

ਮੂਲ ਰੂਪ
10px
Example
10px
Lineoptional