ProgressBar: Difference between revisions
From Betamountain.org
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div style=" | |||
width:{{{width|75%}}}; | |||
< | {{#ifeq: {{{center|yes}}} | yes | | ||
margin:auto; | |||
text-align:center;}}"> | |||
{{#ifeq: {{{header|yes}}} | yes | |||
| <p> | |||
{{Big|1= | |||
'''{{#expr: ( {{{1|<noinclude>2</noinclude>0}}} / {{{total|100}}}) * 100 round 1}}%''' | |||
}} | |||
{{{text|completed <small>(estimate)</small>}}} | |||
</p> | |||
}} | |||
</ | <p style="border:{{{border|1px solid gray}}}; padding:{{{padding|1px}}}; overflow:hidden;"> | ||
<span style=" | |||
width: {{#expr: {{{1|<noinclude>2</noinclude>0}}} / {{{total|100}}} * 100}}%; | |||
height: {{{height|2}}}px; | |||
background:{{{color1|#5FDB00}}}; | |||
float:left; | |||
"> </span> | |||
<span style=" | |||
width:{{#expr: 100 - {{{1|<noinclude>2</noinclude>0}}} / {{{total|100}}} * 100}}%; | |||
height:{{{height|2}}}px; | |||
background:{{{color2|#efefef}}}; | |||
float:left; | |||
"> </span> | |||
</p> | |||
</div> |
Latest revision as of 11:09, 10 January 2018
20% completed (estimate)