Template:Progress/doc

From Darkan
Revision as of 05:05, 17 November 2012 by imported>Blaze fire12
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Documentation This is a documentation subpage for Template:Progress.
It contains usage information, categories, and other content that is not part of the original template page.

The Progress template is used to display a progress bar.

Usage

{{Progress
    |percent = an integer representing of the percentage completed.
    |width   = an integer representing the number of pixels of the bar width.
}}

Examples

{{Progress}}
{{Progress|percent=0|width=400}}
{{Progress|percent=75|width=300}}


{{Progress|percent=100|width=300}}