Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

<templatestyles src="Template:Progressbar/styles.css"/>

Template documentation (for the above template, sometimes hidden or invisible) [view] [edit] [history] [refresh]
Template loop detected: Template:SC/Progressbar/doc
The above text is transcluded from Template:SC/Progressbar/doc; you can change it or view its history.
If you're done making changes, please refresh the text.
Please add categories and interwikis to Template:SC/Progressbar/doc. (View all subpages of this page.)

{{Progressbar}} is used to display a progress bar.

Usage

‎<syntaxhighlight lang="moin"> Template:Progressbar </syntaxhighlight>

Example

‎<syntaxhighlight lang="moin"> Template:Progressbar </syntaxhighlight> gives: Template:Progressbar

TemplateData

<templatedata> { "params": { "prev": { "label": "Previous item", "description": "Label for the previous item", "example": "Level 1", "suggested": true }, "next": { "label": "Next item", "description": "Label for the next item", "example": "Level 2", "suggested": true }, "progressnumber": { "label": "Progress in percent", "description": "Current progress (number only)", "example": "45", "type": "number", "default": "0", "required": true, "suggested": true }, "progresstext": { "label": "Progress description", "description": "Description text for the progress", "example": "10,000 exp to go", "suggested": true } }, "description": "This template is used to display a progress bar", "paramOrder": [ "progressnumber", "prev", "next", "progresstext" ], "format": "block" } </templatedata>