Template Variables: Difference between revisions
Jump to navigation
Jump to search
Markkinchin (talk | contribs) |
Markkinchin (talk | contribs) |
||
| Line 595: | Line 595: | ||
This template variable uses the information from the guests attached to the booking | This template variable uses the information from the guests attached to the booking | ||
[GUESTGROUP:PROP_ROOM_BREF_NAME] | for example [GUESTGROUP:PROP_ROOM_BREF_NAME] | ||
available parameters | |||
ADDR = Address | ADDR = Address | ||
| Line 646: | Line 648: | ||
Connect the | Connect the parameters with an underscore. | ||
Examples: | Examples: | ||
[GUESTGROUP:PROP_ROOM_BREF_NAME] will display the property name, room name, booking number and guest name in this order. | [GUESTGROUP:PROP_ROOM_BREF_NAME] will display the property name, room name, booking number and guest name in this order. | ||
[GUESTGROUP:BREF_NAME_PROP_ROOM] will display the booking number, guest name property name and room name in this order. | [GUESTGROUP:BREF_NAME_PROP_ROOM] will display the booking number, guest name property name and room name in this order. | ||