模板:Progressbar/doc

来自俄罗斯方块中文维基

说明

此模板用于创建一个进度条。

语法

{{Progressbar|[text]|[tcolor]|[color]|[value]|[min]|[max]|[noactive]}}

参数

[text]wikitext = null:指定显示在进度条的描述文字。

[tcolor]string = 000000:指定描述文字的颜色。

[color]string = 337ab7:指定进度条的颜色。

[value]number = 100; ∈[min,max]:指定进度条的值。

[min]number = 0; ∈[Double.MinValue,max]:指定进度条的最小值。

[min]number = 100; ∈[min,Double.MaxValue]:指定进度条的最大值。

[noactive]bool = null:指定进度条是否不具有动画效果,若此参数为任意非空字符,进度条将失去动画效果。

示例

1、

{{Progressbar|text=完成进度:66%|value=66}}

完成进度:66%

2、

{{Progressbar|text=完成进度:66/233|value=66|max=233}}

完成进度:66/233

3、

{{Progressbar|text=进度:23%|value=23|color=00cc00}}

进度:23%

4、

{{Progressbar|text=98%|value=98|tcolor=8800ff|color=ff8800}}

98%

5、

{{Progressbar|text=跑不动的进度条|value=22|noactive=true}}

跑不动的进度条

6、

{{Progressbar
|text=股市升降:+8.52%
|value=8.52
|min=-10.00
|max=10.00
|color=880000
|tcolor=008888
|noactive=true}}

股市升降:+8.52%