Template:FFXIMap Markers: Difference between revisions
From HorizonXI Wiki
Starfox9507 (talk | contribs) No edit summary |
Starfox9507 (talk | contribs) No edit summary |
||
Line 12: | Line 12: | ||
|position= | |position= | ||
|entityType= | |entityType= | ||
|image= | |||
}} | }} | ||
</pre> | </pre> | ||
Line 17: | Line 18: | ||
*'''position:''' The x,y of the position on the map. Do not use parenthesis when filling this in (see usage examples below). All maps used within the FFXIMap extension have a coordinate system that starts at 0,0 for the bottom left and 256,256 for the top right. A marker position must be within those bounds to be visible on the map. | *'''position:''' The x,y of the position on the map. Do not use parenthesis when filling this in (see usage examples below). All maps used within the FFXIMap extension have a coordinate system that starts at 0,0 for the bottom left and 256,256 for the top right. A marker position must be within those bounds to be visible on the map. | ||
*'''entityType:''' There are "types" of markers (ie:NPC, Seasonal NPC, ???, 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. | *'''entityType:''' There are "types" of markers (ie:NPC, Seasonal NPC, ???, 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:''' This is the filename of the image. Do not use wikitext in this field. | |||
===Example Usage=== | ===Example Usage=== | ||
This tag is added to the bottom of a page which you want added as a marker to a map. | This tag is added to the bottom of a page which you want added as a marker to a map. | ||
Line 25: | Line 26: | ||
|position=25.9,157.72 | |position=25.9,157.72 | ||
|entityType=NPC | |entityType=NPC | ||
|image=Guslam.png | |||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> |
Revision as of 21:48, 4 November 2023
This template defines the table "ffximap_markers". This table has not been created yet.
Usage
Add this tag to an entity you wish displayed on the FFXIMap.
{{FFXIMap Markers |mapID= |position= |entityType= |image= }}
- mapID: Each zone map has a corresponding id# (see below).
- position: The x,y of the position on the map. Do not use parenthesis when filling this in (see usage examples below). All maps used within the FFXIMap extension have a coordinate system that starts at 0,0 for the bottom left and 256,256 for the top right. A marker position must be within those bounds to be visible on the map.
- entityType: There are "types" of markers (ie:NPC, Seasonal NPC, ???, 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: 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 |position=25.9,157.72 |entityType=NPC |image=Guslam.png }}