Kentsmith9 (talk | contribs) m (updated category) |
Kentsmith9 (talk | contribs) (Removed non-existent templates) |
||
Line 1: | Line 1: | ||
{{Documentation subpage}} | {{Documentation subpage}} | ||
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> | <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> | ||
== Usage == | == Usage == | ||
<nowiki>{{</nowiki>Progress bar|<value><nowiki>}}</nowiki> | <nowiki>{{</nowiki>Progress bar|<value><nowiki>}}</nowiki> | ||
Line 15: | Line 12: | ||
*<tt>total</tt> = amount to use as the denominator (instead of 100), allows the template to compute the percentage on the fly | *<tt>total</tt> = amount to use as the denominator (instead of 100), allows the template to compute the percentage on the fly | ||
*<tt>header</tt> = no (or any value other than "yes", which is the default) suppresses the display of the percentage on the top line | *<tt>header</tt> = no (or any value other than "yes", which is the default) suppresses the display of the percentage on the top line | ||
<includeonly> | <includeonly> |
Latest revision as of 00:44, 25 August 2022
This is a documentation subpage for . It contains usage information, categories and other content that is not part of the original template page. |
Usage
{{Progress bar|<value>}}
This template draws a progress bar. The value to supply as the parameter is the percent, from 0 to 0.01 or 0.99 to 1 or 1.01 to 99.99 or 100. 14 would mean 14%, .14 would be 0.14%. If you don't specify a value, it returns 0%.
Optional parameters
- height =
- width = defaults to 75%
- text = message to display after %; defaults to: completed (estimate)
- total = amount to use as the denominator (instead of 100), allows the template to compute the percentage on the fly
- header = no (or any value other than "yes", which is the default) suppresses the display of the percentage on the top line