Template:ItemLocation/doc

From Dragon Quest Wiki
< Template:ItemLocation
Revision as of 18:22, 20 February 2010 by FlyingRagnar (talk | contribs) (Created page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The ItemLocation template is used to display the location of items in Dragon Quest games. It is specifically used to display the locations of a single item in a single game.

Usage

In almost all cases, using this template should be preceded by a heading for the game name and a 'locations' heading.

Header

A header call to this template should be the first usage of this template on any page.

{{ItemLocation|header}}
  • header: A required parameter which marks this as the start of an item location table.

Entries

Each entry in the locations table is represented by a single template call.

{{ItemLocation|entry|location=[[Tantegel Castle]]|info=Treasure chest on B2 left corner|console=NES,GBC}}
  • entry: A required parameter which marks this as a single location table entry.
  • location: Location of the item. Should be an interwiki link to a specific place.
  • info: Additional information text. Can be a description of where the item is located within the location or other additional info.
  • console: The console version of the game. Note: This parameter should contain multiple console values separated by commas if the location and notes parameters are the same.

Footer

The footer call marks the end of the location table.

{{ItemLocation|footer}}
  • footer: A required parameter marking the template as the footer.

Example

Sample

{{{name}}}
Location Info
Garinham Treasure chest on 2F of inn
Kol Given by townsperson

Code

{{ItemLocation|header}}
{{ItemLocation|entry|location=[[Garinham]]|info=Treasure chest on 2F of inn|console=NES,GBC}}
{{ItemLocation|entry|location=[[Kol]]|info=Given by townsperson|console=SNES}}
{{ItemLocation|footer}}