跳转到内容

模板: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
单行文本可选