Template:Percentage bar/doc
Jump to navigation
Jump to search
This is a documentation subpage for Template:Percentage bar. It contains usage information, categories and other content or metadata that is not part of the original template. |
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% |