Template:FFXIMap Markers

From HorizonXI Wiki
Revision as of 06:05, 27 December 2023 by Starfox9507 (talk | contribs)

This template defines the table "ffximapmarkers". View table.

Usage

Add this tag to an entity you wish displayed on the FFXIMap. If the map already has the entity listed, then anything added using this template will overwrite what is currently on the map.

{{FFXIMap Markers
|mapid=
|mapx=
|mapy=
|entitytype=
|image=
}}
parameter default type description
mapid [required] none integer Each zone map has a corresponding id# to help associate markers to map. See table "Map ID Data" at Template:FFXIMap for details on these values.
mapx [required] none float The X position for the marker. Please read Coordinate Systems below for details if you are unfamiliar with this. A marker position must be within those bounds to be visible on the map. In order to get these numbers you must view an FFXIMap with the added parameter 'showdetails=true' and use the mouse to determine the coordinates of a specific location. See Template:FFXIMap for more details.
mapy [required] none float The Y position for the marker. Please read Coordinate Systems below for details if you are unfamiliar with this. A marker position must be within those bounds to be visible on the map. In order to get these numbers you must view an FFXIMap with the added parameter 'showdetails=true' and use the mouse to determine the coordinates of a specific location. See Template:FFXIMap for more details.
entitytype [required] none number There are "types" of markers (ie: NPC, Seasonal NPC, ???, Standard Merchant, etc...). These types are bundled in layers on the FFXIMap where the user is able to turn on/off a particular layer they want to see.
image [optional] none text This is the filename of the image. Do not use wikitext in this field.

Example Usage

This tag is added to the bottom of a page which you want added as a marker to a map.

{{FFXIMap Markers
|mapid=141
|mapx=-4.23
|mapy=49.75
|entitytype=NPC
|image=Guslam.png
}}