Template:FFXIMap Markers: Difference between revisions

From HorizonXI Wiki
No edit summary
 
(43 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>{{#cargo_declare:
<noinclude>{{#cargo_declare:_table=ffximapmarkers
_table=ffximap_markers
|mapid=Integer
|mapid=Integer
|mapx=Float
|mapx=Float
|mapy=Float
|mapy=Float
|entitytype=List (,) of Page
|entitytype=List (,) of Page
|minlevel=Integer
|maxlevel=Integer
|image=File
|image=File
|displayposition=String
}}
}}
</noinclude><includeonly>{{#cargo_store:
 
_table=ffximap_markers
|mapid={{{mapid|}}}
|mapx={{{mapx|}}}
|mapy={{{mapy|}}}
|entitytype={{{entitytype|}}}
|image={{{image|}}}
|displayposition={{{displayposition|}}}
}}
</includeonly>
<noinclude>
==THIS IS STILL UNDER CONSTRUCTION - DO NOT ATTEMPT USING THIS YET PLEASE==
==Usage==
==Usage==
Add this tag to an entity you wish displayed on the FFXIMap.   
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.   
<pre>
<pre>
{{FFXIMap Markers
{{FFXIMap Markers
|mapid=
|mapid=
|position=
|mapx=
|mapy=
|entitytype=
|entitytype=
|minlevel=
|maxlevel=
|image=
|image=
|displayposition=
}}
}}
</pre>
</pre>
*'''mapid:''' Each zone map has a corresponding id# (see below).  
{| class="wikitable"
*'''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.    
!parameter
*'''image:''' This is the filename of the image. Do not use wikitext in this field.  
!default
*'''displayposition:''' This is the in-game x,y coordinates tor this marker. There are many HorizonXI approved addons/plugins that provide this information. Format should include the parenthesis, ie: (x,y)
!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 [[Template:FFXIMap#Coordinate Systems|Coordinate Systems]] 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 [[Template:FFXIMap#Coordinate Systems|Coordinate Systems]] 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.
|-
|'''minlevel''' ''[optional]''
|''none''
|''integer''
|Minimal level of this mob, displayed throughout the map layers and mouseovers.
|-
|'''maxlevel''' ''[optional]''
|''none''
|''integer''
|Maximum level of this mob, displayed throughout the map layers and mouseovers.
|-
|'''image''' ''[optional]''
|''none''
|''text''
|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 41: Line 70:
{{FFXIMap Markers
{{FFXIMap Markers
|mapid=141
|mapid=141
|position=25.9,157.72
|mapx=-4.23
|mapy=49.75
|entitytype=NPC
|entitytype=NPC
|image=Guslam.png
|image=Guslam.png
|displayposition=(179,-216.8)
}}
}}
</pre>
</pre>
</noinclude>
 
 
</noinclude><!--
--><includeonly>{{#cargo_store:_table=ffximapmarkers
|mapid={{{mapid|}}}
|mapx={{{mapx|}}}
|mapy={{{mapy|}}}
|entitytype={{{entitytype|}}}
|minlevel={{{minlevel|}}}
|maxlevel={{{maxlevel|}}}
|image={{{image|}}}
}}[[Category:FFXIMap Markers]]</includeonly>

Latest revision as of 14:15, 8 February 2024

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=
|minlevel=
|maxlevel=
|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 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 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.
minlevel [optional] none integer Minimal level of this mob, displayed throughout the map layers and mouseovers.
maxlevel [optional] none integer Maximum level of this mob, displayed throughout the map layers and mouseovers.
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
}}