跳至內容

模板:Progress bar/doc

維基文庫,自由的圖書館

用法

[編輯]

顯示校對進度。

  • {{{total}}} 縂頁數。
  • {{{validated}}} 已核對 的頁數。
  • {{{proofread}}} 已校對 的頁數。
  • {{{not proofread}}} 未校對 的頁數。
  • {{{problematic}}} 有問題 的頁數。
  • {{{notext}}} 沒有文字 的頁數。
  • {{{height}}} 高度。可選,默認值 15px.
  • {{{width}}} 寬度。可選,默認值 100%.

例子

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


顯示參數代表的校對進度

模板參數

此模板以參數區塊格式為優先。

參數描述類型狀態
totaltotal

the total number of pages

範例
100
數值必填
notextnotext

number of pages that do not exist

預設
0
範例
12
數值非必填
validatedvalidated

number of validated pages

預設
0
數值非必填
proofreadproofread

number of proofread pages

預設
0
數值非必填
not proofreadnot proofread

number of not proofread pages

預設
0
數值非必填
problematicproblematic

number of problematic pages

預設
0
數值非必填
heightheight

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

預設
10px
範例
10px
非必填