模板:Progress bar/doc
本模板使用以下模板样式: |
使用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')
| 单行文本 | 可选 |