Template:FFXIMap Markers: Difference between revisions
From HorizonXI Wiki
Starfox9507 (talk | contribs) (Created page with "<noinclude> {{#cargo_declare:_table=ffximap_markers|mapID=Integer|position=List (,) of Integer|entityType=List (,) of Page}} </noinclude><includeonly>{{#cargo_store:_table=ffximap_markers}} Category:FFXIMap Markers </includeonly>") |
Starfox9507 (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
==Usage== | |||
<pre> | |||
{{FFXIMap Markers | |||
|mapID= | |||
|position= | |||
|entityType= | |||
}} | |||
</pre> | |||
*'''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). | |||
*'''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. | |||
<pre> | |||
{{FFXIMap Markers | |||
|mapID=141 | |||
|position=25.9,157.72 | |||
|entityType=NPC | |||
}} | |||
</pre> | |||
<noinclude> | <noinclude> | ||
{{#cargo_declare:_table=ffximap_markers|mapID=Integer|position=List (,) of Integer|entityType=List (,) of Page}} | {{#cargo_declare:_table=ffximap_markers|mapID=Integer|position=List (,) of Integer|entityType=List (,) of Page}} |
Revision as of 13:22, 6 October 2023
Usage
{{FFXIMap Markers |mapID= |position= |entityType= }}
- 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).
- 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.
{{FFXIMap Markers |mapID=141 |position=25.9,157.72 |entityType=NPC }}
This template defines the table "ffximap_markers". This table has not been created yet.