Template Variables: Difference between revisions
Jump to navigation
Jump to search
| Line 694: | Line 694: | ||
== Mathematical Operators == | == Mathematical Operators == | ||
Place | Place mathematical operators between two numbers or between two template variables that return a number. | ||
[+] | [+] : 2 [+] 3 = 5 | ||
[-] - | [-] : 5 [-] 1 = 4 | ||
[*] | [*] : 3 [*] 4 = 12 | ||
[/] | [/] : 15 [/] 5 = 3 | ||
[MIN] - will show the lowest of the numbers left and right of the template variable | [MIN] - will show the lowest of the numbers left and right of the template variable | ||