<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.runerealm.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AMap%2Fdoc</id>
	<title>Template:Map/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.runerealm.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AMap%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.runerealm.org/index.php?title=Template:Map/doc&amp;action=history"/>
	<updated>2026-05-12T20:45:02Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://wiki.runerealm.org/index.php?title=Template:Map/doc&amp;diff=33932&amp;oldid=prev</id>
		<title>Alex: Created page with &quot;{{documentation}}  The Map template is used to easily create interactive maps or inline links to interactive maps. To find coordinates of a specific map square, use a tool such as https://mejrs.github.io/osrs. For a guide on how to manually define maps, see RuneScape:Create Map.  ==Usage== ===Basic map===  A map with no arguments will default to Lumbridge. Provide an X/Y coordinate to define where the map is centered.  {| class=&quot;center&quot; |- | &lt;code&gt;&lt;nowiki&gt;{{Map}}&lt;/no...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.runerealm.org/index.php?title=Template:Map/doc&amp;diff=33932&amp;oldid=prev"/>
		<updated>2024-10-15T14:48:47Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{documentation}}  The Map template is used to easily create interactive maps or inline links to interactive maps. To find coordinates of a specific map square, use a tool such as https://mejrs.github.io/osrs. For a guide on how to manually define maps, see &lt;a href=&quot;/w/RuneScape:Create_Map&quot; title=&quot;RuneScape:Create Map&quot;&gt;RuneScape:Create Map&lt;/a&gt;.  ==Usage== ===Basic map===  A map with no arguments will default to Lumbridge. Provide an X/Y coordinate to define where the map is centered.  {| class=&amp;quot;center&amp;quot; |- | &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Map}}&amp;lt;/no...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{documentation}}&lt;br /&gt;
