Difference between revisions of "Template:Infobox location"

From Stardew Valley Wiki
Jump to navigation Jump to search
(default name to pagename)
(allow for island map)
Line 5: Line 5:
 
|colspan=2 id="locationimg"|{{#if:{{{building|}}}|[[File:{{{building|}}}{{!}}{{#if:{{{width|}}}|{{{width|}}}{{!}}}}center]]|}}
 
|colspan=2 id="locationimg"|{{#if:{{{building|}}}|[[File:{{{building|}}}{{!}}{{#if:{{{width|}}}|{{{width|}}}{{!}}}}center]]|}}
 
|-
 
|-
|colspan=2|{{map|{{{mapx|}}}|{{{mapy|}}}}}<!--
+
|colspan=2|{{#ifeq:{{{island|}}}|true
 +
  |{{Map|island=true|{{{mapx|}}}|{{{mapy|}}}}}
 +
  |{{map|{{{mapx|}}}|{{{mapy|}}}}} }}<!--
 
-->{{#if:{{{openhours|}}}|<nowiki />
 
-->{{#if:{{{openhours|}}}|<nowiki />
 
{{!}}-
 
{{!}}-

Revision as of 20:27, 25 January 2021

Description

This template is used to provide an infobox for locations.

Use

This template can be used by entering the following onto a relevant page. Do not use this on your user page. It is reserved for content pages.

{{Infobox location
|name      = 
|mapx      =
|mapy      =
|building  =
|openhours =
|closed    =
|address   =
|width     =
|occupants =
|island    =
|}}

parameters

{{Infobox location
|name      = Location name (defaults to pagename)
|mapx      = The image's X coordinate
|mapy      = The image's Y coordinate
|building  = The image name, minus the File:
|openhours = The hours the store is open
|closed    = The days the store is closed
|address   = Location
|width     = Override the default width of the image (optional)
|occupants = NPCs that live in the location, using [[Template:NPC]]
|island    = true (Optional, will display the map with Ginger Island inset)
|}}