More actions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<div style="border: {{{border-width|1px}}} solid {{{border-color|#000000}}}; background-color: {{{background-color|#f0f0f0}}}; width: {{{width|100}}}px; height: 1.5em; | <div style=" | ||
border: {{{border-width|1px}}} solid {{{border-color|#000000}}}; | |||
background-color: {{{background-color|#f0f0f0}}}; | |||
width: {{{width|100}}}px; | |||
height: 1.5em; | |||
position: relative; | |||
top: -{{{border-width|1px}}}; | |||
"> | |||
<!-- Filled bar --> | |||
<div style=" | |||
position: absolute; | |||
background-color: {{{colorbar|#CCCCCC}}}; | |||
width: {{#expr: floor(({{{1|50}}} / {{{2|100}}}) * {{{width|100}}}) }}px; | |||
height: 1.5em; | |||
"></div> | |||
<!-- Text overlay --> | |||
<div style=" | |||
position: absolute; | |||
font-weight: bold; | |||
width: {{{width|100}}}px; | |||
line-height: 1.5em; | |||
text-align: center; | |||
z-index: 5; | |||
color: {{{color|#000}}}; | |||
"> | |||
{{formatnum:{{{1|50}}}}} / {{formatnum:{{{2|100}}}}} | |||
{{#if:{{{per|}}} | |||
| | |||
<span style="{{{perstyle|}}}"> | |||
({{#expr: ({{{1|50}}} / {{{2|100}}}) * 100 round 0 }}%) | |||
</span> | |||
}} | |||
</div> | |||
</div> | |||
<noinclude> | |||
Template usage: | |||
{{TemplateName|current|max|width=200|colorbar=#4CAF50|per=1}} | |||
</noinclude> | </noinclude> | ||
Revision as of 23:35, 31 December 2025
50 / 100
Template usage: Template:TemplateName