Difference between revisions of "Setting/roomsunitnames"
Jump to navigation
Jump to search
Markkinchin (talk | contribs) |
Markkinchin (talk | contribs) |
||
Line 3: | Line 3: | ||
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. | ||
− | Additional information about each unit can be added and accessed via template variables. | + | Additional information about each unit can be added on the same line after the name and accessed via template variables. |
− | Add | + | Add a pipe symbol "|" after the name and then the additional information. |
A second set of addition information can be added after another pipe symbol. | A second set of addition information can be added after another pipe symbol. | ||
− | i.e. | + | i.e. |
+ | The following line will display in template variables as follows: | ||
− | + | Unit name | description for showing in template variable | second piece of information | |
[UNITNAME] = Unit name | [UNITNAME] = Unit name |
Revision as of 18:31, 17 December 2015
If there are more than one of this room type, each can be given a name for internal use.
Enter a name for each individual unit of this room type one per line.
Additional information about each unit can be added on the same line after the name and accessed via template variables.
Add a pipe symbol "|" after the name and then the additional information.
A second set of addition information can be added after another pipe symbol.
i.e.
The following line will display in template variables as follows:
Unit name | description for showing in template variable | second piece of information
[UNITNAME] = Unit name
[UNITNAME:1] = description for showing in template variable
[UNITNAME:2] = second piece of information