模板: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')
| 行 | 非必填 |