Difference between revisions of "Template:Infobox location"

From Stardew Valley Wiki
Jump to navigation Jump to search
m (Text replacement - "og:image=" to "image=")
(fix seo error)
Line 28: Line 28:
 
|keywords=Stardew Valley Wiki,Stardew Valley,Villagers,{{PAGENAME}},{{{name|}}},hours,location
 
|keywords=Stardew Valley Wiki,Stardew Valley,Villagers,{{PAGENAME}},{{{name|}}},hours,location
 
}}</div>{{InfoboxSEO}}{{#seo:
 
}}</div>{{InfoboxSEO}}{{#seo:
|image={{#if:{{{building|}}}|{{filepath:{{{building|}}}}}}}
+
|image={{filepath:{{{building|{{PAGENAME}}}}}}}.png
 
}}</includeonly><noinclude>{{{{FULLPAGENAME}}/doc}}</noinclude>
 
}}</includeonly><noinclude>{{{{FULLPAGENAME}}/doc}}</noinclude>

Revision as of 00:05, 25 February 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)
|}}