Template:LocationAttr/doc: Difference between revisions
mNo edit summary |
updated for new predefined cases |
||
| Line 12: | Line 12: | ||
The lottery entry is a pre-populated entry for marking a location as having a lottery location. | The lottery entry is a pre-populated entry for marking a location as having a lottery location. | ||
<pre>{{LocationAttr|lottery}}</pre> | <pre>{{LocationAttr|lottery}}</pre> | ||
====Party entry==== | |||
The party entry is a pre-populated entry for marking a location as having a location where party members can be changed. | |||
<pre>{{LocationAttr|party}}</pre> | |||
====Monster entry==== | |||
The monster entry is a pre-populated entry for marking a location as having a location where monster companions can be changed. | |||
<pre>{{LocationAttr|monster}}</pre> | |||
====Casino entry==== | |||
The casino entry is a pre-populated entry for marking a location as having a casino or other gambling facility. | |||
<pre>{{LocationAttr|casino}}</pre> | |||
====Bank entry==== | |||
The lottery entry is a pre-populated entry for marking a location as having a bank or vault location. | |||
<pre>{{LocationAttr|bank}}</pre> | |||
===Other entry=== | ===Other entry=== | ||
For any other entry use the following syntax. | For any other entry use the following syntax. | ||
| Line 21: | Line 33: | ||
{{LocationAttr|zoom}} | {{LocationAttr|zoom}} | ||
{{LocationAttr|lottery}} | {{LocationAttr|lottery}} | ||
{{LocationAttr|party}} | |||
{{LocationAttr|monster}} | |||
{{LocationAttr|casion}} | |||
{{LocationAttr|bank}} | |||
{{LocationAttr|text=This is a location where party members can be changed.}} | {{LocationAttr|text=This is a location where party members can be changed.}} | ||
===Code=== | ===Code=== | ||
| Line 27: | Line 43: | ||
{{LocationAttr|zoom}} | {{LocationAttr|zoom}} | ||
{{LocationAttr|lottery}} | {{LocationAttr|lottery}} | ||
{{LocationAttr|party}} | |||
{{LocationAttr|monster}} | |||
{{LocationAttr|casion}} | |||
{{LocationAttr|bank}} | |||
{{LocationAttr|text=This is a location where party members can be changed.}} | {{LocationAttr|text=This is a location where party members can be changed.}} | ||
</pre> | </pre> | ||
Revision as of 12:44, 27 July 2010
The LocationAttr template is used to display location attributes which do not fit in any other location template category. These attributes include save locations, zoom point locations, and lottery locations.
Usage
In almost all cases, using this template should be preceded by an Other notable attributes heading on the article it is being transcluded onto.
Save entry
The save entry is a pre-populated entry for marking a location as a save point.
{{LocationAttr|save}}
Zoom entry
The zoom entry is a pre-populated entry for marking a location as a zoom point.
{{LocationAttr|zoom}}
Lottery entry
The lottery entry is a pre-populated entry for marking a location as having a lottery location.
{{LocationAttr|lottery}}
Party entry
The party entry is a pre-populated entry for marking a location as having a location where party members can be changed.
{{LocationAttr|party}}
Monster entry
The monster entry is a pre-populated entry for marking a location as having a location where monster companions can be changed.
{{LocationAttr|monster}}
Casino entry
The casino entry is a pre-populated entry for marking a location as having a casino or other gambling facility.
{{LocationAttr|casino}}
Bank entry
The lottery entry is a pre-populated entry for marking a location as having a bank or vault location.
{{LocationAttr|bank}}
Other entry
For any other entry use the following syntax.
{{LocationAttr|text=This is the only location in the game with a Bank.}}
Example
Sample
This location can be reached using the Zoom spell.
The tombola can be played at this location.
Code
{{LocationAttr|save}}
{{LocationAttr|zoom}}
{{LocationAttr|lottery}}
{{LocationAttr|party}}
{{LocationAttr|monster}}
{{LocationAttr|casion}}
{{LocationAttr|bank}}
{{LocationAttr|text=This is a location where party members can be changed.}}