Setting/roomsunitnames: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Pierrebecher (talk | contribs) No edit summary |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
If | If you have more than one of this room type, please give each unit an individual name for internal use (e.g. Room 1, Room 2, etc.). Please put one unit name per row. | ||
Enter a name for each individual unit of this room type one per line. | Enter a name for each individual unit of this room type one per line. | ||
| Line 32: | Line 32: | ||
101|4.00 pm|98 | 101|4.00 pm|98 | ||
This would yield the following template variables: | |||
[UNITNAME] = | For unit '100': | ||
[UNITNAME:1] = | |||
[UNITNAME:2] = | [UNITNAME] = 100<br> | ||
[UNITNAME:1] = 3.00 pm<br> | |||
[UNITNAME:2] = 12 | |||
For unit '101': | |||
[UNITNAME] = 101<br> | |||
[UNITNAME:1] = 4.00 pm<br> | |||
[UNITNAME:2] = 98 | |||