Template:Percentage bar
Jump to navigation
Jump to search
50%
This documentation is transcluded from Template:Percentage bar/doc. (Edit | history)
Note to editors: Please don't categorize this template by editing it directly. Instead, place the category in its documentation page, in its "includeonly" section.
Note to editors: Please don't categorize this template by editing it directly. Instead, place the category in its documentation page, in its "includeonly" section.
This template can be used for a percentage bar to show progess, e.g. when a number of relations have to be worked on.
Examples
wiki code | produces |
---|---|
{{Percentage bar|50}} | 50% |
{{Percentage bar|50|label}} | label |
{{Percentage bar|50|}} | |
{{Percentage bar|50||FF0000}} | |
{{Percentage bar|50|hex=FF0000}} | 50% |
{{Percentage bar|50|c=red}} | 50% |
{{Percentage bar|50||hex=FF0000}} | |
{{Percentage bar|50||c=red}} | |
{{Percentage bar|0}} | 0% |
{{Percentage bar|100}} | 100% |
{{Percentage bar|50|width=200}} | 50% |