<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Template%3ADW%2FMap%2Fdoc</id>
	<title>Template:DW/Map/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Template%3ADW%2FMap%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Template:DW/Map/doc&amp;action=history"/>
	<updated>2026-04-10T07:52:13Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.sasgaming.net/index.php?title=Template:DW/Map/doc&amp;diff=37752&amp;oldid=prev</id>
		<title>imported&gt;Keplare at 00:47, 16 March 2026</title>
		<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Template:DW/Map/doc&amp;diff=37752&amp;oldid=prev"/>
		<updated>2026-03-16T00:47:22Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{documentation}}&lt;br /&gt;
This template displays the map, loaded from [https://maps.runescape.wiki maps.runescape.wiki/dw/tiles].&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
This template can be used by entering the following on an item, object, or NPC&amp;#039;s page.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Map&lt;br /&gt;
|entity&lt;br /&gt;
|width =&lt;br /&gt;
|height =&lt;br /&gt;
|center =&lt;br /&gt;
|zoom =&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Parameters and usage&lt;br /&gt;
|-&lt;br /&gt;
! Parameter !! Description !! Example&lt;br /&gt;
|-&lt;br /&gt;
| entity || The name of the item, object, or NPC. This name will retrieve the name from &amp;lt;code&amp;gt;Module:Map/entity.json&amp;lt;/code&amp;gt;. || {{T|Map|chests}} calls the Module:Map/chests.json page and retrieves the location parameters.&lt;br /&gt;
|-&lt;br /&gt;
| width || The width of the map, followed by px. 250px is the standard used for single-entity spawns in a page. Use discretion when incorporating the with parameter if there are multiple points on the map. If multiple points are spread apart, consider ignoring this parameter. || 250px is used for [[Dust-covered Sketchbook]]. &amp;lt;pre&amp;gt;{{Map|Dust-covered Sketchbook|width=250px|height=250px}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| height || The height of the map, followed by px. 250px is the standard used for single-entity spawns in a page. Use discretion when incorporating the with parameter if there are multiple points on the map. If multiple points are spread apart, consider ignoring this parameter.|| 250px is used for [[Dust-covered Sketchbook]]. &amp;lt;pre&amp;gt;{{Map|Dust-covered Sketchbook|width=250px|height=250px}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| center || The center of the map in x,y format. For single-item spawns, go to its page, and the x,y values in the .json page will be used, where center=x is the y value, and center=y is the .json x value. For multiple points, use the multiple-point centroid formula to calculate the approximate center value.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;The default value for &amp;lt;code&amp;gt;center&amp;lt;/code&amp;gt; is 50400,151200.|| The [[Bloodblight Cape]]&amp;#039;s [[Module:Map/Bloodblight Cape.json|location]] is: &amp;quot;x&amp;quot;: 125281, &amp;quot;y&amp;quot;: 170452. Inputting the center values in {{T|Map}} will be: &amp;lt;pre&amp;gt;{{Map|Bloodblight Cape|center=170452,125281}}&amp;lt;/pre&amp;gt; For Ancient Tomes in [[What Remains is Written]], the centroid for all five points is 214719.23,-32169.32, but make sure to flip these values for the center parameter: &amp;lt;pre&amp;gt;{{Map|Ancient Tomes|center=-32169.32,214719.23}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| zoom || The zoom level from 1 (default) to 4. ||&lt;br /&gt;
Zoom 1 = {{Map|Duke&amp;#039;s Diary|width=200px|height=200px|center=159500,61000|zoom=1}} &lt;br /&gt;
Zoom 2 = {{Map|Duke&amp;#039;s Diary|width=200px|height=200px|center=159500,61000|zoom=2}} &lt;br /&gt;
Zoom 3 = {{Map|Duke&amp;#039;s Diary|width=200px|height=200px|center=159500,61000|zoom=3}} &lt;br /&gt;
Zoom 4 = {{Map|Duke&amp;#039;s Diary|width=200px|height=200px|center=159500,61000|zoom=4}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
	&amp;quot;params&amp;quot;: {&lt;br /&gt;
		&amp;quot;entity&amp;quot;: {&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;wiki-page-name&amp;quot;,&lt;br /&gt;
            &amp;quot;required&amp;quot;: true,&lt;br /&gt;
			&amp;quot;suggested&amp;quot;: true&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;width&amp;quot;: {&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;content&amp;quot;,&lt;br /&gt;
			&amp;quot;suggested&amp;quot;: true&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;height&amp;quot;: {&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;content&amp;quot;,&lt;br /&gt;
			&amp;quot;suggested&amp;quot;: true&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;center&amp;quot;: {&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;wiki-page-name&amp;quot;,&lt;br /&gt;
            &amp;quot;suggested&amp;quot;: true&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;zoom&amp;quot;: {&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;number&amp;quot;,&lt;br /&gt;
            &amp;quot;suggested&amp;quot;: true&lt;br /&gt;
		}&lt;br /&gt;
	},&lt;br /&gt;
	&amp;quot;paramOrder&amp;quot;: [&lt;br /&gt;
		&amp;quot;entity&amp;quot;,&lt;br /&gt;
		&amp;quot;width&amp;quot;,&lt;br /&gt;
		&amp;quot;height&amp;quot;,&lt;br /&gt;
		&amp;quot;center&amp;quot;,&lt;br /&gt;
		&amp;quot;zoom&amp;quot;&lt;br /&gt;
	]&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;Keplare</name></author>
	</entry>
</feed>