Difference between revisions of "Template:Infobox location"

From Stardew Valley Wiki
Jump to navigation Jump to search
m (Text replacement - "og:image=" to "image=")
m (Text replacement - "colspan=2" to "colspan="2"")
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<includeonly><div id="infoboxborder">
 
<includeonly><div id="infoboxborder">
 
{| class="location" id="infoboxtable"
 
{| class="location" id="infoboxtable"
|colspan=2 id="infoboxheader"|{{{name|{{PAGENAME}}}}}
+
|colspan="2" id="infoboxheader"|{{{name|{{PAGENAME}}}}}
 
|-
 
|-
|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|{{#ifeq:{{{island|}}}|true
+
|colspan="2"|{{#ifeq:{{{island|}}}|true
 
   |{{Map|island=true|{{{mapx|}}}|{{{mapy|}}}}}
 
   |{{Map|island=true|{{{mapx|}}}|{{{mapy|}}}}}
 
   |{{map|{{{mapx|}}}|{{{mapy|}}}}} }}<!--
 
   |{{map|{{{mapx|}}}|{{{mapy|}}}}} }}<!--
Line 27: Line 27:
 
|}{{#seo:
 
|}{{#seo:
 
|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}}</includeonly><noinclude>{{{{FULLPAGENAME}}/doc}}</noinclude>
|image={{#if:{{{building|}}}|{{filepath:{{{building|}}}}}}}
 
}}</includeonly><noinclude>{{{{FULLPAGENAME}}/doc}}</noinclude>
 

Latest revision as of 18:58, 23 October 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)
|}}