Template:LocationAttr/doc: Difference between revisions

mNo edit summary
No edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 5: Line 5:
====Save entry====
====Save entry====
The save entry is a pre-populated entry for marking a location as a save point.
The save entry is a pre-populated entry for marking a location as a save point.
{{LocationAttr|save}}
<pre>{{LocationAttr|save}}</pre>
<pre>{{LocationAttr|save}}</pre>
====Zoom entry====
====Zoom entry====
The zoom entry is a pre-populated entry for marking a location as a zoom point.
The zoom entry is a pre-populated entry for marking a location as a zoom point.
{{LocationAttr|zoom}}
<pre>{{LocationAttr|zoom}}</pre>
<pre>{{LocationAttr|zoom}}</pre>
====Lottery entry====
====Lottery entry====
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.
{{LocationAttr|lottery}}
<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.
{{LocationAttr|party}}
<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.
{{LocationAttr|monster}}
<pre>{{LocationAttr|monster}}</pre>
====Casino entry====
{{LocationAttr|casino}}
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 bank entry is a pre-populated entry for marking a location as having a bank or vault location.
{{LocationAttr|bank}}
<pre>{{LocationAttr|bank}}</pre>
====Poison entry====
The poison entry is a pre-populated entry for marking a location as having a poisonous marsh/swamp.
{{LocationAttr|poison}}
<pre>{{LocationAttr|poison}}</pre>
====Lava entry====
The lava entry is a pre-populated entry for marking a location as having a lava marsh/swamp.
{{LocationAttr|lava}}
<pre>{{LocationAttr|lava}}</pre>
===Other entry===
===Other entry===
For any other entry use the following syntax.
For any other entry use the following syntax.
<pre>{{LocationAttr|text=This is the only location in the game with a Bank.}}</pre>
{{LocationAttr|text=This is the only location with ninjas.}}
<pre>{{LocationAttr|text=This is the only location with ninjas.}}</pre>
 
You can also assign an icon for the entry.
{{LocationAttr|other|image=FyggIcon.png|text=This is a location where a [[Fygg]] can be collected.}}
<pre>{{LocationAttr|other|image=FyggIcon.png|text=This is a location where a [[Fygg]] can be collected.}}</pre>
 
{{LocationAttr|other|image=DQXI Camp icon.png|text=This is a location where the party can set up camp for the night.}}
<pre>{{LocationAttr|other|image=DQXI Camp icon.png|text=This is a location where the party can set up camp for the night.}}</pre>
 
{{LocationAttr|other|image=DQXI Horse Call icon.png|text=This is a location where a [[Horse and monster riding|horse]] can be called.}}
<pre>{{LocationAttr|other|image=DQXI Horse Call icon.png|text=This is a location where a [[Horse and monster riding|horse]] can be called.}}</pre>


==Example==
==Example==
Line 21: Line 59:
{{LocationAttr|zoom}}
{{LocationAttr|zoom}}
{{LocationAttr|lottery}}
{{LocationAttr|lottery}}
{{LocationAttr|text=This is a location where party members can be changed.}}
{{LocationAttr|party}}
{{LocationAttr|monster}}
{{LocationAttr|casino}}
{{LocationAttr|bank}}
{{LocationAttr|other|image=DQXI Camp icon.png|text=This is a location where the party can set up camp for the night.}}
{{LocationAttr|other|image=DQXI Horse Call icon.png|text=This is a location where a [[Horse and monster riding|horse]] can be called.}}
{{LocationAttr|text=This is a location where party members can change class.}}
===Code===
===Code===
<pre>
<pre>
Line 27: Line 71:
{{LocationAttr|zoom}}
{{LocationAttr|zoom}}
{{LocationAttr|lottery}}
{{LocationAttr|lottery}}
{{LocationAttr|text=This is a location where party members can be changed.}}
{{LocationAttr|party}}
{{LocationAttr|monster}}
{{LocationAttr|casino}}
{{LocationAttr|bank}}
{{LocationAttr|other|image=DQXI Camp icon.png|text=This is a location where the party can set up camp for the night.}}
{{LocationAttr|other|image=DQXI Horse Call icon.png|text=This is a location where a [[Horse and monster riding|horse]] can be called.}}
{{LocationAttr|text=This is a location where party members can change class.}}
</pre>
</pre>