Template:LocationAttr/doc: Difference between revisions

From Dragon Quest Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
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====
====Party entry====
The party entry is a pre-populated entry for marking a location as having a location where party members can be changed.
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>
<pre>{{LocationAttr|party}}</pre>
====Monster entry====
====Monster entry====
The monster entry is a pre-populated entry for marking a location as having a location where monster companions can be changed.
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>
<pre>{{LocationAttr|monster}}</pre>
====Casino entry====
====Casino entry====
{{LocationAttr|casino}}
The casino entry is a pre-populated entry for marking a location as having a casino or other gambling facility.
The casino entry is a pre-populated entry for marking a location as having a casino or other gambling facility.
<pre>{{LocationAttr|casino}}</pre>
<pre>{{LocationAttr|casino}}</pre>
====Bank entry====
====Bank entry====
The lottery entry is a pre-populated entry for marking a location as having a bank or vault location.
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>
<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.
{{LocationAttr|text=This is the only location with ninjas.}}
<pre>{{LocationAttr|text=This is the only location with ninjas.}}</pre>
<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>


==Example==
==Example==

Revision as of 21:28, 14 September 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.

      This is a location where the game can be saved.

{{LocationAttr|save}}

Zoom entry

The zoom entry is a pre-populated entry for marking a location as a zoom point.

      This location can be reached using the Zoom spell.

{{LocationAttr|zoom}}

Lottery entry

The lottery entry is a pre-populated entry for marking a location as having a lottery location.

      The tombola can be played at this 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.

   Party members can be exchanged at this location.

{{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.

      Monster companions can be exchanged at this location.

{{LocationAttr|monster}}

Casino entry

      This location includes a casino or other gambling facility.

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 bank entry is a pre-populated entry for marking a location as having a bank or vault location.

      This location includes a bank or vault.

{{LocationAttr|bank}}

Poison entry

The poison entry is a pre-populated entry for marking a location as having a poisonous marsh/swamp.

      This location contains poisonous marshes/swamps.

{{LocationAttr|poison}}

Lava entry

The lava entry is a pre-populated entry for marking a location as having a lava marsh/swamp.

      This location contains lava marshes/swamps.

{{LocationAttr|lava}}

Other entry

For any other entry use the following syntax.

      This is the only location with ninjas.

{{LocationAttr|text=This is the only location with ninjas.}}

You can also assign an icon for the entry.

      This is a location where a Fygg can be collected.

{{LocationAttr|other|image=FyggIcon.png|text=This is a location where a [[Fygg]] can be collected.}}

Example

Sample

      This is a location where the game can be saved.

      This location can be reached using the Zoom spell.

      The tombola can be played at this location.

   Party members can be exchanged at this location.

      Monster companions can be exchanged at this location.

      This location includes a casino or other gambling facility.

      This location includes a bank or vault.

      This is a location where party members can change class.

Code

{{LocationAttr|save}}
{{LocationAttr|zoom}}
{{LocationAttr|lottery}}
{{LocationAttr|party}}
{{LocationAttr|monster}}
{{LocationAttr|casino}}
{{LocationAttr|bank}}
{{LocationAttr|text=This is a location where party members can change class.}}