Handbuch:Erweiterung/ContentDroplets/Fortschrittsbalken: Unterschied zwischen den Versionen

(Die Seite wurde neu angelegt: „ ===Fortschritt=== Inspektor {| class="wikitable" !setting !value !description |- |Base count |5 |number of items that are counted to reach 100% |- |Base item |Is: |prefix that specifies the progress item. If you do not provide a base item, the progress item could be to unspecific |- |Progress item |closed |item that will be counted towards the base count |- |Width |300 |width in pixels |}'''Beispiel'''<syntaxhighlight lang="text"> <bs:statistics:progress…“)
 
Keine Bearbeitungszusammenfassung
Markierung: 2017-Quelltext-Bearbeitung
Zeile 22: Zeile 22:
|300
|300
|width in pixels
|width in pixels
|}'''Beispiel'''<syntaxhighlight lang="text">
|}'''Output'''<div><bs:statistics:progress basecount="5" progressitem="closed" width="300" baseitem="Statecheck:" /></div><br />
<bs:statistics:progress basecount="5" progressitem="geschlossen" width="300" baseitem="Status:" />
 
</syntaxhighlight><bs:statistics:progress basecount="5" progressitem="offen" width="300" baseitem="Ist:" />
*This is my topic 1 (Statecheck:open)
*Mein Thema 1 (Ist:offen)
*This is my topic 2 (Statecheck:closed)
*Mein Thema 2 (Ist:fertig)
*This is my topic 3 (Statecheck:closed)
*Mein Thema 3 (Ist:fertig)
*This is my topic 4 (Statecheck:closed)
*Mein Thema 4 (Ist:fertig)
*This is my topic 5 (Statecheck:closed)
*Mein Thema 5 (Ist:fertig)
'''Beispiel'''<syntaxhighlight lang="text">
<bs:statistics:progress basecount="5" progressitem="geschlossen" width="300" baseitem="Status:" />
</syntaxhighlight>'''Output'''<bs:statistics:progress basecount="5" progressitem="offen" width="300" baseitem="Ist:" />
*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)

Version vom 24. Juni 2024, 12:15 Uhr

Fortschritt

Inspektor

setting value description
Base count 5 number of items that are counted to reach 100%
Base item Is: prefix that specifies the progress item. If you do not provide a base item, the progress item could be to unspecific
Progress item closed item that will be counted towards the base count
Width 300 width in pixels

Output

100.0%


  • This is my topic 1 (Statecheck:open)
  • This is my topic 2 (Statecheck:closed)
  • This is my topic 3 (Statecheck:closed)
  • This is my topic 4 (Statecheck:closed)
  • This is my topic 5 (Statecheck:closed)




Feedback zur Dokumentation ist im Community-Forum möglich.

Keine Kategorien vergebenBearbeiten

Diskussionen