Keine Bearbeitungszusammenfassung Markierungen: Manuelle Zurücksetzung 2017-Quelltext-Bearbeitung |
Keine Bearbeitungszusammenfassung Markierung: 2017-Quelltext-Bearbeitung |
||
Zeile 32: | Zeile 32: | ||
'''Beispiel'''<syntaxhighlight lang="text"> | '''Beispiel'''<syntaxhighlight lang="text"> | ||
<bs:statistics:progress basecount="5" progressitem="fertig" width="300" baseitem="Ist:" /> | <bs:statistics:progress basecount="5" progressitem="fertig" width="300" baseitem="Ist:" /> | ||
</syntaxhighlight>'''Output'''<bs:statistics:progress basecount="5" progressitem="fertig" width="300" baseitem=" | </syntaxhighlight>'''Output'''<bs:statistics:progress basecount="5" progressitem="fertig" width="300" baseitem="Status:" /> | ||
*Mein Thema 1 ( | *Mein Thema 1 (Status:offen) | ||
*Mein Thema 2 ( | *Mein Thema 2 (Status:offen) | ||
*Mein Thema 3 ( | *Mein Thema 3 (Status:fertig) | ||
*Mein Thema 4 ( | *Mein Thema 4 (Status:fertig) | ||
*Mein Thema 5 ( | *Mein Thema 5 (Status:fertig) |
Version vom 24. Juni 2024, 14:19 Uhr
Fortschritt
Inspektor
setting | value | description |
---|---|---|
Base count | 5 | number of items that are counted to reach 100% |
Base item | Ist: | prefix that specifies the progress item. If you do not provide a base item, the progress item could be to unspecific |
Progress item | fertig | item that will be counted towards the base count |
Width | 300 | width in pixels |
Beispiel
<bs:statistics:progress basecount="5" progressitem="fertig" width="300" baseitem="Ist:" />
Fortschrittsbalken bei
- Mein Thema 1 (Ist:offen)
- Mein Thema 2 (Ist:fertig)
- Mein Thema 3 (Ist:fertig)
- Mein Thema 4 (Ist:fertig)
- Mein Thema 5 (Ist:fertig)
Beispiel
<bs:statistics:progress basecount="5" progressitem="fertig" width="300" baseitem="Ist:" />
Output
Fortschrittsbalken bei
- Mein Thema 1 (Status:offen)
- Mein Thema 2 (Status:offen)
- Mein Thema 3 (Status:fertig)
- Mein Thema 4 (Status:fertig)
- Mein Thema 5 (Status:fertig)