Difference between revisions of "Template:Progress bar"
From GATE
(Created page with "<div style=" width:{{{width|75%}}}; {{#ifeq: {{{center|yes}}} | yes | margin:auto; text-align:center;}}"> {{#ifeq: {{{header|yes}}} | yes | <p> '''{{#expr: ( {{{1|<noi...") |
|||
| Line 25: | Line 25: | ||
</p> | </p> | ||
</div> | </div> | ||
| + | <noinclude> | ||
| + | * 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 | ||
| + | </noinclude> | ||
Revision as of 10:03, 15 January 2018
20% completed (estimate)
- 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