Changes

Jump to navigation Jump to search

Template Variables

1,094 bytes added, 17:49, 7 January 2016
[*] - will multiply the two numbers either side 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
[/] - will divide the number left of the template variable by the number right
 
[/.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
[CONVERT:EUR-USD] - get the actual conversion rate between two currencies, this can be used with math functions to show alternative currency values. All currencies supported by the booking page currency selector can be used.

Navigation menu