Template:ProgressBar: Difference between revisions

From Tech Stop - Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
<div align="center"><div style="height: 30px; width: 50%; border: 3px solid  gray; background: #fff; border-radius: 3px;"><div style="height: 30px; width: {{{1}}}; background: {{{2}}};"> </div>
<div align="center">
<span style="font-size: 18px;">{{{3}}} at {{{1}}}</span></br></br>
<div style="height: 30px; width: 50%; border: 3px solid  gray; background: #fff; border-radius: 3px;">
<div style="height: 30px; width: {{{1}}}; background: {{{2}}};"> </div>
</div>
</div>
<span style="font-size: 18px;">{{{3}}} at {{{1}}}</span>
</div>
<noinclude>
==Usage==
<nowiki>{{{ProgressBar|25%|yellow|Updates}}}</nowiki></br></br>
would produce this:</br></br>
<div align="center">
<div style="height: 30px; width: 50%; border: 3px solid  gray; background: #fff; border-radius: 3px;">
<div style="height: 30px; width: 25%; background: yellow;"> </div>
</div>
<span style="font-size: 18px;">Updates at 25%</span>
</div>
</noinclude>

Latest revision as of 01:24, 8 September 2022

{{{3}}} at {{{1}}}

Usage[edit]

{{{ProgressBar|25%|yellow|Updates}}}

would produce this:

Updates at 25%