Template:ProgressBar: Difference between revisions

From Tech Stop - Wiki
Jump to navigation Jump to search
(Created page with "<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> <span style="font-size: 18px;">{{{3}}} at {{{1}}}</span> </div>")
 
No edit summary
 
(One intermediate revision by the same user not shown)
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">
<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>
<span style="font-size: 18px;">{{{3}}} at {{{1}}}</span>
<span style="font-size: 18px;">{{{3}}} at {{{1}}}</span>
</div>
</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%