Template:Map/doc

Revision as of 19:05, April 5, 2025 by PolyFox (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description edit

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 edit

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 edit

Example formatting would be

{{map|100|100}}

Result: <templatestyles src="Template:Map/styles.css" />

For a smaller map use

{{map|100|10|200}}

Result: <templatestyles src="Template:Map/styles.css" />

Map with 3 locations edit

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

Result: <templatestyles src="Template:Map/styles.css" />

Map with Island Shown edit

{{Map|360|214|island=true}}

<templatestyles src="Template:Map/styles.css" />

<templatestyles src="Template:Map/styles.css" />