Difference between revisions of "Template:Map/doc"

From Stardew Valley Wiki
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
This template is used to insert a player icon over a map of the game.  It's used to generate dynamic location markers over the game map image for the site.
 
This template is used to insert a player icon over a map of the game.  It's used to generate dynamic location markers over the game map image for the site.
  
==Usage==
+
==Use==
 
This template can be used by entering the following onto a relevant page.  The x-and y-coordinates give the placement of the player's head on the map.
 
This template can be used by entering the following onto a relevant page.  The x-and y-coordinates give the placement of the player's head on the map.
  
Line 17: Line 17:
 
|loc4x = x-coordinate of 4th location for player head (optional)
 
|loc4x = x-coordinate of 4th location for player head (optional)
 
|loc4y = y-coordinate of 4th location for player head (optional)
 
|loc4y = y-coordinate of 4th location for player head (optional)
 +
|island = (Optional, true to show map with Ginger Island)
 
}}</pre>
 
}}</pre>
  
Line 27: Line 28:
 
{{map|100|10|200}}
 
{{map|100|10|200}}
  
==Map with 3 locations==
+
===Map with 3 locations===
 
<pre>{{Map|200|150|loc2x=276|loc2y=54|loc3x=96|loc3y=130}}</pre>Result:
 
<pre>{{Map|200|150|loc2x=276|loc2y=54|loc3x=96|loc3y=130}}</pre>Result:
 
{{Map|200|150|loc2x=276|loc2y=54|loc3x=96|loc3y=130}}
 
{{Map|200|150|loc2x=276|loc2y=54|loc3x=96|loc3y=130}}
  
<includeonly>[[Category:Transclusion templates]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude>
+
===Map with Island Shown===
<includeonly>[[de:Vorlage:{{PAGENAME}}]]
+
<pre>{{Map|360|214|island=true}}</pre>
[[es:Plantilla:{{PAGENAME}}]]
+
{{Map|360|214|island=true}}
[[ja:テンプレート:{{PAGENAME}}]]
+
 
[[pt:Predefinição:{{PAGENAME}}]]
+
<includeonly>{{Addlanglinks}}[[Category:Templates]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude>
[[ru:Шаблон:{{PAGENAME}}]]
 
[[zh:Template:{{PAGENAME}}]]</includeonly>
 

Latest revision as of 21:36, 8 January 2023

Description

This template is used to insert a player icon over a map of the game. It's used to generate dynamic location markers over the game map image for the site.

Use

This template can be used by entering the following onto a relevant page. The x-and y-coordinates give the placement of the player's head on the map.

The first x- and y-coordinates are unnamed, and must appear 1st and 2nd in the template. If width is specified, it must be the 3rd parameter specified.

{{map
|x-coordinate (left-inset)
|y-coordinate (top-inset)
|width (optional, defaults to 400)
|loc2x = x-coordinate of 2nd location for player head (optional)
|loc2y = y-coordinate of 2nd location for player head (optional)
|loc3x = x-coordinate of 3rd location for player head (optional)
|loc3y = y-coordinate of 3rd location for player head (optional)
|loc4x = x-coordinate of 4th location for player head (optional)
|loc4y = y-coordinate of 4th location for player head (optional)
|island = (Optional, true to show map with Ginger Island)
}}


Example

Example formatting would be

{{map|100|100}}

Result:

Maplocation.png
Map.png

For a smaller map use

{{map|100|10|200}}

Result:

Maplocation.png
Map.png

Map with 3 locations

{{Map|200|150|loc2x=276|loc2y=54|loc3x=96|loc3y=130}}

Result:

Maplocation.png
Maplocation.png
Maplocation.png
Map.png

Map with Island Shown

{{Map|360|214|island=true}}
Maplocation.png
Map with Island.png