&lt;br /&gt;
The Map template is used to easily create interactive maps or inline links to interactive maps. To find coordinates of a specific map square, use a tool such as https://mejrs.github.io/osrs. For a guide on how to manually define maps, see [[RuneScape:Create Map]].&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
===Basic map===&lt;br /&gt;
&lt;br /&gt;
A map with no arguments will default to Lumbridge. Provide an X/Y coordinate to define where the map is centered.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Map}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Map|3165,3494}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| {{Map}}&lt;br /&gt;
| {{Map|3165,3494}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Pins===&lt;br /&gt;
&lt;br /&gt;
In the following sections are various map features, such as pins, that are defined with an &amp;lt;code&amp;gt;mtype&amp;lt;/code&amp;gt;. Multiple coordinates can produce multiple [[#Single-point feature|single-point features]].&lt;br /&gt;
&lt;br /&gt;
Pins are mostly used to mark things that take up a 1x1 space or otherwise have an exact X/Y location.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;center&amp;quot;&lt;br /&gt;
! One pin !! Multiple pins&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Map|mtype=pin|2965,3381}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Map|mtype=pin|2638,3300|2661,3308}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| {{Map|mtype=pin|2965,3381|group=pins1}}&lt;br /&gt;
| {{Map|mtype=pin|2638,3300|2661,3308|group=pins2}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Dots===&lt;br /&gt;
&lt;br /&gt;
Like pins, dots are also used to mark precise locations. However, dots are better suited for marking many tightly packed coordinates.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;center&amp;quot;&lt;br /&gt;
! Tightly packed dots !! Cluttered pins&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Map|mtype=dot ... }}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Map|mtype=pin ... }}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| {{Map|mtype=dot|1843,3728|1847,3728|1851,3728|1851,3724|1851,3720|1847,3720|1843,3720}}&lt;br /&gt;
| {{Map|mtype=pin|1843,3728|1847,3728|1851,3728|1851,3724|1851,3720|1847,3720|1843,3720|group=dots}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Text===&lt;br /&gt;
&lt;br /&gt;
A text feature is another way to mark a precise location but with a label describing the subject. Though there are [[#Popups|configurable popups]], a text feature provides a more immediate and obvious label for something.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Map|mtype=text|2512,3466|label=Dead tree}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| {{Map|mtype=text|2512,3466|label=Dead tree}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Circles and squares===&lt;br /&gt;
&lt;br /&gt;
Circles and squares are defined by a single point and a radius &amp;lt;code&amp;gt;r&amp;lt;/code&amp;gt;. The point defines the centre of the shape and, for squares, &amp;lt;code&amp;gt;r&amp;lt;/code&amp;gt; defines half the length of the square&amp;#039;s edges—i.e., the shortest distance from its centre to one of its edges.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;center&amp;quot;&lt;br /&gt;
! Circle !! Square&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Map|mtype=circle|r=18|3165,3490}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Map|mtype=square|r=3|3316,3163}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| {{Map|mtype=circle|r=18|3165,3490}}&lt;br /&gt;
| {{Map|mtype=square|r=3|3316,3163}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Rectangles===&lt;br /&gt;
&lt;br /&gt;
Like circles and squares, rectangles are also defined by a single point. Its side lengths, though, are defined with &amp;lt;code&amp;gt;rectX&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;rectY&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Map|mtype=rectangle|rectX=11|rectY=15|3185,3440}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| {{Map|mtype=rectangle|rectX=11|rectY=15|3185,3440}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Lines and polygons===&lt;br /&gt;
&lt;br /&gt;
Lines and polygons are defined with a series of coordinates. Unlike lines, polygons are automatically closed—i.e., the start and end points are attached.&lt;br /&gt;
&lt;br /&gt;
Lines are used to draw a walkable path or general route, while polygons are used to outline a map location (e.g., building) or mark a complex area.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;center&amp;quot;&lt;br /&gt;
! Line&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Map|mtype=line|3243,3735|3226,3737|3222,3754|3238,3764|3252,3752}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;{{Map|mtype=line|3243,3735|3226,3737|3222,3754|3238,3764|3252,3752}}&lt;br /&gt;
|-&lt;br /&gt;
! Polygon&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Map|mtype=polygon|3243,3735|3226,3737|3222,3754|3238,3764|3252,3752}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;{{Map|mtype=polygon|3243,3735|3226,3737|3222,3754|3238,3764|3252,3752}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Each point of a line is &amp;#039;&amp;#039;&amp;#039;centered&amp;#039;&amp;#039;&amp;#039; on its respective tile. This is because lines should represent points that a player can stand on. Polygons, on the other hand, have points aligned to the &amp;#039;&amp;#039;&amp;#039;south-west corner&amp;#039;&amp;#039;&amp;#039; of their respective tile. This allows map locations to be outlined exactly.&lt;br /&gt;
&lt;br /&gt;
===Combos===&lt;br /&gt;
&lt;br /&gt;
Combo features are a combination of a [[#Single-point feature|single-point feature]] and a [[#Multi-point feature|multi-point feature]]. One example is &amp;lt;code&amp;gt;pin-line&amp;lt;/code&amp;gt;, where &amp;lt;code&amp;gt;pin&amp;lt;/code&amp;gt; is the single-point feature and &amp;lt;code&amp;gt;line&amp;lt;/code&amp;gt; is the multi-point feature. Combos will generate a single-point feature per coordinate and a multi-point feature using all coordinates together.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;center&amp;quot;&lt;br /&gt;
! Pins and polygon !! Dots and line&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Map|mtype=pin-polygon ... }}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Map|mtype=dot-line ... }}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| {{Map|mtype=pin-polygon|2774,3469|2784,3459|2794,3469|2784,3479}}&lt;br /&gt;
| {{Map|mtype=dot-line|2764,3468|2764,3461|2771,3458|2773,3452|2781,3444}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Combos should be used sparingly and only when multiple coordinates have some kind of relationship. A good example is the map of tasks throughout [[One Small Favour#Walkthrough|One Small Favour]], where the tasks must be completed in a specific order. Another example is the map of [[Canoe Station|canoe stations]], where each station represents a point along the River Lum.&lt;br /&gt;
&lt;br /&gt;
===Maplinks===&lt;br /&gt;
&lt;br /&gt;
Any map can be rendered as a maplink instead of a mapframe by using &amp;lt;code&amp;gt;|type=maplink&amp;lt;/code&amp;gt;. With this, the &amp;lt;code&amp;gt;|text=&amp;lt;/code&amp;gt; argument can be used to change the text of the link.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Map|type=maplink}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{{Map|type=maplink}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Map|type=maplink|text=Maplink Text}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{{Map|type=maplink|text=Maplink Text}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Map|type=maplink|text=}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{{Map|type=maplink|text=}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Map|type=maplink|mtype=pin|2613,3294}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{{Map|type=maplink|mtype=pin|2613,3294|group=maplinks}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Plane, map ID, and zoom===&lt;br /&gt;
&lt;br /&gt;
Plane, map ID, and zoom are three essential options used to control the map view in many cases.&lt;br /&gt;
&lt;br /&gt;
* Plane—set with &amp;lt;code&amp;gt;plane&amp;lt;/code&amp;gt;—controls the Z value of a feature and corresponds to the floor something is on. For example, if a feature is on the {{Floor|uk=1}} of a building, set &amp;lt;code&amp;gt;plane&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;1&amp;lt;/code&amp;gt;.&lt;br /&gt;
* Map ID—set with &amp;lt;code&amp;gt;mapID&amp;lt;/code&amp;gt;—controls which area of the game map to render. Setting this value is similar to changing the [[World_map#Map_selection|world map&amp;#039;s map selection]].&lt;br /&gt;
* Zoom—set with &amp;lt;code&amp;gt;zoom&amp;lt;/code&amp;gt;—overrides the automatically calculated zoom amount for a map. If the area you want to mark appears too large or small at the default zoom level, set it to a value that will better represent that area.&lt;br /&gt;
&lt;br /&gt;
==Advanced usage==&lt;br /&gt;
===Anonymous features===&lt;br /&gt;
&lt;br /&gt;
Multiple map features can be defined through [[#Anonymous feature|anonymous features]], which have the general form:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;|option1:value1,optionN:valueN,x1:y1,xN:yN&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can provide as many options and coordinates as you want for a single anonymous feature. Each option/value and x/y must be separated by a colon (&amp;lt;code&amp;gt;:&amp;lt;/code&amp;gt;), and each of these pairings must be separated by a comma (&amp;lt;code&amp;gt;,&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
The options available to use in anonymous features are exactly the same as regular [[#Named argument|named arguments]], meaning the two are entirely interchangeable. If a named argument is also provided as an anonymous argument, the anonymous value will override the named value.&lt;br /&gt;
&lt;br /&gt;
One small difference with anonymous features—because they are comma- and colon-separated—is the need to escape &amp;#039;&amp;#039;extra&amp;#039;&amp;#039; commas and colons with &amp;lt;code&amp;gt;\&amp;lt;/code&amp;gt; backslashes in certain options. These are mentioned in the table of [[#Feature options|feature options]] below.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Map|mtype:pin,3211:3247,desc:A comma \, and a colon \:|mtype:rectangle,rectX:6,rectY:5,3246,3246}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| {{Map|mtype:pin,3211:3247,desc:A comma \, and a colon \:|mtype:rectangle,rectX:6,rectY:5,3246,3246|group=anonfeats}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Because the anonymous feature syntax is used solely to create features, [[#Map options|map-only options]] cannot be used as feature options.&lt;br /&gt;
&lt;br /&gt;
===Offsetting the view===&lt;br /&gt;
&lt;br /&gt;
With at least one feature on a map, the view will be centered on the average X and Y coordinates of all points provided. To override this behaviour and offset the view, provide [[#Named argument|named]] &amp;lt;code&amp;gt;x&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;y&amp;lt;/code&amp;gt; arguments.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;center&amp;quot;&lt;br /&gt;
! Offset !! No offset&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Map|2990,9935|y=9955|x=2975 ... }}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Map|2990,9935 ... }}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| {{Map|mapID=-1|mtype=rectangle|rectX=8|rectY=6|y=9955|x=2975|2990,9935}}&lt;br /&gt;
| {{Map|mapID=-1|mtype=rectangle|rectX=8|rectY=6|2990,9935}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Popups===&lt;br /&gt;
&lt;br /&gt;
By default, all features are clickable to show their X/Y coordinates. For [[#Multi-point feature|multi-point features]], this coordinate is the first coordinate provided. However, more details can be added.&lt;br /&gt;
&lt;br /&gt;
* Add a &amp;#039;&amp;#039;&amp;#039;title&amp;#039;&amp;#039;&amp;#039; with &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt;.&lt;br /&gt;
* Add a &amp;#039;&amp;#039;&amp;#039;description&amp;#039;&amp;#039;&amp;#039; with &amp;lt;code&amp;gt;desc&amp;lt;/code&amp;gt;.&lt;br /&gt;
* Add &amp;#039;&amp;#039;&amp;#039;detailed info&amp;#039;&amp;#039;&amp;#039; with &amp;lt;code&amp;gt;ptype&amp;lt;/code&amp;gt; if the feature represents an item, object, monster, or NPC.&lt;br /&gt;
** For any &amp;lt;code&amp;gt;ptype&amp;lt;/code&amp;gt;, the subject&amp;#039;s name will default to the current page&amp;#039;s title. Set &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt; to change this. Specify the subject&amp;#039;s internal ID with &amp;lt;code&amp;gt;id&amp;lt;/code&amp;gt; if needed.&lt;br /&gt;
** For items, set &amp;lt;code&amp;gt;qty&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;respawn&amp;lt;/code&amp;gt; if needed.&lt;br /&gt;
** For monsters and NPCs, set &amp;lt;code&amp;gt;levels&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;respawn&amp;lt;/code&amp;gt; if needed.&lt;br /&gt;
&lt;br /&gt;
Keep in mind that the page a map is placed on may already provide these details, in which case it may not be necessary to repeat them in the popup.&lt;br /&gt;
&lt;br /&gt;
===SMW===&lt;br /&gt;
&lt;br /&gt;
The Map module provides functionality that allows other pages, templates, and modules to interact with its data. More specifically, by setting &amp;lt;code&amp;gt;smw=yes&amp;lt;/code&amp;gt; on a map, the final map options and GeoJSON for each feature will be stored in SMW for other resources to consume. See [[Property:Location JSON]] for example data.&lt;br /&gt;
&lt;br /&gt;
In some cases, a page will have multiple maps that relate to specific instances of the page&amp;#039;s subject. For example, [[Forestry Shop]] has three maps that each relate to one of its locations. To handle this, you can set &amp;lt;code&amp;gt;smwName&amp;lt;/code&amp;gt; &amp;#039;&amp;#039;along with&amp;#039;&amp;#039; &amp;lt;code&amp;gt;smw&amp;lt;/code&amp;gt; to tell the Map module to store each map&amp;#039;s data in a &amp;quot;subobject&amp;quot; on the page; Otherwise, each of the maps would overwrite each other. The value of &amp;lt;code&amp;gt;smwName&amp;lt;/code&amp;gt; should match the subject&amp;#039;s instance name if possible (&amp;quot;Draynor Village&amp;quot;, &amp;quot;Seers&amp;#039; Village&amp;quot;, or &amp;quot;Prifddinas&amp;quot; in the Forestry Shop example).&lt;br /&gt;
&lt;br /&gt;
Note that you should only provide these arguments if you know exactly what you&amp;#039;re doing.&lt;br /&gt;
&lt;br /&gt;
=Arguments=&lt;br /&gt;
==Map options==&lt;br /&gt;
&lt;br /&gt;
Map options are [[#Named argument|named arguments]] that define how the map itself behaves and how it is rendered on the page. These options cannot be used as feature options.&lt;br /&gt;
&lt;br /&gt;
{{ArgDocHeader}}&lt;br /&gt;
{{ArgDocLine&lt;br /&gt;
|name = type&lt;br /&gt;
|description = Sets the map type on the page.&lt;br /&gt;
|optional = Yes&lt;br /&gt;
|values = &amp;lt;code&amp;gt;mapframe&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;maplink&amp;lt;/code&amp;gt;&lt;br /&gt;
|default = &amp;lt;code&amp;gt;mapframe&amp;lt;/code&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{ArgDocLine&lt;br /&gt;
|name = width&lt;br /&gt;
|description = Sets the map width on the page.&lt;br /&gt;
|optional = Yes&lt;br /&gt;
|values = Any number &amp;gt;=&amp;lt;code&amp;gt;1&amp;lt;/code&amp;gt;&lt;br /&gt;
|default = &amp;lt;code&amp;gt;300&amp;lt;/code&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{ArgDocLine&lt;br /&gt;
|name = height&lt;br /&gt;
|description = Sets the map height on the page.&lt;br /&gt;
|optional = Yes&lt;br /&gt;
|values = Any number &amp;gt;=&amp;lt;code&amp;gt;1&amp;lt;/code&amp;gt;&lt;br /&gt;
|default = &amp;lt;code&amp;gt;300&amp;lt;/code&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{ArgDocLine&lt;br /&gt;
|name = align&lt;br /&gt;
|description = Sets the map&amp;#039;s alignment on the page.&lt;br /&gt;
|optional = Yes&lt;br /&gt;
|values = &amp;lt;code&amp;gt;left&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;center&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;right&amp;lt;/code&amp;gt;&lt;br /&gt;
|default = &amp;lt;code&amp;gt;center&amp;lt;/code&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{ArgDocLine&lt;br /&gt;
|name = x&lt;br /&gt;
|description = Sets the X coordinate of the map view if at least one feature is defined.&lt;br /&gt;
|optional = Yes&lt;br /&gt;
|values = Any number &amp;gt;=&amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;&lt;br /&gt;
|default = &amp;lt;code&amp;gt;3233&amp;lt;/code&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{ArgDocLine&lt;br /&gt;
|name = y&lt;br /&gt;
|description = Sets the Y coordinate of the map view if at least one feature is defined.&lt;br /&gt;
|optional = Yes&lt;br /&gt;
|values = Any number &amp;gt;=&amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;&lt;br /&gt;
|default = &amp;lt;code&amp;gt;3222&amp;lt;/code&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{ArgDocLine&lt;br /&gt;
|name = zoom&lt;br /&gt;
|description = Sets the zoom amount. A higher number means a closer zoom.&lt;br /&gt;
|optional = Yes&lt;br /&gt;
|values = Any integer &amp;lt;code&amp;gt;-3&amp;lt;/code&amp;gt;–&amp;lt;code&amp;gt;3&amp;lt;/code&amp;gt;&lt;br /&gt;
|default = &amp;lt;code&amp;gt;2&amp;lt;/code&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{ArgDocLine&lt;br /&gt;
|name = mapID&lt;br /&gt;
|description = Sets the map ID.&lt;br /&gt;
|optional = Yes&lt;br /&gt;
|values = Any [[RuneScape:Map/mapIDs|map ID]]&lt;br /&gt;
|default = &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{ArgDocLine&lt;br /&gt;
|name = caption&lt;br /&gt;
|description = Adds a caption to the map if &amp;lt;code&amp;gt;type&amp;lt;/code&amp;gt; is unset or set to &amp;lt;code&amp;gt;mapframe&amp;lt;/code&amp;gt;.&lt;br /&gt;
|optional = Yes&lt;br /&gt;
|values = Any text&lt;br /&gt;
}}&lt;br /&gt;
{{ArgDocLine&lt;br /&gt;
|name = text&lt;br /&gt;
|description = If &amp;lt;code&amp;gt;type&amp;lt;/code&amp;gt; is set to &amp;lt;code&amp;gt;maplink&amp;lt;/code&amp;gt;, changes the text of the link.&lt;br /&gt;
|optional = Yes&lt;br /&gt;
|values = Any text&lt;br /&gt;
}}&lt;br /&gt;
{{ArgDocLine&lt;br /&gt;
|name = smw&lt;br /&gt;
|description = Enables [[Property:Location JSON|Location JSON]] or [[Property:Historic Location JSON|Historic Location JSON]] data for the current page. This should only be used if the map directly describes the page subject.&lt;br /&gt;
|optional = Yes&lt;br /&gt;
|values = &amp;lt;code&amp;gt;yes&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;hist&amp;lt;/code&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{ArgDocLine&lt;br /&gt;
|name = smwName&lt;br /&gt;
|description = Changes the SMW data to a subobject on the current page with the provided value as the subobject name. This should only be used if the map does &amp;#039;&amp;#039;not&amp;#039;&amp;#039; directly describe the page subject.&lt;br /&gt;
|optional = Yes&lt;br /&gt;
|values = Any Text&lt;br /&gt;
}}&lt;br /&gt;
{{ArgDocLine&lt;br /&gt;
|name = nopreprocess&lt;br /&gt;
|description = Outputs the final map element with GeoJSON as raw text instead of a rendered map.&lt;br /&gt;
|optional = Yes&lt;br /&gt;
|values = &amp;lt;code&amp;gt;True&amp;lt;/code&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{ArgDocFooter}}&lt;br /&gt;
&lt;br /&gt;
==Feature options==&lt;br /&gt;
&lt;br /&gt;
Feature options are [[#Named argument|named]] or [[#Anonymous argument|anonymous]] arguments that define features on the map.&lt;br /&gt;
&lt;br /&gt;
{{ArgDocHeader}}&lt;br /&gt;
{{ArgDocLine&lt;br /&gt;
|name = mtype&lt;br /&gt;
|description = Sets the type of a feature.&lt;br /&gt;
|optional = Yes&lt;br /&gt;
|values = &amp;lt;code&amp;gt;pin&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;rectangle&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;square&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;circle&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;dot&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;text&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;line&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;polygon&amp;lt;/code&amp;gt; or a [[#Combo type|combo type]]&lt;br /&gt;
|default = &amp;lt;code&amp;gt;pin&amp;lt;/code&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{ArgDocLine&lt;br /&gt;
|name = x&lt;br /&gt;
|description = Sets the X coordinate of a feature. Can also be set with [[#Coordinate shorthand|coordinate shorthand]].&lt;br /&gt;
|optional = Yes&lt;br /&gt;
|values = Any number &amp;gt;=&amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;&lt;br /&gt;
|default = &amp;lt;code&amp;gt;3233&amp;lt;/code&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{ArgDocLine&lt;br /&gt;
|name = y&lt;br /&gt;
|description = Sets the Y coordinate of a feature. Can also be set with [[#Coordinate shorthand|coordinate shorthand]].&lt;br /&gt;
|optional = Yes&lt;br /&gt;
|values = Any number &amp;gt;=&amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;&lt;br /&gt;
|default = &amp;lt;code&amp;gt;3222&amp;lt;/code&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{ArgDocLine&lt;br /&gt;
|name = plane&lt;br /&gt;
|description = Sets the plane (Z value) a feature is on.&lt;br /&gt;
|optional = Yes&lt;br /&gt;
|values = Any integer &amp;gt;=&amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;&lt;br /&gt;
|default = &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{ArgDocLine&lt;br /&gt;
|name = r&lt;br /&gt;
|description = Sets the radius of a circle or square.&lt;br /&gt;
|optional = Yes&lt;br /&gt;
|values = Any number &amp;gt;=&amp;lt;code&amp;gt;1&amp;lt;/code&amp;gt;&lt;br /&gt;
|default = &amp;lt;code&amp;gt;10&amp;lt;/code&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{ArgDocLine&lt;br /&gt;
|name = rectX&lt;br /&gt;
|description = Sets the X length for a rectangle.&lt;br /&gt;
|optional = Yes&lt;br /&gt;
|values = Any number &amp;gt;=&amp;lt;code&amp;gt;1&amp;lt;/code&amp;gt;&lt;br /&gt;
|default = &amp;lt;code&amp;gt;20&amp;lt;/code&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{ArgDocLine&lt;br /&gt;
|name = rectY&lt;br /&gt;
|description = Sets the Y length for a rectangle.&lt;br /&gt;
|optional = Yes&lt;br /&gt;
|values = Any number &amp;gt;=&amp;lt;code&amp;gt;1&amp;lt;/code&amp;gt;&lt;br /&gt;
|default = &amp;lt;code&amp;gt;20&amp;lt;/code&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{ArgDocLine&lt;br /&gt;
|name = icon&lt;br /&gt;
|description = Sets the icon for a pin feature using a built-in value.&lt;br /&gt;
|optional = Yes&lt;br /&gt;
|values = &amp;lt;code&amp;gt;greenPin&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;redPin&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;bluePin&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;cyanPin&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;magentaPin&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;yellowPin&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;greyPin&amp;lt;/code&amp;gt;&lt;br /&gt;
|default = &amp;lt;code&amp;gt;greenPin&amp;lt;/code&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{ArgDocLine&lt;br /&gt;
|name = iconWikiLink&lt;br /&gt;
|description = Sets the icon for a pin feature using an image from the wiki. File extension must be included.&lt;br /&gt;
|optional = Yes&lt;br /&gt;
|values = Any file name&lt;br /&gt;
}}&lt;br /&gt;
{{ArgDocLine&lt;br /&gt;
|name = iconSize&amp;lt;br&amp;gt;&amp;#039;&amp;#039;iconSizeX&amp;#039;&amp;#039;&amp;lt;br&amp;gt;&amp;#039;&amp;#039;iconSizeY&amp;#039;&amp;#039;&lt;br /&gt;
|description = Sets the icon size for a pin feature. If one number is provided (e.g., &amp;lt;code&amp;gt;5&amp;lt;/code&amp;gt;), that number is used as the X &amp;#039;&amp;#039;and&amp;#039;&amp;#039; Y sizes. If two numbers are provided (e.g., &amp;lt;code&amp;gt;2,3&amp;lt;/code&amp;gt;), the X and Y sizes are set separately. Separate values can also be provided with &amp;lt;code&amp;gt;iconSizeX&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;iconSizeY&amp;lt;/code&amp;gt;.&lt;br /&gt;
|optional = Yes&lt;br /&gt;
|values = Any number &amp;gt;=&amp;lt;code&amp;gt;1&amp;lt;/code&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{ArgDocLine&lt;br /&gt;
|name = iconAnchor&amp;lt;br&amp;gt;&amp;#039;&amp;#039;iconAnchorX&amp;#039;&amp;#039;&amp;lt;br&amp;gt;&amp;#039;&amp;#039;iconAnchorY&amp;#039;&amp;#039;&lt;br /&gt;
|description = Sets the icon position for a pin feature relative to the map point. [0,0] is at the top-left corner of the image. If one number is provided (e.g., &amp;lt;code&amp;gt;5&amp;lt;/code&amp;gt;), that number is used as the X &amp;#039;&amp;#039;and&amp;#039;&amp;#039; Y. If two numbers are provided (e.g., &amp;lt;code&amp;gt;2,3&amp;lt;/code&amp;gt;), the X and Y are set separately. Separate values can also be provided with &amp;lt;code&amp;gt;iconAnchorX&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;iconAnchorY&amp;lt;/code&amp;gt;.&lt;br /&gt;
|optional = Yes&lt;br /&gt;
|values = Any number&lt;br /&gt;
}}&lt;br /&gt;
{{ArgDocLine&lt;br /&gt;
|name = popupAnchor&amp;lt;br&amp;gt;&amp;#039;&amp;#039;popupAnchorX&amp;#039;&amp;#039;&amp;lt;br&amp;gt;&amp;#039;&amp;#039;popupAnchorY&amp;#039;&amp;#039;&lt;br /&gt;
|description = Sets the popup position for a pin feature relative to the icon. [0,0] is at the top-left corner of the image. If one number is provided (e.g., &amp;lt;code&amp;gt;5&amp;lt;/code&amp;gt;), that number is used as the X &amp;#039;&amp;#039;and&amp;#039;&amp;#039; Y. If two numbers are provided (e.g., &amp;lt;code&amp;gt;2,3&amp;lt;/code&amp;gt;), the X and Y are set separately. Separate values can also be provided with &amp;lt;code&amp;gt;popupAnchorX&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;popupAnchorY&amp;lt;/code&amp;gt;.&lt;br /&gt;
|optional = Yes&lt;br /&gt;
|values = Any number&lt;br /&gt;
}}&lt;br /&gt;
{{ArgDocLine&lt;br /&gt;
|name = group&lt;br /&gt;
|description = Sets the group for a pin feature.&lt;br /&gt;
|optional = Yes&lt;br /&gt;
|values = Any text&lt;br /&gt;
|default = &amp;lt;code&amp;gt;pins&amp;lt;/code&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{ArgDocLine&lt;br /&gt;
|name = label&lt;br /&gt;
|description = Sets the label text of a text feature. &amp;#039;&amp;#039;&amp;#039;Only required on text features.&amp;#039;&amp;#039;&amp;#039; In an [[#Advanced usage|anonymous feature]], all commas and colons within must be escaped with &amp;lt;code&amp;gt;\&amp;lt;/code&amp;gt; backslashes.&lt;br /&gt;
|values = Any text&lt;br /&gt;
}}&lt;br /&gt;
{{ArgDocLine&lt;br /&gt;
|name = position&lt;br /&gt;
|description = Sets the position of a text feature&amp;#039;s label.&lt;br /&gt;
|optional = Yes&lt;br /&gt;
|values = &amp;lt;code&amp;gt;left&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;right&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;top&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;bottom&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;center&amp;lt;/code&amp;gt;&lt;br /&gt;
|default = &amp;lt;code&amp;gt;top&amp;lt;/code&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{ArgDocLine&lt;br /&gt;
|name = title&lt;br /&gt;
|description = Sets the popup title of a feature. In an [[#Advanced usage|anonymous feature]], all commas and colons within must be escaped with &amp;lt;code&amp;gt;\&amp;lt;/code&amp;gt; backslashes.&lt;br /&gt;
|optional = Yes&lt;br /&gt;
|values = Any text&lt;br /&gt;
}}&lt;br /&gt;
{{ArgDocLine&lt;br /&gt;
|name = desc&lt;br /&gt;
|description = Sets the popup description of a feature. In an [[#Advanced usage|anonymous feature]], all commas and colons within must be escaped with &amp;lt;code&amp;gt;\&amp;lt;/code&amp;gt; backslashes.&lt;br /&gt;
|optional = Yes&lt;br /&gt;
|values = Any text&lt;br /&gt;
}}&lt;br /&gt;
{{ArgDocLine&lt;br /&gt;
|name = ptype&lt;br /&gt;
|description = Sets the feature&amp;#039;s subject&amp;#039;s type for providing extra popup details.&lt;br /&gt;
|optional = Yes&lt;br /&gt;
|values = &amp;lt;code&amp;gt;item&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;monster&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;npc&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;object&amp;lt;/code&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{ArgDocLine&lt;br /&gt;
|name = name&lt;br /&gt;
|description = Sets the feature&amp;#039;s subject&amp;#039;s name if &amp;lt;code&amp;gt;ptype&amp;lt;/code&amp;gt; is set.&lt;br /&gt;
|optional = Yes&lt;br /&gt;
|values = Any text&lt;br /&gt;
|default = The page&amp;#039;s title&lt;br /&gt;
}}&lt;br /&gt;
{{ArgDocLine&lt;br /&gt;
|name = id&lt;br /&gt;
|description = Adds the feature&amp;#039;s subject&amp;#039;s internal ID to the popup if &amp;lt;code&amp;gt;ptype&amp;lt;/code&amp;gt; is set.&lt;br /&gt;
|optional = Yes&lt;br /&gt;
|values = Any integer&lt;br /&gt;
}}&lt;br /&gt;
{{ArgDocLine&lt;br /&gt;
|name = qty&lt;br /&gt;
|description = Adds the feature&amp;#039;s subject&amp;#039;s quantity to the popup if &amp;lt;code&amp;gt;ptype&amp;lt;/code&amp;gt; is set to &amp;lt;code&amp;gt;item&amp;lt;/code&amp;gt;.&lt;br /&gt;
|optional = Yes&lt;br /&gt;
|values = Any integer&lt;br /&gt;
}}&lt;br /&gt;
{{ArgDocLine&lt;br /&gt;
|name = respawn&lt;br /&gt;
|description = Adds the feature&amp;#039;s subject&amp;#039;s respawn time to the popup if &amp;lt;code&amp;gt;ptype&amp;lt;/code&amp;gt; is set to &amp;lt;code&amp;gt;item&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;npc&amp;lt;/code&amp;gt;, or &amp;lt;code&amp;gt;monster&amp;lt;/code&amp;gt;.&lt;br /&gt;
|optional = Yes&lt;br /&gt;
|values = Any text&lt;br /&gt;
}}&lt;br /&gt;
{{ArgDocLine&lt;br /&gt;
|name = levels&lt;br /&gt;
|description = Adds the feature&amp;#039;s subject&amp;#039;s list of levels to the popup if &amp;lt;code&amp;gt;ptype&amp;lt;/code&amp;gt; is set to &amp;lt;code&amp;gt;monster&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;npc&amp;lt;/code&amp;gt;.&lt;br /&gt;
|optional = Yes&lt;br /&gt;
|values = Any text&lt;br /&gt;
}}&lt;br /&gt;
{{ArgDocLine&lt;br /&gt;
|name = stroke&lt;br /&gt;
|description = Sets the stroke color of a feature with a stroke.&lt;br /&gt;
|optional = Yes&lt;br /&gt;
|values = Any hexadecimal color code&lt;br /&gt;
|default = &amp;lt;code&amp;gt;#3388ff&amp;lt;/code&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{ArgDocLine&lt;br /&gt;
|name = stroke-opacity&lt;br /&gt;
|description = Sets the stroke opacity of a feature with a stroke.&lt;br /&gt;
|optional = Yes&lt;br /&gt;
|values = Any number &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;–&amp;lt;code&amp;gt;1&amp;lt;/code&amp;gt;&lt;br /&gt;
|default = &amp;lt;code&amp;gt;1&amp;lt;/code&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{ArgDocLine&lt;br /&gt;
|name = stroke-width&lt;br /&gt;
|description = Sets the stroke width of a feature with a stroke.&lt;br /&gt;
|optional = Yes&lt;br /&gt;
|values = Any number &amp;gt;=&amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;&lt;br /&gt;
|default = &amp;lt;code&amp;gt;3&amp;lt;/code&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{ArgDocLine&lt;br /&gt;
|name = fill&lt;br /&gt;
|description = Sets the fill color of a feature with a fill.&lt;br /&gt;
|optional = Yes&lt;br /&gt;
|values = Any hexadecimal color code&lt;br /&gt;
|default = &amp;lt;code&amp;gt;#3388ff&amp;lt;/code&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{ArgDocLine&lt;br /&gt;
|name = fill-opacity&lt;br /&gt;
|description = Sets the fill opacity of a feature with a fill.&lt;br /&gt;
|optional = Yes&lt;br /&gt;
|values = Any number &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;–&amp;lt;code&amp;gt;1&amp;lt;/code&amp;gt;&lt;br /&gt;
|default = &amp;lt;code&amp;gt;0.2&amp;lt;/code&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{ArgDocLine&lt;br /&gt;
|description = Any number of anonymous features.&lt;br /&gt;
|optional = Yes&lt;br /&gt;
|values = See [[#Anonymous features|Anonymous features]]&lt;br /&gt;
}}&lt;br /&gt;
{{ArgDocFooter}}&lt;br /&gt;
&lt;br /&gt;
=Definitions=&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;div id=&amp;quot;Named argument&amp;quot; /&amp;gt; &amp;#039;&amp;#039;&amp;#039;Named argument&amp;#039;&amp;#039;&amp;#039; - An argument with the form &amp;lt;code&amp;gt;|arg=value&amp;lt;/code&amp;gt;.&lt;br /&gt;
** &amp;lt;div id=&amp;quot;Named feature&amp;quot; /&amp;gt; &amp;#039;&amp;#039;&amp;#039;Named feature&amp;#039;&amp;#039;&amp;#039; - A feature defined entirely with named arguments.&lt;br /&gt;
* &amp;lt;div id=&amp;quot;Anonymous argument&amp;quot; /&amp;gt; &amp;#039;&amp;#039;&amp;#039;Anonymous argument&amp;#039;&amp;#039;&amp;#039; - An argument with the form &amp;lt;code&amp;gt;|value&amp;lt;/code&amp;gt;.&lt;br /&gt;
** &amp;lt;div id=&amp;quot;Anonymous feature&amp;quot; /&amp;gt; &amp;#039;&amp;#039;&amp;#039;Anonymous feature&amp;#039;&amp;#039;&amp;#039; - A feature defined entirely or partially with anonymous arguments. Uses the format &amp;lt;code&amp;gt;|option1:value1,optionN:valueN,x1:y1,xN:yN&amp;lt;/code&amp;gt;.&lt;br /&gt;
* &amp;lt;div id=&amp;quot;Single-point feature&amp;quot; /&amp;gt; &amp;#039;&amp;#039;&amp;#039;Single-point feature&amp;#039;&amp;#039;&amp;#039; - A feature defined by a single point.&lt;br /&gt;
** Pins&lt;br /&gt;
** Rectangles&lt;br /&gt;
** Squares&lt;br /&gt;
** Circles&lt;br /&gt;
** Dots&lt;br /&gt;
** Text&lt;br /&gt;
* &amp;lt;div id=&amp;quot;Multi-point feature&amp;quot; /&amp;gt; &amp;#039;&amp;#039;&amp;#039;Multi-point feature&amp;#039;&amp;#039;&amp;#039; - A feature defined by multiple points.&lt;br /&gt;
** Lines&lt;br /&gt;
** Polygons&lt;br /&gt;
* &amp;lt;div id=&amp;quot;Combo type&amp;quot; /&amp;gt; &amp;#039;&amp;#039;&amp;#039;Combo type&amp;#039;&amp;#039;&amp;#039; - An &amp;lt;code&amp;gt;mtype&amp;lt;/code&amp;gt; that combines a &amp;#039;&amp;#039;single-point&amp;#039;&amp;#039; &amp;lt;code&amp;gt;mtype&amp;lt;/code&amp;gt; with a &amp;#039;&amp;#039;multi-point&amp;#039;&amp;#039; &amp;lt;code&amp;gt;mtype&amp;lt;/code&amp;gt;. Examples: &amp;lt;code&amp;gt;pin-line&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;dot-line&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;pin-polygon&amp;lt;/code&amp;gt;.&lt;br /&gt;
* &amp;lt;div id=&amp;quot;Coordinate shorthand&amp;quot; /&amp;gt; &amp;#039;&amp;#039;&amp;#039;Coordinate shorthand&amp;#039;&amp;#039;&amp;#039; - A more compact way to provide X/Y coordinates for a feature. Allows multiple coordinates to be provided.&lt;br /&gt;
** For &amp;#039;&amp;#039;named features&amp;#039;&amp;#039;, this could look like &amp;lt;code&amp;gt;|1000,1000|2000,2000&amp;lt;/code&amp;gt;.&lt;br /&gt;
** For &amp;#039;&amp;#039;anonymous features&amp;#039;&amp;#039;, this could look like &amp;lt;code&amp;gt;|1000:1000,2000:2000&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=See also=&lt;br /&gt;
&lt;br /&gt;
* [[Module:Map/doc|Map module API]]&lt;/div&gt;</summary>
		<author><name>Alex</name></author>
	</entry>
</feed>