Vorlage:Fortschrittsbalken: Unterschied zwischen den Versionen

Aus Wiki - FabLab Lübeck e.V.
Zeile 7: Zeile 7:
| <p>
| <p>
   <big>
   <big>
   '''{{#expr: ( {{{value|<noinclude>2</noinclude>0}}} / {{{total|100}}}) * 100 round 1}}%'''
   '''{{#expr: ( {{{1|<noinclude>2</noinclude>0}}} / {{{total|100}}}) * 100 round 1}}%'''
   </big>
   </big>
   {{{text|abgeschlossen <small>(geschätzt)</small>}}}
   {{{text|completed <small>(estimate)</small>}}}
   </p>
   </p>
}}
}}
<p style="border:{{{border|1px solid gray}}}; padding:{{{padding|1px}}}; overflow:hidden;">
<p style="border:{{{border|1px solid gray}}}; padding:{{{padding|1px}}}; overflow:hidden;">
   <span style="
   <span style="
     width: {{#expr: {{{value|<noinclude>2</noinclude>0}}} / {{{total|100}}} * 100}}%;
     width: {{#expr: {{{1|<noinclude>2</noinclude>0}}} / {{{total|100}}} * 100}}%;
     height: {{{height|2}}}px;
     height: {{{height|2}}}px;
     background:{{{color1|#5FDB00}}};
     background:{{{color1|#5FDB00}}};
Zeile 20: Zeile 20:
     ">&nbsp;</span>
     ">&nbsp;</span>
   <span style="
   <span style="
     width:{{#expr: 100 - {{{value|<noinclude>2</noinclude>0}}} / {{{total|100}}} * 100}}%;
     width:{{#expr: 100 - {{{1|<noinclude>2</noinclude>0}}} / {{{total|100}}} * 100}}%;
     height:{{{height|2}}}px;
     height:{{{height|2}}}px;
     background:{{{color2|#efefef}}};
     background:{{{color2|#efefef}}};
Zeile 27: Zeile 27:
</p>
</p>
</div>
</div>
<noinclude>
=== Benutzung ===
:Diese Vorlage zeichnet einen Fortschrittsbalken. Als Wert muss der Prozentsatz angegeben werden, von 0 bis 0.01 oder 0.99 bis 1 oder 1.01 bis 99.99 oder 100. 14 steht für 14% und .14 würde für 0.14% stehen. Wenn nichts angegeben wird, wird 0% angezeigt.
;Parameter
:value = Prozent
;Optional parameters:
:height= ''Standard: 2''
:width = ''Standard: 75%''
:text  = Text hinter %; ''Standard: abgeschlossen <small>(geschätzt)</small>''
:total = Nenner (statt 100), erlaubt die Berechnung des Prozentsatzes on-the-fly
:header = Anzeige des Textes; ''Standard: yes''
:center = ''Standard: yes''
</noinclude>

Version vom 2. November 2016, 09:57 Uhr

20% completed (estimate)