模板:Progress bar
本模板使用以下模板样式: |
使用Lua语言编写: |
用法
编辑显示校对进度。
- {{{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% }}
显示参数代表的校对进度
参数 | 描述 | 类型 | 状态 | |
---|---|---|---|---|
total | total | the total number of pages
| 数字 | 必需 |
notext | notext | number of pages that do not exist
| 数字 | 可选 |
validated | validated | number of validated pages
| 数字 | 可选 |
proofread | proofread | number of proofread pages
| 数字 | 可选 |
not proofread | not proofread | number of not proofread pages
| 数字 | 可选 |
problematic | problematic | number of problematic pages
| 数字 | 可选 |
height | height | the height of the bar (include CSS units like 'px')
| 单行文本 | 可选 |
上述文档嵌入自Template:Progress bar/doc。 (编辑 | 历史) 编者可以在本模板的沙盒 (创建 | 镜像)和测试样例 (创建)页面进行实验。 请在/doc子页面中添加分类。 本模板的子页面。 |