Template Variables: Difference between revisions
Jump to navigation
Jump to search
| Line 696: | Line 696: | ||
Place mathematical operators between two numbers or between two template variables that return a number. | Place mathematical operators between two numbers or between two template variables that return a number. | ||
[+] : 2 [+] 3 = 5 | [+] - Example: 2 [+] 3 = 5 | ||
[-] : 5 [-] 1 = 4 | [-] - Example: 5 [-] 1 = 4 | ||
[*] : 3 [*] 4 = 12 | [*] - Example: 3 [*] 4 = 12 | ||
[/] : 15 [/] 5 = 3 | [/] - Example: 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 | ||