Vorlage:%
aus Wikipedia, der freien Enzyklopädie
Prozentsatz aus Prozentwert und Grundwert berechnen. Im Erfolgsfall endet das Ergebis auf
%
– ansonsten 0
allein.
Vorlagenparameter
Parameter | Beschreibung | Typ | Status | |
---|---|---|---|---|
Anteil | 1 | Anteil vom Grundwert
| Nummer | erforderlich |
Grundwert | 2 | Grundwert (Basis, Bezugswert, 100 %) – Null unzulässig
| Nummer | erforderlich |
Dezimalstellen | 3 | Anzahl der zu rundenden Dezimalstellen
| Nummer | optional |
Nullen | 4 | schließende Nullen in den Nachkommastellen beibehalten
| Boolesch | optional |
Zahlenformat (Eingabe) | parse | Zahlenformat der Eingabe
| Zeile | optional |
Zahlenformat (Ergebnis) | low | Zahlenformat für das Ergebnis im „Computer-Format“ (Vorgabe: lokales Wiki)
| Boolesch | optional |
Zahlenformat (Eingabe)
{{#lst:Modul:Expr/Doku|parseSpec}}
Kopiervorlage
{{%| | | }}
Beispiele
Einbindung | Erwartet | Generiert |
---|---|---|
{{%}}
|
»0« | »0 «
|
{{% |15|30}}
|
»50 %« | »50 % «
|
{{% |15|300}}
|
»5 %« | »5 % «
|
{{% |-15|300}}
|
»−5 %« | »−5 %« |
{{% |750|300}}
|
»250 %« | »250 % «
|
{{% |2.5|10}}
|
»25 %« | »25 % «
|
{{% |25|1000}}
|
»3 %« | »3 % «
|
{{% |1|0}}
|
»0« | »0 «
|
{{% | 1 | 3 }}
|
»33 %« | »33 % «
|
{{% | 2 | 3 | 0 }}
|
»67 %« | »67 % «
|
{{% | 3 | 3 | 2 | 1}}
|
»100,00 %« | »100,00 % «
|
{{% | 1 | 4 | 2 }}
|
»25 %« | »25 % «
|
{{% | 2 | 4 | 2 | 1 }}
|
»50,00 %« | »50,00 % «
|
{{% | 362553 | 7937734 | 5 }}
|
»4,56746 %« | »4,56746 % «
|
Lua
Verwendetes Modul: Expr #percent