Template:LocationAttr/doc

From Dragon Quest Wiki
Jump to navigation Jump to search

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}}

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 is a location where the game can be saved.

      This location can be reached using the Zoom spell.

      {{{text}}}

      This is a location where party members can be changed.

Code

{{LocationAttr|save}}
{{LocationAttr|zoom}}
{{LocationAttr}}
{{LocationAttr|text=This is a location where party members can be changed.}}