(Page créée avec « {{Documentation}} {{t|Progressbar}} is used to display a progress bar. ==Usage== <syntaxhighlight lang="moin"> {{progressbar |progressnumber = <!-- Current progress (number only) --> |progresstext = <!-- Description text for the progress (optional) --> |prev = <!-- Label for the previous item (optional) --> |next = <!-- Label for the next item (optional) --> }} </syntaxhighlight> ==Example== <syntaxhighlight lang="moin"> {{progressbar |progressnumber = 4... ») |
(Aucune différence)
|
Version actuelle datée du 1 mai 2023 à 13:29
This is a documentation subpage for Modèle:Progressbar.It contains usage information, categories, and other content that is not part of the original template page.
{{Progressbar}} is used to display a progress bar.
Usage
{{progressbar
|progressnumber = <!-- Current progress (number only) -->
|progresstext = <!-- Description text for the progress (optional) -->
|prev = <!-- Label for the previous item (optional) -->
|next = <!-- Label for the next item (optional) -->
}}
Example
{{progressbar
|progressnumber = 45
|progresstext = 10,324 exp to go
|prev = Level 15
|next = Level 16
}}
gives:
TemplateData
This template is used to display a progress bar
| Paramètre | Description | Type | État | |
|---|---|---|---|---|
| Progress in percent | progressnumber | Current progress (number only)
| Nombre | obligatoire |
| Previous item | prev | Label for the previous item
| Inconnu | suggéré |
| Next item | next | Label for the next item
| Inconnu | suggéré |
| Progress description | progresstext | Description text for the progress
| Inconnu | suggéré |