Template Variables: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
|||
| Zeile 646: | Zeile 646: | ||
[/] - will divide the number left of the template variable by the number right / dividiert die beiden Zahlen links und rechts von [/] | [/] - will divide the number left of the template variable by the number right / dividiert die beiden Zahlen links und rechts von [/] | ||
[MIN] - will show the lowest of the numbers left and right of the template variable | |||
[MAX] - will show the highest of the numbers left and right of the template variable | |||
[*.0] - will multiply the two numbers either side of the template variable and round to the nearest integer | |||
[*.1] - will multiply the two numbers either side of the template variable and round to 1 decimal place | |||
[*.2] - will multiply the two numbers either side of the template variable and round to 2 decimal places | |||
[*.3] - will multiply the two numbers either side of the template variable and round to 3 decimal places | |||
[*.4] - will multiply the two numbers either side of the template variable and round to 4 decimal places | |||
[/.0] - will divide the number left of the template variable by the number right and round to the nearest integer | |||
[/.1] - will divide the number left of the template variable by the number right and round to 1 decimal place | |||
[/.2] - will divide the number left of the template variable by the number right and round to 2 decimal places | |||
[/.3] - will divide the number left of the template variable by the number right and round to 3 decimal places | |||
[/.4] - will divide the number left of the template variable by the number right and round to 4 decimal places | |||
[+.0] - will add the two numbers either side of the template variable and round to the nearest integer | |||
[+.1] - will add the two numbers either side of the template variable and round to 1 decimal place | |||
[+.2] - will add the two numbers either side of the template variable and round to 2 decimal places | |||
[+.3] - will add the two numbers either side of the template variable and round to 3 decimal places | |||
[+.4] - will add the two numbers either side of the template variable and round to 4 decimal places | |||
[-.0] - will subtract the number right of the template variable from the number left and round to the nearest integer | |||
[-.1] - will subtract the number right of the template variable from the number left and round to 1 decimal place | |||
[-.2] - will subtract the number right of the template variable from the number left and round to 2 decimal places | |||
[-.3] - will subtract the number right of the template variable from the number left and round to 3 decimal places | |||
[-.4] - will subtract the number right of the template variable from the number left and round to 4 decimal places | |||
[MIN.0] - will show the lowest of the numbers left and right of the template variable and round to the nearest integer | |||
[MIN.1] - will show the lowest of the numbers left and right of the template variable and round to 1 decimal place | |||
[MIN.2] - will show the lowest of the numbers left and right of the template variable and round to 2 decimal places | |||
[MIN.3] - will show the lowest of the numbers left and right of the template variable and round to 3 decimal places | |||
[MIN.4] - will show the lowest of the numbers left and right of the template variable and round to 4 decimal places | |||
[MAX.0] - will show the highest of the numbers left and right of the template variable and round to the nearest integer | |||
[MAX.1] - will show the highest of the numbers left and right of the template variable and round to 1 decimal place | |||
[MAX.2] - will show the highest of the numbers left and right of the template variable and round to 2 decimal places | |||
[MAX.3] - will show the highest of the numbers left and right of the template variable and round to 3 decimal places | |||
[MAX.4] - will show the highest of the numbers left and right of the template variable and round to 4 decimal places | |||
Hinweis: Die mathematischen Variablen funktionieren nur mit Zahlen ohne Tausendertrennpunkt in englischem Datenformat. | Hinweis: Die mathematischen Variablen funktionieren nur mit Zahlen ohne Tausendertrennpunkt in englischem Datenformat. | ||
== Währungen umrechnen == | == Währungen umrechnen == | ||