跳转到内容

模板:Progress bar

維基文庫,自由的圖書館
文档图示 模板文档[查看] [编辑] [历史] [清除缓存]

用法

[编辑]

顯示校對進度。

  • {{{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
单行文本可选