Template:Inn

From Dragon Quest Wiki

The Inn template is used to display the price of inn lodging at various locations in Dragon Quest games.

Usage[edit]

In almost all cases, using this template should be preceded by an Inn heading on the article it is being transcluded onto. This is because there is no label marking the table as inn data within this template. This is consistent with other location templates.

Header[edit]

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

{{Inn|header}}
  • header: A required parameter which marks this as the start of an inn table.

Entries[edit]

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

{{Inn|entry|price=4g per person|game={{Dragon Quest}}|console={{NES}}}}
  • entry: A required parameter which marks this as a single inn table entry.
  • price: The price of a stay at a single inn. Should be detailed in terms of money units and price by person or group.
  • game: The game this inn represents. Should be an interwiki link.
  • console: The console version of the game. Note: This parameter should contain multiple console values separated by commas if the game and price parameters are the same!

Notes[edit]

A note(s) can be added to the inn table for additional details

{{Inn|note|text=This inn is behind a [[Magic Key]] door.}}
  • note: A required parameter which marks this as a note
  • text: Text to be displayed within the note.

Footer[edit]

The footer call marks the end of the Inn table.

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

Example[edit]

Sample[edit]

{{{game}}} ({{{console}}})
Price
{{{price}}}


Dragon Quest II (NES)
Price
4g per person


Dragon Quest III (GBC)
Price
10g


{{{game}}} ({{{console}}})
Price
{{{price}}}
Note: Sleeping at this inn triggers a dream cut-scene.


{{{game}}} ({{{console}}})
Price
{{{price}}}


Code[edit]

{{Inn|header}}
{{Inn|entry|price=4g per person|game={{Dragon Quest II}}|console={{NES}}}}
{{Inn|entry|price=10g|game={{Dragon Quest III}}|console={{GBC}}}}
{{Inn|note|text=Sleeping at this inn triggers a dream cut-scene.}}
{{Inn|footer}}