|
|
Línea 1: |
Línea 1: |
| <div style="
| | {{barra de progreso|14}} |
| width:{{{width|75%}}};
| | |
| {{#ifeq: {{{center|yes}}} | yes | | | {{barra de progreso|14|20}} |
| margin:auto;
| | |
| text-align:center;}}">
| | {{barra de progreso|15|phab=T1123}} |
| {{#ifeq: {{{header|yes}}} | yes | | |
| | <p> | | {{barra de progreso|15|phab=T1123|a1=Ejemplo}} |
| {{Big|1=
| | |
| '''{{#expr: ( {{{1|<noinclude>2</noinclude>0}}} / {{{total|100}}}) * 100 round 1}}%'''
| | {{barra de progreso|15|phab=T1123|a1=Ejemplo|a2=Ejemplo}} |
| }}
| |
| {{{text|completed <small>(estimate)</small>}}}
| |
| </p>
| |
| }}
| |
| <p style="border:{{{border|1px solid #c8ccd1}}}; padding:{{{padding|1px}}}; overflow:hidden;">
| |
| <span style=" <!-- if percentage is higher than 100%, show all green bar -->
| |
| width: {{#ifexpr: {{#expr:{{{1|0}}}/{{{total|100}}}}}>1 | 100 | {{#expr: {{{1|<noinclude>2</noinclude>0}}} / {{{total|100}}} * 100}}}}%;
| |
| height: {{{height|2}}}px;
| |
| background:{{{color1|#00af32}}};
| |
| float:left;
| |
| "> </span>
| |
| <span style=" <!-- if percentage is higher than 100%, show no grey bar -->
| |
| width: {{#ifexpr: {{#expr:{{{1|0}}}/{{{total|100}}}}}>1 | 0 | {{#expr: 100 - {{{1|<noinclude>2</noinclude>0}}} / {{{total|100}}} * 100}}}}%;
| |
| height: {{{height|2}}}px;
| |
| background:{{{color2|#eaecf0}}};
| |
| float:left;
| |
| "> </span>
| |
| </p>
| |
| </div><noinclude>{{Documentation}}</noinclude>
| |