<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://www.atitd.org/wiki/t6w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rogarian</id>
	<title>ATITD6 - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://www.atitd.org/wiki/t6w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rogarian"/>
	<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/tale6/Special:Contributions/Rogarian"/>
	<updated>2026-05-31T09:51:07Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>http://www.atitd.org/wiki/t6w/index.php?title=WikiMaps&amp;diff=252353</id>
		<title>WikiMaps</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t6w/index.php?title=WikiMaps&amp;diff=252353"/>
		<updated>2014-03-02T22:09:07Z</updated>

		<summary type="html">&lt;p&gt;Rogarian: /* Map Customization / Tag Attributes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__ &lt;br /&gt;
&lt;br /&gt;
== Google Maps is no more!  (A brief history) ==&lt;br /&gt;
&lt;br /&gt;
After Google deprecated version 2 of the Google Maps API all of the maps on the wiki broke.  After along and drawn out process of trying to convert everything to version 3 of the Google Maps API the thought occurred to me that Google would deprecate v3 of the mapping API in the next 3-6 years and the cycle would repeat!  So rather than trusting Google again (fool me once) I decided to look for a stand alone mapping API that wouldn't be dependent on any external services.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After looking at various APIs I settled on the [http://leafletjs.com/ Leaflet] API.  It's small, fast and most importantly: completely self contained.  After learning the new API and using [http://rogarian.atitd.org/shroomdar2/ Shroomdar 2] as my test bed I was able to get every thing working.  After that I started looking for a [http://www.mediawiki.org/wiki/MediaWiki MediaWiki] mapping extension that used Leaflet and discovered [https://www.mediawiki.org/wiki/Extension:MultiMaps MultiMaps].  By running a local MediaWiki wiki I was able to modify the extension to use the ATITD tile set and coordinate system.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The next step was to install it on the ATITD.org server.  That failed.  The MultiMaps extension used conventions that required a newer version of PHP than the ATITD.org server was running.  So rather than using third-party PHP packages or doing a complete OS upgrade I decided to write a brand new MediaWiki extension.  I've tried to make it MOSTLY compatible with the prior Google Map extension syntax.  But there are differences.  Hopefully these bugs will be slowly ironed out and we'll gain additional functionality.  This page is an attempt to document the new extension.&lt;br /&gt;
&lt;br /&gt;
Please use the discussion tab for thoughts or suggestions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--Rogarian&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Known Issues ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* None!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Egypt Maps Introduction ==&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;nowiki&amp;gt;&amp;lt;egypt&amp;gt;&amp;lt;/nowiki&amp;gt; tag allows wiki users to create zoom-able, pan-able maps of Egypt with customized markers.&lt;br /&gt;
&lt;br /&gt;
Simply add the following on a wiki page to create a default map:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or for backwards compatibility:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;googlemap&amp;gt;&lt;br /&gt;
&amp;lt;/goolemap&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will generate a map like:&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Map Customization / Tag Attributes ==&lt;br /&gt;
&lt;br /&gt;
To customize the map you can set the following tags (attributes):&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Default&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|tale&lt;br /&gt;
|6&lt;br /&gt;
|Which Tale to display?&lt;br /&gt;
|Legal values: '''1''', '''2''', '''3''', '''4''', '''4b''', '''5''' and '''6'''.&lt;br /&gt;
|-&lt;br /&gt;
|width&lt;br /&gt;
|512&lt;br /&gt;
|Width of the map in pixels.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|height&lt;br /&gt;
|1024&lt;br /&gt;
|Height of the map in pixels.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|lat&lt;br /&gt;
|1024&lt;br /&gt;
|The center latitude (x) on the map.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|lon&lt;br /&gt;
|0&lt;br /&gt;
|The center longitude (y) on the map.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|zoom&lt;br /&gt;
|2&lt;br /&gt;
|Default zoom level.&lt;br /&gt;
|Game Map Legal values: 1 to 8 - only tales T5 and up contains data on levels 7 and 8.  Non-game: 1 to 18 (varies based on service and location)&lt;br /&gt;
|-&lt;br /&gt;
|mode&lt;br /&gt;
|game&lt;br /&gt;
|Option to change map services.&lt;br /&gt;
|Legal values: '''game''' or '''osm''' (OpenStreetMap), '''mapq''' (MapQuest standard) and '''mapqoa''' (Mapquest Open Aerial).&lt;br /&gt;
|-&lt;br /&gt;
|showposition &lt;br /&gt;
|yes&lt;br /&gt;
|Show x,y coords under the mouse.  Will show latitude and longitude on non-game maps.&amp;lt;hr/&amp;gt;Clicking on the coordinates window will bring up an input window.&amp;lt;br /&amp;gt;A marker will appear at the entered coordinates.&amp;lt;br /&amp;gt;Clicking on the marker will remove it from the map.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showregion&lt;br /&gt;
|yes&lt;br /&gt;
|Shows the region name under the mouse.  Only T4 - T6 game maps are supported.&amp;lt;br&amp;gt;Note: Does not work on non-game maps.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showmeasure&lt;br /&gt;
|yes&lt;br /&gt;
|Adds a measuring control to the map to mark a path and show distances in coords.&amp;lt;br&amp;gt;Note: Does not work on non-game maps.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showzoom&lt;br /&gt;
|yes&lt;br /&gt;
|Adds a zoom control to the map.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showfullscreen&lt;br /&gt;
|yes&lt;br /&gt;
|Adds a control to allowing viewing the map in full screen mode.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|icons&lt;br /&gt;
|(see description)&lt;br /&gt;
|URL template for custom markers.&amp;lt;br&amp;gt;Default: /wiki/tale5/images/markers/marker{label}.png&lt;br /&gt;
|Use &amp;quot;{label}&amp;quot; where the name of the icon will be inserted.&lt;br /&gt;
|-&lt;br /&gt;
|icon&lt;br /&gt;
|(see description)&lt;br /&gt;
|URL for markers without an icon specified.&amp;lt;br&amp;gt;Default: /wiki/tale5/images/markers/marker.png&lt;br /&gt;
|Default icon to use if one isn't defined.&lt;br /&gt;
|-&lt;br /&gt;
|iconsize&lt;br /&gt;
|32x32&lt;br /&gt;
|Height and width of the icons&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|iconanchor&lt;br /&gt;
|10,32&lt;br /&gt;
|Height and width of the icon anchor point&lt;br /&gt;
|Useful when using non-local markers.&lt;br /&gt;
|-&lt;br /&gt;
|autosizeicons&lt;br /&gt;
|yes&lt;br /&gt;
|Automatically adjusts icon size for locally hosted markers.&amp;lt;br&amp;gt;Disable this if using external markers!&lt;br /&gt;
|Legal values: '''no''' or '''yes'''&lt;br /&gt;
|-&lt;br /&gt;
|scrollwheel&lt;br /&gt;
|zoom&lt;br /&gt;
|Define how the scroll wheel behaves.&lt;br /&gt;
|Legal values: '''nothing''' or '''zoom'''.&lt;br /&gt;
|-&lt;br /&gt;
|mouseoverpopup&lt;br /&gt;
|no&lt;br /&gt;
|Show marker popups on marker mouseover.&amp;lt;br&amp;gt;&lt;br /&gt;
Note: Usage can make links in popups impossible to click!&lt;br /&gt;
|Legal values: '''no''' or '''yes'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Commands no longer supported ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#5F5B5F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#5F5B5F;&amp;quot; | Desc&lt;br /&gt;
! style=&amp;quot;background:#5F5B5F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|cursor&lt;br /&gt;
|Which mouse cursor to use on the map?&lt;br /&gt;
|Legal values: '''pointer''' (hand), ''default'' (standard mouse cursor) and ''crosshair''.&lt;br /&gt;
|-&lt;br /&gt;
|stroke&lt;br /&gt;
|Width of paths, in pixels.&lt;br /&gt;
|Does not work in game maps.&lt;br /&gt;
|-&lt;br /&gt;
|scale&lt;br /&gt;
|Show the scale?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|overview&lt;br /&gt;
|Show the inset navigation map?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|selector&lt;br /&gt;
|Show the map/hybrid/satellite selector&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|type&lt;br /&gt;
|The type of map to display.&lt;br /&gt;
|Game Maps: '''game''' - Shard A, ''gameb'' - Shard B, Normal Google Maps: ''normal'' (or, equivalently, ''map'') - Normal Google Map, ''terrain'', ''hybrid'', and ''satellite''.&lt;br /&gt;
|-&lt;br /&gt;
|controls&lt;br /&gt;
|Zoom and navigation controls.&lt;br /&gt;
|Legal values: ''small'' creates +/- zoom buttons, '''medium''' has zoom buttons and pan buttons, ''large'' has pan buttons with a sliding scale for zoom, and ''none'' has no buttons.&lt;br /&gt;
|-&lt;br /&gt;
|doubleclick&lt;br /&gt;
|What to do when the user double-clicks?&lt;br /&gt;
|Legal values: '''recenter''' or ''zoom''.&lt;br /&gt;
|-&lt;br /&gt;
|zoomstyle&lt;br /&gt;
|How does the map zoom?&lt;br /&gt;
|Legal values: ''fast'' and '''smooth''', also known as continuous zooming (only works in some browsers).&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Markers ==&lt;br /&gt;
&lt;br /&gt;
In the content of the tag, you can define one marker per line. &lt;br /&gt;
&lt;br /&gt;
Each line may or may not start with an icon name in parentheses.  &lt;br /&gt;
&lt;br /&gt;
The line should then have the latitude (x), then a comma, optionally a space, then the longitude (y), then a comma, then text for the popup window.&lt;br /&gt;
&lt;br /&gt;
The popup text can include wiki mark-up (and commas).  Long sections of text may be split over several lines using a backslash (\) at the end of the line. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A list of markers is available on [[User:Mayanah/map|Mayanahs map page.]]&lt;br /&gt;
&lt;br /&gt;
ATITD.org now hosts local copies of most of the icons Mayanah graciously provided.&lt;br /&gt;
&lt;br /&gt;
These are used by default if the ''icons'' tag is not provided; the icons follow the same naming convention on Mayanahs page.  &lt;br /&gt;
&lt;br /&gt;
Click here to show all locally hosted markers: http://www.atitd.org/wiki/tale5/images/markers or visit [[Rogarian/GoogleMapMarkerTest]] which shows all 1461 locally stored pins ('''Warning: will be VERY slow!''').&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Marker Usage Example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; showposition=&amp;quot;yes&amp;quot; scrollwheel=&amp;quot;nothing&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600, This text is in the popup!&lt;br /&gt;
400, 400, More popup text.  It can contain '''wiki markup''' text.&amp;lt;br&amp;gt;\&lt;br /&gt;
Also, text can be split over multiple lines as long as the&amp;lt;br&amp;gt;\&lt;br /&gt;
last character is a backslash (\).&amp;lt;br&amp;gt;\&lt;br /&gt;
It can also contain &amp;quot;quotes&amp;quot;.&amp;lt;br&amp;gt;\&lt;br /&gt;
&amp;lt;br&amp;gt;\&lt;br /&gt;
[http://www.mediawiki.org/wiki/MediaWiki MediaWiki Link]&lt;br /&gt;
(S) 100, 100, Popup Text Goes here&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; showposition=&amp;quot;yes&amp;quot; scrollwheel=&amp;quot;nothing&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600, This text is in the popup!&lt;br /&gt;
400, 400, More popup text.  It can contain '''wiki markup''' text.&amp;lt;br&amp;gt;\&lt;br /&gt;
Also, text can be split over multiple lines as long as the&amp;lt;br&amp;gt;\&lt;br /&gt;
last character is a backslash (\).&amp;lt;br&amp;gt;\&lt;br /&gt;
It can also contain &amp;quot;quotes&amp;quot;.&amp;lt;br&amp;gt;\&lt;br /&gt;
&amp;lt;br&amp;gt;\&lt;br /&gt;
[http://www.mediawiki.org/wiki/MediaWiki MediaWiki Link]&lt;br /&gt;
(S) 100, 100, Popup Text Goes here&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Customized Icons ==&lt;br /&gt;
&lt;br /&gt;
You can host your own collection of icons on your server, but note that they'll have the same anchor points as ATITD.org's default icon (32x32). &lt;br /&gt;
&lt;br /&gt;
Otherwise make sure you disable '''autosizeicons''' and specify the '''iconsize''' and '''iconanchors'''.&lt;br /&gt;
&lt;br /&gt;
To use your icons, add an icon attribute to your maps like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt lat=&amp;quot;42.711618&amp;quot; lon=&amp;quot;-73.205112&amp;quot; zoom=&amp;quot;2&amp;quot; &lt;br /&gt;
 icon=&amp;quot;http://myserver.com/standardmarker.png&amp;quot; &lt;br /&gt;
 icons=&amp;quot;http://myserver.com/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10,32&amp;quot; &lt;br /&gt;
 autosizeicons=&amp;quot;no&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[User:Mayanah|Mayanah]] has some instructions for using an alternate set of icons [[User:Mayanah/map|map here]] and a set of [[User:Mayanah/map#Mine_Specific|Mine Specific]] icons and [[User:Mayanah/map#Quarry_Specific|Quarry Specific]]on the same page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Drawing Commands ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|line ''path'' option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a line along a path.&lt;br /&gt;
|Path format: coordx1,coordy1:x2,y2:x3,y3:...xN,yN &lt;br /&gt;
|-&lt;br /&gt;
|rect ''boundary'' option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a rectangle defined by ''boundary''.&lt;br /&gt;
|Boundary: coordx1,coordy1:x2,y2&lt;br /&gt;
|-&lt;br /&gt;
|poly ''boundary'' option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a filled in polygon defined by ''boundary''.&lt;br /&gt;
|Boundary format: coordx1,coordy1:x2,y2:x3,y3:...xN,yN &lt;br /&gt;
|-&lt;br /&gt;
|circ x,y radius option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a filled circle defined by coords and radius.&lt;br /&gt;
|Format: coordx1,coordy1 radius&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Popup text is ''optional''.  They are the same as markers except the popup text begins on the second line.&lt;br /&gt;
&lt;br /&gt;
The popup text can include wiki mark-up (and commas). Lines may be split using a backslash (\). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Drawing Options ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Option&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Type&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Default&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Desc&lt;br /&gt;
|-&lt;br /&gt;
|stroke&lt;br /&gt;
|Boolean&lt;br /&gt;
|true&lt;br /&gt;
| 	Whether to draw stroke along the path. Set it to false to disable borders on polygons or circles.&lt;br /&gt;
|-&lt;br /&gt;
|color&lt;br /&gt;
|String&lt;br /&gt;
|'#03f'&lt;br /&gt;
|Stroke color.&lt;br /&gt;
|-&lt;br /&gt;
|weight&lt;br /&gt;
|Number&lt;br /&gt;
|5&lt;br /&gt;
|Stroke width in pixels.&lt;br /&gt;
|-&lt;br /&gt;
|opacity&lt;br /&gt;
|Number&lt;br /&gt;
|0.5&lt;br /&gt;
|Stroke opacity.&lt;br /&gt;
|-&lt;br /&gt;
|fill&lt;br /&gt;
|Boolean&lt;br /&gt;
|depends&lt;br /&gt;
|Whether to fill the path with color. Set it to false to disable filling on polygons or circles.&lt;br /&gt;
|-&lt;br /&gt;
|fillColor&lt;br /&gt;
|String&lt;br /&gt;
|same as color&lt;br /&gt;
|Fill color.&lt;br /&gt;
|-&lt;br /&gt;
|fillOpacity&lt;br /&gt;
|Number&lt;br /&gt;
|0.2&lt;br /&gt;
|Fill opacity.&lt;br /&gt;
|-&lt;br /&gt;
|dashArray&lt;br /&gt;
|String&lt;br /&gt;
|null&lt;br /&gt;
|A string that defines the stroke dash pattern. Doesn't work on canvas-powered layers (e.g. Android 2).&amp;lt;br&amp;gt;&lt;br /&gt;
It's a list of comma separated &amp;lt;length&amp;gt;s and &amp;lt;percentage&amp;gt;s that specify the lengths of alternating dashes and gaps.&amp;lt;br&amp;gt;&lt;br /&gt;
If an odd number of values is provided, then the list of values is repeated to yield an even number of values.&amp;lt;br&amp;gt;&lt;br /&gt;
Thus, 5,3,2 is equivalent to 5,3,2,5,3,2.&lt;br /&gt;
|-&lt;br /&gt;
|lineCap&lt;br /&gt;
|String&lt;br /&gt;
|null&lt;br /&gt;
|A string that defines shape to be used at the end of the stroke.&amp;lt;br&amp;gt;&lt;br /&gt;
Legal values: '''butt''', '''round''' or '''square'''.&lt;br /&gt;
|-&lt;br /&gt;
|lineJoin&lt;br /&gt;
|String&lt;br /&gt;
|null&lt;br /&gt;
|A string that defines shape to be used at the corners of the stroke.&amp;lt;br&amp;gt;&lt;br /&gt;
Legal values: '''butt''', '''round''' or '''square'''.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: ''String'' types must be enclosed in singles quotes: &amp;amp;#39;''string''&amp;amp;#39;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Example Maps==&lt;br /&gt;
&lt;br /&gt;
===Good Default Settings===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Map Drawing Examples===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#ff0000', lineCap:'round', weight:10&lt;br /&gt;
rect 2500,6800:4800,4600 color:'#00ff00', weight:1&lt;br /&gt;
poly 2300,-5500:3200,-3400:4500,-6400 color:'#ff00ff', dashArray:'15, 10, 5, 10, 15'\&lt;br /&gt;
The Egyptian Triangle?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Is there such a thing?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Check [https://www.google.com/search?q=egyptian+triangle Google!]&lt;br /&gt;
circ 0,0 450 color:'#000000'&lt;br /&gt;
circ -1500,-4000 600 color:'#0000FF', fill:false\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -1500,-3200:-1500,-4800 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -2300,-4000:-700,-4000 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#ff0000', lineCap:'round', weight:10&lt;br /&gt;
rect 2500,6800:4800,4600 color:'#00ff00', weight:1&lt;br /&gt;
poly 2300,-5500:3200,-3400:4500,-6400 color:'#ff00ff', dashArray:'15, 10, 5, 10, 15'\&lt;br /&gt;
The Egyptian Triangle?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Is there such a thing?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Check [https://www.google.com/search?q=egyptian+triangle Google!]&lt;br /&gt;
circ 0,0 450 color:'#000000'&lt;br /&gt;
circ -1500,-4000 600 color:'#0000FF', fill:false\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -1500,-3200:-1500,-4800 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -2300,-4000:-700,-4000 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Map Boundries Examples===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
# Four Corners&lt;br /&gt;
line -1000,4025:-1000,4790:200,4790:200,4025:-1000,4025 color:'#ff0000'&lt;br /&gt;
# Valley of Kings&lt;br /&gt;
line -3070,4190:-3070,8190:-1000,8190:-1000,4190:-3070,4190 color:'#ff0000'&lt;br /&gt;
Must draw this on top of adjoining areas so it's on top in the z-order&lt;br /&gt;
# Cat's Claw Ridge&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#0000ff',opacity:1\&lt;br /&gt;
This is a pop for the blue line.&amp;lt;br&amp;gt;\&lt;br /&gt;
This is the more text for the blue lines popup.&lt;br /&gt;
# Cradle of the Sun&lt;br /&gt;
line 2700,-1400:2700,740:4900,740:4900,-1400:2700,-1400 color:'#ff0000'&lt;br /&gt;
# Midland Valley&lt;br /&gt;
line 800,4600:800,5500:1750,5500:1750,4600:800,4600 color:'#ff0000'&lt;br /&gt;
# Seven Lakes&lt;br /&gt;
line -400,-4100:-400,-100:2700,-100:2700,-4100:-400,-4100 color:'#ff0000'&lt;br /&gt;
# Eastern Grounds&lt;br /&gt;
line 3505,-8100:3505,-4100:4900,-4100:4900,-8100:3505,-8100 color:'#ff0000'&lt;br /&gt;
# Lake of Reeds&lt;br /&gt;
line 3450,6000:3450,8190:4990,8190:4990,6000:3450,6000 color:'#ff0000'&lt;br /&gt;
# River Plains&lt;br /&gt;
line 200,1440:200,4600:1800,4600:1800,1440:200,1440 color:'#ff0000'&lt;br /&gt;
# Sinai&lt;br /&gt;
line 2170,3700:2170,6000:4200,6000:4200,3700:2170,3700 color:'#ff0000'&lt;br /&gt;
# South Egypt&lt;br /&gt;
line -910,-8190:-910,-4100:3505,-4100:3505,-8190:-910,-8190 color:'#ff0000'&lt;br /&gt;
# Desert of Shades&lt;br /&gt;
line -3070,-600:-3070,4025:200,4025:200,-100:-400,-100:-400,-600:-3070,-600 color:'#ff0000'&lt;br /&gt;
# Old Egypt&lt;br /&gt;
line 200,5200:200,7900:1505,7900:1505,5500:800,5500:800,5200:200,5200 color:'#ff0000'&lt;br /&gt;
# Desert of Nomads&lt;br /&gt;
line 1505,5500:1505,7600:2170,7600:2170,5200:1750,5200:1750,5500:1505,5500 color:'#ff0000'&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
# Four Corners&lt;br /&gt;
line -1000,4025:-1000,4790:200,4790:200,4025:-1000,4025 color:'#ff0000'&lt;br /&gt;
# Valley of Kings&lt;br /&gt;
line -3070,4190:-3070,8190:-1000,8190:-1000,4190:-3070,4190 color:'#ff0000'&lt;br /&gt;
Must draw this on top of adjoining areas so it's on top in the z-order&lt;br /&gt;
# Cat's Claw Ridge&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#0000ff',opacity:1\&lt;br /&gt;
This is a pop for the blue line.&amp;lt;br&amp;gt;\&lt;br /&gt;
This is the more text for the blue lines popup.&lt;br /&gt;
# Cradle of the Sun&lt;br /&gt;
line 2700,-1400:2700,740:4900,740:4900,-1400:2700,-1400 color:'#ff0000'&lt;br /&gt;
# Midland Valley&lt;br /&gt;
line 800,4600:800,5500:1750,5500:1750,4600:800,4600 color:'#ff0000'&lt;br /&gt;
# Seven Lakes&lt;br /&gt;
line -400,-4100:-400,-100:2700,-100:2700,-4100:-400,-4100 color:'#ff0000'&lt;br /&gt;
# Eastern Grounds&lt;br /&gt;
line 3505,-8100:3505,-4100:4900,-4100:4900,-8100:3505,-8100 color:'#ff0000'&lt;br /&gt;
# Lake of Reeds&lt;br /&gt;
line 3450,6000:3450,8190:4990,8190:4990,6000:3450,6000 color:'#ff0000'&lt;br /&gt;
# River Plains&lt;br /&gt;
line 200,1440:200,4600:1800,4600:1800,1440:200,1440 color:'#ff0000'&lt;br /&gt;
# Sinai&lt;br /&gt;
line 2170,3700:2170,6000:4200,6000:4200,3700:2170,3700 color:'#ff0000'&lt;br /&gt;
# South Egypt&lt;br /&gt;
line -910,-8190:-910,-4100:3505,-4100:3505,-8190:-910,-8190 color:'#ff0000'&lt;br /&gt;
# Desert of Shades&lt;br /&gt;
line -3070,-600:-3070,4025:200,4025:200,-100:-400,-100:-400,-600:-3070,-600 color:'#ff0000'&lt;br /&gt;
# Old Egypt&lt;br /&gt;
line 200,5200:200,7900:1505,7900:1505,5500:800,5500:800,5200:200,5200 color:'#ff0000'&lt;br /&gt;
# Desert of Nomads&lt;br /&gt;
line 1505,5500:1505,7600:2170,7600:2170,5200:1750,5200:1750,5500:1505,5500 color:'#ff0000'&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
===All of Egypt, Square===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
===All of Egypt, Square, No visual controls===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512 showfullscreen=no showzoom=no showposition=no showregion=no showmeasure=no&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512 showfullscreen=no showzoom=no showposition=no showregion=no showmeasure=no&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===MapQuest Example===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=11 width=512 height=512 mode=mapqoa lat=29.9792 lon=31.1344&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=11 width=512 height=512 mode=mapqoa lat=29.9792 lon=31.1344&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== All Tales in Table Design ===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 5 Shard A&lt;br /&gt;
!Tale 4 Shard B&lt;br /&gt;
!Tale 4 Shard A&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=5&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;http://www.atitd.org/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
(GH) 770, 5752, GuildHall @ 764, 5742&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=4b&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=4&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;http://www.atitd.org/wiki/tale5/images/markers/{label}.png&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
(red_MarkerC) 863, -5339, T4A Compound @ 863, -5339&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 3&lt;br /&gt;
!Tale 2&lt;br /&gt;
!Tale 1&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=3&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=2&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;http://www.atitd.org/wiki/tale5/images/markers/{label}.png&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(red_MarkerC) 2372, 5136, Old T2 Compound @ 2372, 5136&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=1&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Rogarian</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t6w/index.php?title=WikiMaps&amp;diff=252225</id>
		<title>WikiMaps</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t6w/index.php?title=WikiMaps&amp;diff=252225"/>
		<updated>2014-02-26T18:02:51Z</updated>

		<summary type="html">&lt;p&gt;Rogarian: /* Map Boundries Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__ &lt;br /&gt;
&lt;br /&gt;
== Google Maps is no more!  (A brief history) ==&lt;br /&gt;
&lt;br /&gt;
After Google deprecated version 2 of the Google Maps API all of the maps on the wiki broke.  After along and drawn out process of trying to convert everything to version 3 of the Google Maps API the thought occurred to me that Google would deprecate v3 of the mapping API in the next 3-6 years and the cycle would repeat!  So rather than trusting Google again (fool me once) I decided to look for a stand alone mapping API that wouldn't be dependent on any external services.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After looking at various APIs I settled on the [http://leafletjs.com/ Leaflet] API.  It's small, fast and most importantly: completely self contained.  After learning the new API and using [http://rogarian.atitd.org/shroomdar2/ Shroomdar 2] as my test bed I was able to get every thing working.  After that I started looking for a [http://www.mediawiki.org/wiki/MediaWiki MediaWiki] mapping extension that used Leaflet and discovered [https://www.mediawiki.org/wiki/Extension:MultiMaps MultiMaps].  By running a local MediaWiki wiki I was able to modify the extension to use the ATITD tile set and coordinate system.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The next step was to install it on the ATITD.org server.  That failed.  The MultiMaps extension used conventions that required a newer version of PHP than the ATITD.org server was running.  So rather than using third-party PHP packages or doing a complete OS upgrade I decided to write a brand new MediaWiki extension.  I've tried to make it MOSTLY compatible with the prior Google Map extension syntax.  But there are differences.  Hopefully these bugs will be slowly ironed out and we'll gain additional functionality.  This page is an attempt to document the new extension.&lt;br /&gt;
&lt;br /&gt;
Please use the discussion tab for thoughts or suggestions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--Rogarian&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Known Issues ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* None!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Egypt Maps Introduction ==&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;nowiki&amp;gt;&amp;lt;egypt&amp;gt;&amp;lt;/nowiki&amp;gt; tag allows wiki users to create zoom-able, pan-able maps of Egypt with customized markers.&lt;br /&gt;
&lt;br /&gt;
Simply add the following on a wiki page to create a default map:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or for backwards compatibility:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;googlemap&amp;gt;&lt;br /&gt;
&amp;lt;/goolemap&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will generate a map like:&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Map Customization / Tag Attributes ==&lt;br /&gt;
&lt;br /&gt;
To customize the map you can set the following tags (attributes):&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Default&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|tale&lt;br /&gt;
|6&lt;br /&gt;
|Which Tale to display?&lt;br /&gt;
|Legal values: '''1''', '''2''', '''3''', '''4''', '''4b''', '''5''' and '''6'''.&lt;br /&gt;
|-&lt;br /&gt;
|width&lt;br /&gt;
|512&lt;br /&gt;
|Width of the map in pixels.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|height&lt;br /&gt;
|1024&lt;br /&gt;
|Height of the map in pixels.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|lat&lt;br /&gt;
|1024&lt;br /&gt;
|The center latitude (x) on the map.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|lon&lt;br /&gt;
|0&lt;br /&gt;
|The center longitude (y) on the map.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|zoom&lt;br /&gt;
|2&lt;br /&gt;
|Default zoom level.&lt;br /&gt;
|Game Map Legal values: 1 to 8 - only tales T5 and up contains data on levels 7 and 8.  Non-game: 1 to 18 (varies based on service and location)&lt;br /&gt;
|-&lt;br /&gt;
|mode&lt;br /&gt;
|game&lt;br /&gt;
|Option to change map services.&lt;br /&gt;
|Legal values: '''game''' or '''osm''' (OpenStreetMap), '''mapq''' (MapQuest standard) and '''mapqoa''' (Mapquest Open Aerial).&lt;br /&gt;
|-&lt;br /&gt;
|showposition &lt;br /&gt;
|yes&lt;br /&gt;
|Show x,y coords under the mouse.  Will show latitude and longitude on non-game maps.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showregion&lt;br /&gt;
|yes&lt;br /&gt;
|Shows the region name under the mouse.  Only T4 - T6 game maps are supported.&amp;lt;br&amp;gt;Note: Does not work on non-game maps.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showmeasure&lt;br /&gt;
|yes&lt;br /&gt;
|Adds a measuring control to the map to mark a path and show distances in coords.&amp;lt;br&amp;gt;Note: Does not work on non-game maps.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showzoom&lt;br /&gt;
|yes&lt;br /&gt;
|Adds a zoom control to the map.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showfullscreen&lt;br /&gt;
|yes&lt;br /&gt;
|Adds a control to allowing viewing the map in full screen mode.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|icons&lt;br /&gt;
|(see description)&lt;br /&gt;
|URL template for custom markers.&amp;lt;br&amp;gt;Default: /wiki/tale5/images/markers/marker{label}.png&lt;br /&gt;
|Use &amp;quot;{label}&amp;quot; where the name of the icon will be inserted.&lt;br /&gt;
|-&lt;br /&gt;
|icon&lt;br /&gt;
|(see description)&lt;br /&gt;
|URL for markers without an icon specified.&amp;lt;br&amp;gt;Default: /wiki/tale5/images/markers/marker.png&lt;br /&gt;
|Default icon to use if one isn't defined.&lt;br /&gt;
|-&lt;br /&gt;
|iconsize&lt;br /&gt;
|32x32&lt;br /&gt;
|Height and width of the icons&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|iconanchor&lt;br /&gt;
|10,32&lt;br /&gt;
|Height and width of the icon anchor point&lt;br /&gt;
|Useful when using non-local markers.&lt;br /&gt;
|-&lt;br /&gt;
|autosizeicons&lt;br /&gt;
|yes&lt;br /&gt;
|Automatically adjusts icon size for locally hosted markers.&amp;lt;br&amp;gt;Disable this if using external markers!&lt;br /&gt;
|Legal values: '''no''' or '''yes'''&lt;br /&gt;
|-&lt;br /&gt;
|scrollwheel&lt;br /&gt;
|zoom&lt;br /&gt;
|Define how the scroll wheel behaves.&lt;br /&gt;
|Legal values: '''nothing''' or '''zoom'''.&lt;br /&gt;
|-&lt;br /&gt;
|mouseoverpopup&lt;br /&gt;
|no&lt;br /&gt;
|Show marker popups on marker mouseover.&amp;lt;br&amp;gt;&lt;br /&gt;
Note: Usage can make links in popups impossible to click!&lt;br /&gt;
|Legal values: '''no''' or '''yes'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Commands no longer supported ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#5F5B5F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#5F5B5F;&amp;quot; | Desc&lt;br /&gt;
! style=&amp;quot;background:#5F5B5F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|cursor&lt;br /&gt;
|Which mouse cursor to use on the map?&lt;br /&gt;
|Legal values: '''pointer''' (hand), ''default'' (standard mouse cursor) and ''crosshair''.&lt;br /&gt;
|-&lt;br /&gt;
|stroke&lt;br /&gt;
|Width of paths, in pixels.&lt;br /&gt;
|Does not work in game maps.&lt;br /&gt;
|-&lt;br /&gt;
|scale&lt;br /&gt;
|Show the scale?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|overview&lt;br /&gt;
|Show the inset navigation map?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|selector&lt;br /&gt;
|Show the map/hybrid/satellite selector&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|type&lt;br /&gt;
|The type of map to display.&lt;br /&gt;
|Game Maps: '''game''' - Shard A, ''gameb'' - Shard B, Normal Google Maps: ''normal'' (or, equivalently, ''map'') - Normal Google Map, ''terrain'', ''hybrid'', and ''satellite''.&lt;br /&gt;
|-&lt;br /&gt;
|controls&lt;br /&gt;
|Zoom and navigation controls.&lt;br /&gt;
|Legal values: ''small'' creates +/- zoom buttons, '''medium''' has zoom buttons and pan buttons, ''large'' has pan buttons with a sliding scale for zoom, and ''none'' has no buttons.&lt;br /&gt;
|-&lt;br /&gt;
|doubleclick&lt;br /&gt;
|What to do when the user double-clicks?&lt;br /&gt;
|Legal values: '''recenter''' or ''zoom''.&lt;br /&gt;
|-&lt;br /&gt;
|zoomstyle&lt;br /&gt;
|How does the map zoom?&lt;br /&gt;
|Legal values: ''fast'' and '''smooth''', also known as continuous zooming (only works in some browsers).&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Markers ==&lt;br /&gt;
&lt;br /&gt;
In the content of the tag, you can define one marker per line. &lt;br /&gt;
&lt;br /&gt;
Each line may or may not start with an icon name in parentheses.  &lt;br /&gt;
&lt;br /&gt;
The line should then have the latitude (x), then a comma, optionally a space, then the longitude (y), then a comma, then text for the popup window.&lt;br /&gt;
&lt;br /&gt;
The popup text can include wiki mark-up (and commas).  Long sections of text may be split over several lines using a backslash (\) at the end of the line. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A list of markers is available on [[User:Mayanah/map|Mayanahs map page.]]&lt;br /&gt;
&lt;br /&gt;
ATITD.org now hosts local copies of most of the icons Mayanah graciously provided.&lt;br /&gt;
&lt;br /&gt;
These are used by default if the ''icons'' tag is not provided; the icons follow the same naming convention on Mayanahs page.  &lt;br /&gt;
&lt;br /&gt;
Click here to show all locally hosted markers: http://www.atitd.org/wiki/tale5/images/markers or visit [[Rogarian/GoogleMapMarkerTest]] which shows all 1461 locally stored pins ('''Warning: will be VERY slow!''').&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Marker Usage Example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; showposition=&amp;quot;yes&amp;quot; scrollwheel=&amp;quot;nothing&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600, This text is in the popup!&lt;br /&gt;
400, 400, More popup text.  It can contain '''wiki markup''' text.&amp;lt;br&amp;gt;\&lt;br /&gt;
Also, text can be split over multiple lines as long as the&amp;lt;br&amp;gt;\&lt;br /&gt;
last character is a backslash (\).&amp;lt;br&amp;gt;\&lt;br /&gt;
It can also contain &amp;quot;quotes&amp;quot;.&amp;lt;br&amp;gt;\&lt;br /&gt;
&amp;lt;br&amp;gt;\&lt;br /&gt;
[http://www.mediawiki.org/wiki/MediaWiki MediaWiki Link]&lt;br /&gt;
(S) 100, 100, Popup Text Goes here&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; showposition=&amp;quot;yes&amp;quot; scrollwheel=&amp;quot;nothing&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600, This text is in the popup!&lt;br /&gt;
400, 400, More popup text.  It can contain '''wiki markup''' text.&amp;lt;br&amp;gt;\&lt;br /&gt;
Also, text can be split over multiple lines as long as the&amp;lt;br&amp;gt;\&lt;br /&gt;
last character is a backslash (\).&amp;lt;br&amp;gt;\&lt;br /&gt;
It can also contain &amp;quot;quotes&amp;quot;.&amp;lt;br&amp;gt;\&lt;br /&gt;
&amp;lt;br&amp;gt;\&lt;br /&gt;
[http://www.mediawiki.org/wiki/MediaWiki MediaWiki Link]&lt;br /&gt;
(S) 100, 100, Popup Text Goes here&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Customized Icons ==&lt;br /&gt;
&lt;br /&gt;
You can host your own collection of icons on your server, but note that they'll have the same anchor points as ATITD.org's default icon (32x32). &lt;br /&gt;
&lt;br /&gt;
Otherwise make sure you disable '''autosizeicons''' and specify the '''iconsize''' and '''iconanchors'''.&lt;br /&gt;
&lt;br /&gt;
To use your icons, add an icon attribute to your maps like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt lat=&amp;quot;42.711618&amp;quot; lon=&amp;quot;-73.205112&amp;quot; zoom=&amp;quot;2&amp;quot; &lt;br /&gt;
 icon=&amp;quot;http://myserver.com/standardmarker.png&amp;quot; &lt;br /&gt;
 icons=&amp;quot;http://myserver.com/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10,32&amp;quot; &lt;br /&gt;
 autosizeicons=&amp;quot;no&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[User:Mayanah|Mayanah]] has some instructions for using an alternate set of icons [[User:Mayanah/map|map here]] and a set of [[User:Mayanah/map#Mine_Specific|Mine Specific]] icons and [[User:Mayanah/map#Quarry_Specific|Quarry Specific]]on the same page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Drawing Commands ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|line ''path'' option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a line along a path.&lt;br /&gt;
|Path format: coordx1,coordy1:x2,y2:x3,y3:...xN,yN &lt;br /&gt;
|-&lt;br /&gt;
|rect ''boundary'' option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a rectangle defined by ''boundary''.&lt;br /&gt;
|Boundary: coordx1,coordy1:x2,y2&lt;br /&gt;
|-&lt;br /&gt;
|poly ''boundary'' option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a filled in polygon defined by ''boundary''.&lt;br /&gt;
|Boundary format: coordx1,coordy1:x2,y2:x3,y3:...xN,yN &lt;br /&gt;
|-&lt;br /&gt;
|circ x,y radius option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a filled circle defined by coords and radius.&lt;br /&gt;
|Format: coordx1,coordy1 radius&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Popup text is ''optional''.  They are the same as markers except the popup text begins on the second line.&lt;br /&gt;
&lt;br /&gt;
The popup text can include wiki mark-up (and commas). Lines may be split using a backslash (\). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Drawing Options ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Option&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Type&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Default&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Desc&lt;br /&gt;
|-&lt;br /&gt;
|stroke&lt;br /&gt;
|Boolean&lt;br /&gt;
|true&lt;br /&gt;
| 	Whether to draw stroke along the path. Set it to false to disable borders on polygons or circles.&lt;br /&gt;
|-&lt;br /&gt;
|color&lt;br /&gt;
|String&lt;br /&gt;
|'#03f'&lt;br /&gt;
|Stroke color.&lt;br /&gt;
|-&lt;br /&gt;
|weight&lt;br /&gt;
|Number&lt;br /&gt;
|5&lt;br /&gt;
|Stroke width in pixels.&lt;br /&gt;
|-&lt;br /&gt;
|opacity&lt;br /&gt;
|Number&lt;br /&gt;
|0.5&lt;br /&gt;
|Stroke opacity.&lt;br /&gt;
|-&lt;br /&gt;
|fill&lt;br /&gt;
|Boolean&lt;br /&gt;
|depends&lt;br /&gt;
|Whether to fill the path with color. Set it to false to disable filling on polygons or circles.&lt;br /&gt;
|-&lt;br /&gt;
|fillColor&lt;br /&gt;
|String&lt;br /&gt;
|same as color&lt;br /&gt;
|Fill color.&lt;br /&gt;
|-&lt;br /&gt;
|fillOpacity&lt;br /&gt;
|Number&lt;br /&gt;
|0.2&lt;br /&gt;
|Fill opacity.&lt;br /&gt;
|-&lt;br /&gt;
|dashArray&lt;br /&gt;
|String&lt;br /&gt;
|null&lt;br /&gt;
|A string that defines the stroke dash pattern. Doesn't work on canvas-powered layers (e.g. Android 2).&amp;lt;br&amp;gt;&lt;br /&gt;
It's a list of comma separated &amp;lt;length&amp;gt;s and &amp;lt;percentage&amp;gt;s that specify the lengths of alternating dashes and gaps.&amp;lt;br&amp;gt;&lt;br /&gt;
If an odd number of values is provided, then the list of values is repeated to yield an even number of values.&amp;lt;br&amp;gt;&lt;br /&gt;
Thus, 5,3,2 is equivalent to 5,3,2,5,3,2.&lt;br /&gt;
|-&lt;br /&gt;
|lineCap&lt;br /&gt;
|String&lt;br /&gt;
|null&lt;br /&gt;
|A string that defines shape to be used at the end of the stroke.&amp;lt;br&amp;gt;&lt;br /&gt;
Legal values: '''butt''', '''round''' or '''square'''.&lt;br /&gt;
|-&lt;br /&gt;
|lineJoin&lt;br /&gt;
|String&lt;br /&gt;
|null&lt;br /&gt;
|A string that defines shape to be used at the corners of the stroke.&amp;lt;br&amp;gt;&lt;br /&gt;
Legal values: '''butt''', '''round''' or '''square'''.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: ''String'' types must be enclosed in singles quotes: &amp;amp;#39;''string''&amp;amp;#39;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Example Maps==&lt;br /&gt;
&lt;br /&gt;
===Good Default Settings===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Map Drawing Examples===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#ff0000', lineCap:'round', weight:10&lt;br /&gt;
rect 2500,6800:4800,4600 color:'#00ff00', weight:1&lt;br /&gt;
poly 2300,-5500:3200,-3400:4500,-6400 color:'#ff00ff', dashArray:'15, 10, 5, 10, 15'\&lt;br /&gt;
The Egyptian Triangle?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Is there such a thing?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Check [https://www.google.com/search?q=egyptian+triangle Google!]&lt;br /&gt;
circ 0,0 450 color:'#000000'&lt;br /&gt;
circ -1500,-4000 600 color:'#0000FF', fill:false\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -1500,-3200:-1500,-4800 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -2300,-4000:-700,-4000 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#ff0000', lineCap:'round', weight:10&lt;br /&gt;
rect 2500,6800:4800,4600 color:'#00ff00', weight:1&lt;br /&gt;
poly 2300,-5500:3200,-3400:4500,-6400 color:'#ff00ff', dashArray:'15, 10, 5, 10, 15'\&lt;br /&gt;
The Egyptian Triangle?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Is there such a thing?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Check [https://www.google.com/search?q=egyptian+triangle Google!]&lt;br /&gt;
circ 0,0 450 color:'#000000'&lt;br /&gt;
circ -1500,-4000 600 color:'#0000FF', fill:false\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -1500,-3200:-1500,-4800 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -2300,-4000:-700,-4000 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Map Boundries Examples===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
# Four Corners&lt;br /&gt;
line -1000,4025:-1000,4790:200,4790:200,4025:-1000,4025 color:'#ff0000'&lt;br /&gt;
# Valley of Kings&lt;br /&gt;
line -3070,4190:-3070,8190:-1000,8190:-1000,4190:-3070,4190 color:'#ff0000'&lt;br /&gt;
Must draw this on top of adjoining areas so it's on top in the z-order&lt;br /&gt;
# Cat's Claw Ridge&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#0000ff',opacity:1\&lt;br /&gt;
This is a pop for the blue line.&amp;lt;br&amp;gt;\&lt;br /&gt;
This is the more text for the blue lines popup.&lt;br /&gt;
# Cradle of the Sun&lt;br /&gt;
line 2700,-1400:2700,740:4900,740:4900,-1400:2700,-1400 color:'#ff0000'&lt;br /&gt;
# Midland Valley&lt;br /&gt;
line 800,4600:800,5500:1750,5500:1750,4600:800,4600 color:'#ff0000'&lt;br /&gt;
# Seven Lakes&lt;br /&gt;
line -400,-4100:-400,-100:2700,-100:2700,-4100:-400,-4100 color:'#ff0000'&lt;br /&gt;
# Eastern Grounds&lt;br /&gt;
line 3505,-8100:3505,-4100:4900,-4100:4900,-8100:3505,-8100 color:'#ff0000'&lt;br /&gt;
# Lake of Reeds&lt;br /&gt;
line 3450,6000:3450,8190:4990,8190:4990,6000:3450,6000 color:'#ff0000'&lt;br /&gt;
# River Plains&lt;br /&gt;
line 200,1440:200,4600:1800,4600:1800,1440:200,1440 color:'#ff0000'&lt;br /&gt;
# Sinai&lt;br /&gt;
line 2170,3700:2170,6000:4200,6000:4200,3700:2170,3700 color:'#ff0000'&lt;br /&gt;
# South Egypt&lt;br /&gt;
line -910,-8190:-910,-4100:3505,-4100:3505,-8190:-910,-8190 color:'#ff0000'&lt;br /&gt;
# Desert of Shades&lt;br /&gt;
line -3070,-600:-3070,4025:200,4025:200,-100:-400,-100:-400,-600:-3070,-600 color:'#ff0000'&lt;br /&gt;
# Old Egypt&lt;br /&gt;
line 200,5200:200,7900:1505,7900:1505,5500:800,5500:800,5200:200,5200 color:'#ff0000'&lt;br /&gt;
# Desert of Nomads&lt;br /&gt;
line 1505,5500:1505,7600:2170,7600:2170,5200:1750,5200:1750,5500:1505,5500 color:'#ff0000'&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
# Four Corners&lt;br /&gt;
line -1000,4025:-1000,4790:200,4790:200,4025:-1000,4025 color:'#ff0000'&lt;br /&gt;
# Valley of Kings&lt;br /&gt;
line -3070,4190:-3070,8190:-1000,8190:-1000,4190:-3070,4190 color:'#ff0000'&lt;br /&gt;
Must draw this on top of adjoining areas so it's on top in the z-order&lt;br /&gt;
# Cat's Claw Ridge&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#0000ff',opacity:1\&lt;br /&gt;
This is a pop for the blue line.&amp;lt;br&amp;gt;\&lt;br /&gt;
This is the more text for the blue lines popup.&lt;br /&gt;
# Cradle of the Sun&lt;br /&gt;
line 2700,-1400:2700,740:4900,740:4900,-1400:2700,-1400 color:'#ff0000'&lt;br /&gt;
# Midland Valley&lt;br /&gt;
line 800,4600:800,5500:1750,5500:1750,4600:800,4600 color:'#ff0000'&lt;br /&gt;
# Seven Lakes&lt;br /&gt;
line -400,-4100:-400,-100:2700,-100:2700,-4100:-400,-4100 color:'#ff0000'&lt;br /&gt;
# Eastern Grounds&lt;br /&gt;
line 3505,-8100:3505,-4100:4900,-4100:4900,-8100:3505,-8100 color:'#ff0000'&lt;br /&gt;
# Lake of Reeds&lt;br /&gt;
line 3450,6000:3450,8190:4990,8190:4990,6000:3450,6000 color:'#ff0000'&lt;br /&gt;
# River Plains&lt;br /&gt;
line 200,1440:200,4600:1800,4600:1800,1440:200,1440 color:'#ff0000'&lt;br /&gt;
# Sinai&lt;br /&gt;
line 2170,3700:2170,6000:4200,6000:4200,3700:2170,3700 color:'#ff0000'&lt;br /&gt;
# South Egypt&lt;br /&gt;
line -910,-8190:-910,-4100:3505,-4100:3505,-8190:-910,-8190 color:'#ff0000'&lt;br /&gt;
# Desert of Shades&lt;br /&gt;
line -3070,-600:-3070,4025:200,4025:200,-100:-400,-100:-400,-600:-3070,-600 color:'#ff0000'&lt;br /&gt;
# Old Egypt&lt;br /&gt;
line 200,5200:200,7900:1505,7900:1505,5500:800,5500:800,5200:200,5200 color:'#ff0000'&lt;br /&gt;
# Desert of Nomads&lt;br /&gt;
line 1505,5500:1505,7600:2170,7600:2170,5200:1750,5200:1750,5500:1505,5500 color:'#ff0000'&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
===All of Egypt, Square===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
===All of Egypt, Square, No visual controls===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512 showfullscreen=no showzoom=no showposition=no showregion=no showmeasure=no&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512 showfullscreen=no showzoom=no showposition=no showregion=no showmeasure=no&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===MapQuest Example===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=11 width=512 height=512 mode=mapqoa lat=29.9792 lon=31.1344&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=11 width=512 height=512 mode=mapqoa lat=29.9792 lon=31.1344&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== All Tales in Table Design ===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 5 Shard A&lt;br /&gt;
!Tale 4 Shard B&lt;br /&gt;
!Tale 4 Shard A&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=5&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;http://www.atitd.org/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
(GH) 770, 5752, GuildHall @ 764, 5742&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=4b&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=4&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;http://www.atitd.org/wiki/tale5/images/markers/{label}.png&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
(red_MarkerC) 863, -5339, T4A Compound @ 863, -5339&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 3&lt;br /&gt;
!Tale 2&lt;br /&gt;
!Tale 1&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=3&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=2&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;http://www.atitd.org/wiki/tale5/images/markers/{label}.png&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(red_MarkerC) 2372, 5136, Old T2 Compound @ 2372, 5136&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=1&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Rogarian</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t6w/index.php?title=WikiMaps&amp;diff=252224</id>
		<title>WikiMaps</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t6w/index.php?title=WikiMaps&amp;diff=252224"/>
		<updated>2014-02-26T18:02:10Z</updated>

		<summary type="html">&lt;p&gt;Rogarian: /* Map Customization / Tag Attributes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__ &lt;br /&gt;
&lt;br /&gt;
== Google Maps is no more!  (A brief history) ==&lt;br /&gt;
&lt;br /&gt;
After Google deprecated version 2 of the Google Maps API all of the maps on the wiki broke.  After along and drawn out process of trying to convert everything to version 3 of the Google Maps API the thought occurred to me that Google would deprecate v3 of the mapping API in the next 3-6 years and the cycle would repeat!  So rather than trusting Google again (fool me once) I decided to look for a stand alone mapping API that wouldn't be dependent on any external services.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After looking at various APIs I settled on the [http://leafletjs.com/ Leaflet] API.  It's small, fast and most importantly: completely self contained.  After learning the new API and using [http://rogarian.atitd.org/shroomdar2/ Shroomdar 2] as my test bed I was able to get every thing working.  After that I started looking for a [http://www.mediawiki.org/wiki/MediaWiki MediaWiki] mapping extension that used Leaflet and discovered [https://www.mediawiki.org/wiki/Extension:MultiMaps MultiMaps].  By running a local MediaWiki wiki I was able to modify the extension to use the ATITD tile set and coordinate system.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The next step was to install it on the ATITD.org server.  That failed.  The MultiMaps extension used conventions that required a newer version of PHP than the ATITD.org server was running.  So rather than using third-party PHP packages or doing a complete OS upgrade I decided to write a brand new MediaWiki extension.  I've tried to make it MOSTLY compatible with the prior Google Map extension syntax.  But there are differences.  Hopefully these bugs will be slowly ironed out and we'll gain additional functionality.  This page is an attempt to document the new extension.&lt;br /&gt;
&lt;br /&gt;
Please use the discussion tab for thoughts or suggestions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--Rogarian&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Known Issues ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* None!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Egypt Maps Introduction ==&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;nowiki&amp;gt;&amp;lt;egypt&amp;gt;&amp;lt;/nowiki&amp;gt; tag allows wiki users to create zoom-able, pan-able maps of Egypt with customized markers.&lt;br /&gt;
&lt;br /&gt;
Simply add the following on a wiki page to create a default map:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or for backwards compatibility:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;googlemap&amp;gt;&lt;br /&gt;
&amp;lt;/goolemap&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will generate a map like:&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Map Customization / Tag Attributes ==&lt;br /&gt;
&lt;br /&gt;
To customize the map you can set the following tags (attributes):&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Default&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|tale&lt;br /&gt;
|6&lt;br /&gt;
|Which Tale to display?&lt;br /&gt;
|Legal values: '''1''', '''2''', '''3''', '''4''', '''4b''', '''5''' and '''6'''.&lt;br /&gt;
|-&lt;br /&gt;
|width&lt;br /&gt;
|512&lt;br /&gt;
|Width of the map in pixels.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|height&lt;br /&gt;
|1024&lt;br /&gt;
|Height of the map in pixels.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|lat&lt;br /&gt;
|1024&lt;br /&gt;
|The center latitude (x) on the map.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|lon&lt;br /&gt;
|0&lt;br /&gt;
|The center longitude (y) on the map.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|zoom&lt;br /&gt;
|2&lt;br /&gt;
|Default zoom level.&lt;br /&gt;
|Game Map Legal values: 1 to 8 - only tales T5 and up contains data on levels 7 and 8.  Non-game: 1 to 18 (varies based on service and location)&lt;br /&gt;
|-&lt;br /&gt;
|mode&lt;br /&gt;
|game&lt;br /&gt;
|Option to change map services.&lt;br /&gt;
|Legal values: '''game''' or '''osm''' (OpenStreetMap), '''mapq''' (MapQuest standard) and '''mapqoa''' (Mapquest Open Aerial).&lt;br /&gt;
|-&lt;br /&gt;
|showposition &lt;br /&gt;
|yes&lt;br /&gt;
|Show x,y coords under the mouse.  Will show latitude and longitude on non-game maps.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showregion&lt;br /&gt;
|yes&lt;br /&gt;
|Shows the region name under the mouse.  Only T4 - T6 game maps are supported.&amp;lt;br&amp;gt;Note: Does not work on non-game maps.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showmeasure&lt;br /&gt;
|yes&lt;br /&gt;
|Adds a measuring control to the map to mark a path and show distances in coords.&amp;lt;br&amp;gt;Note: Does not work on non-game maps.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showzoom&lt;br /&gt;
|yes&lt;br /&gt;
|Adds a zoom control to the map.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showfullscreen&lt;br /&gt;
|yes&lt;br /&gt;
|Adds a control to allowing viewing the map in full screen mode.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|icons&lt;br /&gt;
|(see description)&lt;br /&gt;
|URL template for custom markers.&amp;lt;br&amp;gt;Default: /wiki/tale5/images/markers/marker{label}.png&lt;br /&gt;
|Use &amp;quot;{label}&amp;quot; where the name of the icon will be inserted.&lt;br /&gt;
|-&lt;br /&gt;
|icon&lt;br /&gt;
|(see description)&lt;br /&gt;
|URL for markers without an icon specified.&amp;lt;br&amp;gt;Default: /wiki/tale5/images/markers/marker.png&lt;br /&gt;
|Default icon to use if one isn't defined.&lt;br /&gt;
|-&lt;br /&gt;
|iconsize&lt;br /&gt;
|32x32&lt;br /&gt;
|Height and width of the icons&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|iconanchor&lt;br /&gt;
|10,32&lt;br /&gt;
|Height and width of the icon anchor point&lt;br /&gt;
|Useful when using non-local markers.&lt;br /&gt;
|-&lt;br /&gt;
|autosizeicons&lt;br /&gt;
|yes&lt;br /&gt;
|Automatically adjusts icon size for locally hosted markers.&amp;lt;br&amp;gt;Disable this if using external markers!&lt;br /&gt;
|Legal values: '''no''' or '''yes'''&lt;br /&gt;
|-&lt;br /&gt;
|scrollwheel&lt;br /&gt;
|zoom&lt;br /&gt;
|Define how the scroll wheel behaves.&lt;br /&gt;
|Legal values: '''nothing''' or '''zoom'''.&lt;br /&gt;
|-&lt;br /&gt;
|mouseoverpopup&lt;br /&gt;
|no&lt;br /&gt;
|Show marker popups on marker mouseover.&amp;lt;br&amp;gt;&lt;br /&gt;
Note: Usage can make links in popups impossible to click!&lt;br /&gt;
|Legal values: '''no''' or '''yes'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Commands no longer supported ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#5F5B5F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#5F5B5F;&amp;quot; | Desc&lt;br /&gt;
! style=&amp;quot;background:#5F5B5F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|cursor&lt;br /&gt;
|Which mouse cursor to use on the map?&lt;br /&gt;
|Legal values: '''pointer''' (hand), ''default'' (standard mouse cursor) and ''crosshair''.&lt;br /&gt;
|-&lt;br /&gt;
|stroke&lt;br /&gt;
|Width of paths, in pixels.&lt;br /&gt;
|Does not work in game maps.&lt;br /&gt;
|-&lt;br /&gt;
|scale&lt;br /&gt;
|Show the scale?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|overview&lt;br /&gt;
|Show the inset navigation map?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|selector&lt;br /&gt;
|Show the map/hybrid/satellite selector&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|type&lt;br /&gt;
|The type of map to display.&lt;br /&gt;
|Game Maps: '''game''' - Shard A, ''gameb'' - Shard B, Normal Google Maps: ''normal'' (or, equivalently, ''map'') - Normal Google Map, ''terrain'', ''hybrid'', and ''satellite''.&lt;br /&gt;
|-&lt;br /&gt;
|controls&lt;br /&gt;
|Zoom and navigation controls.&lt;br /&gt;
|Legal values: ''small'' creates +/- zoom buttons, '''medium''' has zoom buttons and pan buttons, ''large'' has pan buttons with a sliding scale for zoom, and ''none'' has no buttons.&lt;br /&gt;
|-&lt;br /&gt;
|doubleclick&lt;br /&gt;
|What to do when the user double-clicks?&lt;br /&gt;
|Legal values: '''recenter''' or ''zoom''.&lt;br /&gt;
|-&lt;br /&gt;
|zoomstyle&lt;br /&gt;
|How does the map zoom?&lt;br /&gt;
|Legal values: ''fast'' and '''smooth''', also known as continuous zooming (only works in some browsers).&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Markers ==&lt;br /&gt;
&lt;br /&gt;
In the content of the tag, you can define one marker per line. &lt;br /&gt;
&lt;br /&gt;
Each line may or may not start with an icon name in parentheses.  &lt;br /&gt;
&lt;br /&gt;
The line should then have the latitude (x), then a comma, optionally a space, then the longitude (y), then a comma, then text for the popup window.&lt;br /&gt;
&lt;br /&gt;
The popup text can include wiki mark-up (and commas).  Long sections of text may be split over several lines using a backslash (\) at the end of the line. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A list of markers is available on [[User:Mayanah/map|Mayanahs map page.]]&lt;br /&gt;
&lt;br /&gt;
ATITD.org now hosts local copies of most of the icons Mayanah graciously provided.&lt;br /&gt;
&lt;br /&gt;
These are used by default if the ''icons'' tag is not provided; the icons follow the same naming convention on Mayanahs page.  &lt;br /&gt;
&lt;br /&gt;
Click here to show all locally hosted markers: http://www.atitd.org/wiki/tale5/images/markers or visit [[Rogarian/GoogleMapMarkerTest]] which shows all 1461 locally stored pins ('''Warning: will be VERY slow!''').&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Marker Usage Example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; showposition=&amp;quot;yes&amp;quot; scrollwheel=&amp;quot;nothing&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600, This text is in the popup!&lt;br /&gt;
400, 400, More popup text.  It can contain '''wiki markup''' text.&amp;lt;br&amp;gt;\&lt;br /&gt;
Also, text can be split over multiple lines as long as the&amp;lt;br&amp;gt;\&lt;br /&gt;
last character is a backslash (\).&amp;lt;br&amp;gt;\&lt;br /&gt;
It can also contain &amp;quot;quotes&amp;quot;.&amp;lt;br&amp;gt;\&lt;br /&gt;
&amp;lt;br&amp;gt;\&lt;br /&gt;
[http://www.mediawiki.org/wiki/MediaWiki MediaWiki Link]&lt;br /&gt;
(S) 100, 100, Popup Text Goes here&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; showposition=&amp;quot;yes&amp;quot; scrollwheel=&amp;quot;nothing&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600, This text is in the popup!&lt;br /&gt;
400, 400, More popup text.  It can contain '''wiki markup''' text.&amp;lt;br&amp;gt;\&lt;br /&gt;
Also, text can be split over multiple lines as long as the&amp;lt;br&amp;gt;\&lt;br /&gt;
last character is a backslash (\).&amp;lt;br&amp;gt;\&lt;br /&gt;
It can also contain &amp;quot;quotes&amp;quot;.&amp;lt;br&amp;gt;\&lt;br /&gt;
&amp;lt;br&amp;gt;\&lt;br /&gt;
[http://www.mediawiki.org/wiki/MediaWiki MediaWiki Link]&lt;br /&gt;
(S) 100, 100, Popup Text Goes here&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Customized Icons ==&lt;br /&gt;
&lt;br /&gt;
You can host your own collection of icons on your server, but note that they'll have the same anchor points as ATITD.org's default icon (32x32). &lt;br /&gt;
&lt;br /&gt;
Otherwise make sure you disable '''autosizeicons''' and specify the '''iconsize''' and '''iconanchors'''.&lt;br /&gt;
&lt;br /&gt;
To use your icons, add an icon attribute to your maps like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt lat=&amp;quot;42.711618&amp;quot; lon=&amp;quot;-73.205112&amp;quot; zoom=&amp;quot;2&amp;quot; &lt;br /&gt;
 icon=&amp;quot;http://myserver.com/standardmarker.png&amp;quot; &lt;br /&gt;
 icons=&amp;quot;http://myserver.com/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10,32&amp;quot; &lt;br /&gt;
 autosizeicons=&amp;quot;no&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[User:Mayanah|Mayanah]] has some instructions for using an alternate set of icons [[User:Mayanah/map|map here]] and a set of [[User:Mayanah/map#Mine_Specific|Mine Specific]] icons and [[User:Mayanah/map#Quarry_Specific|Quarry Specific]]on the same page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Drawing Commands ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|line ''path'' option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a line along a path.&lt;br /&gt;
|Path format: coordx1,coordy1:x2,y2:x3,y3:...xN,yN &lt;br /&gt;
|-&lt;br /&gt;
|rect ''boundary'' option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a rectangle defined by ''boundary''.&lt;br /&gt;
|Boundary: coordx1,coordy1:x2,y2&lt;br /&gt;
|-&lt;br /&gt;
|poly ''boundary'' option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a filled in polygon defined by ''boundary''.&lt;br /&gt;
|Boundary format: coordx1,coordy1:x2,y2:x3,y3:...xN,yN &lt;br /&gt;
|-&lt;br /&gt;
|circ x,y radius option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a filled circle defined by coords and radius.&lt;br /&gt;
|Format: coordx1,coordy1 radius&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Popup text is ''optional''.  They are the same as markers except the popup text begins on the second line.&lt;br /&gt;
&lt;br /&gt;
The popup text can include wiki mark-up (and commas). Lines may be split using a backslash (\). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Drawing Options ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Option&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Type&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Default&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Desc&lt;br /&gt;
|-&lt;br /&gt;
|stroke&lt;br /&gt;
|Boolean&lt;br /&gt;
|true&lt;br /&gt;
| 	Whether to draw stroke along the path. Set it to false to disable borders on polygons or circles.&lt;br /&gt;
|-&lt;br /&gt;
|color&lt;br /&gt;
|String&lt;br /&gt;
|'#03f'&lt;br /&gt;
|Stroke color.&lt;br /&gt;
|-&lt;br /&gt;
|weight&lt;br /&gt;
|Number&lt;br /&gt;
|5&lt;br /&gt;
|Stroke width in pixels.&lt;br /&gt;
|-&lt;br /&gt;
|opacity&lt;br /&gt;
|Number&lt;br /&gt;
|0.5&lt;br /&gt;
|Stroke opacity.&lt;br /&gt;
|-&lt;br /&gt;
|fill&lt;br /&gt;
|Boolean&lt;br /&gt;
|depends&lt;br /&gt;
|Whether to fill the path with color. Set it to false to disable filling on polygons or circles.&lt;br /&gt;
|-&lt;br /&gt;
|fillColor&lt;br /&gt;
|String&lt;br /&gt;
|same as color&lt;br /&gt;
|Fill color.&lt;br /&gt;
|-&lt;br /&gt;
|fillOpacity&lt;br /&gt;
|Number&lt;br /&gt;
|0.2&lt;br /&gt;
|Fill opacity.&lt;br /&gt;
|-&lt;br /&gt;
|dashArray&lt;br /&gt;
|String&lt;br /&gt;
|null&lt;br /&gt;
|A string that defines the stroke dash pattern. Doesn't work on canvas-powered layers (e.g. Android 2).&amp;lt;br&amp;gt;&lt;br /&gt;
It's a list of comma separated &amp;lt;length&amp;gt;s and &amp;lt;percentage&amp;gt;s that specify the lengths of alternating dashes and gaps.&amp;lt;br&amp;gt;&lt;br /&gt;
If an odd number of values is provided, then the list of values is repeated to yield an even number of values.&amp;lt;br&amp;gt;&lt;br /&gt;
Thus, 5,3,2 is equivalent to 5,3,2,5,3,2.&lt;br /&gt;
|-&lt;br /&gt;
|lineCap&lt;br /&gt;
|String&lt;br /&gt;
|null&lt;br /&gt;
|A string that defines shape to be used at the end of the stroke.&amp;lt;br&amp;gt;&lt;br /&gt;
Legal values: '''butt''', '''round''' or '''square'''.&lt;br /&gt;
|-&lt;br /&gt;
|lineJoin&lt;br /&gt;
|String&lt;br /&gt;
|null&lt;br /&gt;
|A string that defines shape to be used at the corners of the stroke.&amp;lt;br&amp;gt;&lt;br /&gt;
Legal values: '''butt''', '''round''' or '''square'''.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: ''String'' types must be enclosed in singles quotes: &amp;amp;#39;''string''&amp;amp;#39;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Example Maps==&lt;br /&gt;
&lt;br /&gt;
===Good Default Settings===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Map Drawing Examples===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#ff0000', lineCap:'round', weight:10&lt;br /&gt;
rect 2500,6800:4800,4600 color:'#00ff00', weight:1&lt;br /&gt;
poly 2300,-5500:3200,-3400:4500,-6400 color:'#ff00ff', dashArray:'15, 10, 5, 10, 15'\&lt;br /&gt;
The Egyptian Triangle?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Is there such a thing?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Check [https://www.google.com/search?q=egyptian+triangle Google!]&lt;br /&gt;
circ 0,0 450 color:'#000000'&lt;br /&gt;
circ -1500,-4000 600 color:'#0000FF', fill:false\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -1500,-3200:-1500,-4800 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -2300,-4000:-700,-4000 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#ff0000', lineCap:'round', weight:10&lt;br /&gt;
rect 2500,6800:4800,4600 color:'#00ff00', weight:1&lt;br /&gt;
poly 2300,-5500:3200,-3400:4500,-6400 color:'#ff00ff', dashArray:'15, 10, 5, 10, 15'\&lt;br /&gt;
The Egyptian Triangle?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Is there such a thing?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Check [https://www.google.com/search?q=egyptian+triangle Google!]&lt;br /&gt;
circ 0,0 450 color:'#000000'&lt;br /&gt;
circ -1500,-4000 600 color:'#0000FF', fill:false\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -1500,-3200:-1500,-4800 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -2300,-4000:-700,-4000 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Map Boundries Examples===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt showposition=yes&amp;gt;&lt;br /&gt;
# Four Corners&lt;br /&gt;
line -1000,4025:-1000,4790:200,4790:200,4025:-1000,4025 color:'#ff0000'&lt;br /&gt;
# Valley of Kings&lt;br /&gt;
line -3070,4190:-3070,8190:-1000,8190:-1000,4190:-3070,4190 color:'#ff0000'&lt;br /&gt;
Must draw this on top of adjoining areas so it's on top in the z-order&lt;br /&gt;
# Cat's Claw Ridge&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#0000ff',opacity:1\&lt;br /&gt;
This is a pop for the blue line.&amp;lt;br&amp;gt;\&lt;br /&gt;
This is the more text for the blue lines popup.&lt;br /&gt;
# Cradle of the Sun&lt;br /&gt;
line 2700,-1400:2700,740:4900,740:4900,-1400:2700,-1400 color:'#ff0000'&lt;br /&gt;
# Midland Valley&lt;br /&gt;
line 800,4600:800,5500:1750,5500:1750,4600:800,4600 color:'#ff0000'&lt;br /&gt;
# Seven Lakes&lt;br /&gt;
line -400,-4100:-400,-100:2700,-100:2700,-4100:-400,-4100 color:'#ff0000'&lt;br /&gt;
# Eastern Grounds&lt;br /&gt;
line 3505,-8100:3505,-4100:4900,-4100:4900,-8100:3505,-8100 color:'#ff0000'&lt;br /&gt;
# Lake of Reeds&lt;br /&gt;
line 3450,6000:3450,8190:4990,8190:4990,6000:3450,6000 color:'#ff0000'&lt;br /&gt;
# River Plains&lt;br /&gt;
line 200,1440:200,4600:1800,4600:1800,1440:200,1440 color:'#ff0000'&lt;br /&gt;
# Sinai&lt;br /&gt;
line 2170,3700:2170,6000:4200,6000:4200,3700:2170,3700 color:'#ff0000'&lt;br /&gt;
# South Egypt&lt;br /&gt;
line -910,-8190:-910,-4100:3505,-4100:3505,-8190:-910,-8190 color:'#ff0000'&lt;br /&gt;
# Desert of Shades&lt;br /&gt;
line -3070,-600:-3070,4025:200,4025:200,-100:-400,-100:-400,-600:-3070,-600 color:'#ff0000'&lt;br /&gt;
# Old Egypt&lt;br /&gt;
line 200,5200:200,7900:1505,7900:1505,5500:800,5500:800,5200:200,5200 color:'#ff0000'&lt;br /&gt;
# Desert of Nomads&lt;br /&gt;
line 1505,5500:1505,7600:2170,7600:2170,5200:1750,5200:1750,5500:1505,5500 color:'#ff0000'&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt showposition=yes&amp;gt;&lt;br /&gt;
# Four Corners&lt;br /&gt;
line -1000,4025:-1000,4790:200,4790:200,4025:-1000,4025 color:'#ff0000'&lt;br /&gt;
# Valley of Kings&lt;br /&gt;
line -3070,4190:-3070,8190:-1000,8190:-1000,4190:-3070,4190 color:'#ff0000'&lt;br /&gt;
Must draw this on top of adjoining areas so it's on top in the z-order&lt;br /&gt;
# Cat's Claw Ridge&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#0000ff',opacity:1\&lt;br /&gt;
This is a pop for the blue line.&amp;lt;br&amp;gt;\&lt;br /&gt;
This is the more text for the blue lines popup.&lt;br /&gt;
# Cradle of the Sun&lt;br /&gt;
line 2700,-1400:2700,740:4900,740:4900,-1400:2700,-1400 color:'#ff0000'&lt;br /&gt;
# Midland Valley&lt;br /&gt;
line 800,4600:800,5500:1750,5500:1750,4600:800,4600 color:'#ff0000'&lt;br /&gt;
# Seven Lakes&lt;br /&gt;
line -400,-4100:-400,-100:2700,-100:2700,-4100:-400,-4100 color:'#ff0000'&lt;br /&gt;
# Eastern Grounds&lt;br /&gt;
line 3505,-8100:3505,-4100:4900,-4100:4900,-8100:3505,-8100 color:'#ff0000'&lt;br /&gt;
# Lake of Reeds&lt;br /&gt;
line 3450,6000:3450,8190:4990,8190:4990,6000:3450,6000 color:'#ff0000'&lt;br /&gt;
# River Plains&lt;br /&gt;
line 200,1440:200,4600:1800,4600:1800,1440:200,1440 color:'#ff0000'&lt;br /&gt;
# Sinai&lt;br /&gt;
line 2170,3700:2170,6000:4200,6000:4200,3700:2170,3700 color:'#ff0000'&lt;br /&gt;
# South Egypt&lt;br /&gt;
line -910,-8190:-910,-4100:3505,-4100:3505,-8190:-910,-8190 color:'#ff0000'&lt;br /&gt;
# Desert of Shades&lt;br /&gt;
line -3070,-600:-3070,4025:200,4025:200,-100:-400,-100:-400,-600:-3070,-600 color:'#ff0000'&lt;br /&gt;
# Old Egypt&lt;br /&gt;
line 200,5200:200,7900:1505,7900:1505,5500:800,5500:800,5200:200,5200 color:'#ff0000'&lt;br /&gt;
# Desert of Nomads&lt;br /&gt;
line 1505,5500:1505,7600:2170,7600:2170,5200:1750,5200:1750,5500:1505,5500 color:'#ff0000'&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
===All of Egypt, Square===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
===All of Egypt, Square, No visual controls===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512 showfullscreen=no showzoom=no showposition=no showregion=no showmeasure=no&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512 showfullscreen=no showzoom=no showposition=no showregion=no showmeasure=no&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===MapQuest Example===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=11 width=512 height=512 mode=mapqoa lat=29.9792 lon=31.1344&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=11 width=512 height=512 mode=mapqoa lat=29.9792 lon=31.1344&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== All Tales in Table Design ===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 5 Shard A&lt;br /&gt;
!Tale 4 Shard B&lt;br /&gt;
!Tale 4 Shard A&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=5&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;http://www.atitd.org/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
(GH) 770, 5752, GuildHall @ 764, 5742&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=4b&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=4&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;http://www.atitd.org/wiki/tale5/images/markers/{label}.png&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
(red_MarkerC) 863, -5339, T4A Compound @ 863, -5339&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 3&lt;br /&gt;
!Tale 2&lt;br /&gt;
!Tale 1&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=3&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=2&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;http://www.atitd.org/wiki/tale5/images/markers/{label}.png&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(red_MarkerC) 2372, 5136, Old T2 Compound @ 2372, 5136&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=1&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Rogarian</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t6w/index.php?title=WikiMaps&amp;diff=252223</id>
		<title>WikiMaps</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t6w/index.php?title=WikiMaps&amp;diff=252223"/>
		<updated>2014-02-26T18:00:55Z</updated>

		<summary type="html">&lt;p&gt;Rogarian: /* Known Issues */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__ &lt;br /&gt;
&lt;br /&gt;
== Google Maps is no more!  (A brief history) ==&lt;br /&gt;
&lt;br /&gt;
After Google deprecated version 2 of the Google Maps API all of the maps on the wiki broke.  After along and drawn out process of trying to convert everything to version 3 of the Google Maps API the thought occurred to me that Google would deprecate v3 of the mapping API in the next 3-6 years and the cycle would repeat!  So rather than trusting Google again (fool me once) I decided to look for a stand alone mapping API that wouldn't be dependent on any external services.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After looking at various APIs I settled on the [http://leafletjs.com/ Leaflet] API.  It's small, fast and most importantly: completely self contained.  After learning the new API and using [http://rogarian.atitd.org/shroomdar2/ Shroomdar 2] as my test bed I was able to get every thing working.  After that I started looking for a [http://www.mediawiki.org/wiki/MediaWiki MediaWiki] mapping extension that used Leaflet and discovered [https://www.mediawiki.org/wiki/Extension:MultiMaps MultiMaps].  By running a local MediaWiki wiki I was able to modify the extension to use the ATITD tile set and coordinate system.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The next step was to install it on the ATITD.org server.  That failed.  The MultiMaps extension used conventions that required a newer version of PHP than the ATITD.org server was running.  So rather than using third-party PHP packages or doing a complete OS upgrade I decided to write a brand new MediaWiki extension.  I've tried to make it MOSTLY compatible with the prior Google Map extension syntax.  But there are differences.  Hopefully these bugs will be slowly ironed out and we'll gain additional functionality.  This page is an attempt to document the new extension.&lt;br /&gt;
&lt;br /&gt;
Please use the discussion tab for thoughts or suggestions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--Rogarian&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Known Issues ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* None!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Egypt Maps Introduction ==&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;nowiki&amp;gt;&amp;lt;egypt&amp;gt;&amp;lt;/nowiki&amp;gt; tag allows wiki users to create zoom-able, pan-able maps of Egypt with customized markers.&lt;br /&gt;
&lt;br /&gt;
Simply add the following on a wiki page to create a default map:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or for backwards compatibility:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;googlemap&amp;gt;&lt;br /&gt;
&amp;lt;/goolemap&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will generate a map like:&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Map Customization / Tag Attributes ==&lt;br /&gt;
&lt;br /&gt;
To customize the map you can set the following tags (attributes):&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Default&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|tale&lt;br /&gt;
|6&lt;br /&gt;
|Which Tale to display?&lt;br /&gt;
|Legal values: '''1''', '''2''', '''3''', ''4'', '''4b''', '''5''' and '''6'''. Note: Tale 4 (aka T4A) does not work.&lt;br /&gt;
|-&lt;br /&gt;
|width&lt;br /&gt;
|512&lt;br /&gt;
|Width of the map in pixels.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|height&lt;br /&gt;
|1024&lt;br /&gt;
|Height of the map in pixels.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|lat&lt;br /&gt;
|1024&lt;br /&gt;
|The center latitude (x) on the map.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|lon&lt;br /&gt;
|0&lt;br /&gt;
|The center longitude (y) on the map.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|zoom&lt;br /&gt;
|2&lt;br /&gt;
|Default zoom level.&lt;br /&gt;
|Game Map Legal values: 1 to 8 - only tales T5 and up contains data on levels 7 and 8.  Non-game: 1 to 18 (varies based on service and location)&lt;br /&gt;
|-&lt;br /&gt;
|mode&lt;br /&gt;
|game&lt;br /&gt;
|Option to change map services.&lt;br /&gt;
|Legal values: '''game''' or '''osm''' (OpenStreetMap), '''mapq''' (MapQuest standard) and '''mapqoa''' (Mapquest Open Aerial).&lt;br /&gt;
|-&lt;br /&gt;
|showposition &lt;br /&gt;
|yes&lt;br /&gt;
|Show x,y coords under the mouse.  Will show latitude and longitude on non-game maps.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showregion&lt;br /&gt;
|yes&lt;br /&gt;
|Shows the region name under the mouse.  Only Tale 6 game map is supported.&amp;lt;br&amp;gt;Note: Does not work on non-game maps.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showmeasure&lt;br /&gt;
|yes&lt;br /&gt;
|Adds a measuring control to the map to mark a path and show distances in coords.&amp;lt;br&amp;gt;Note: Does not work on non-game maps.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showzoom&lt;br /&gt;
|yes&lt;br /&gt;
|Adds a zoom control to the map.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showfullscreen&lt;br /&gt;
|yes&lt;br /&gt;
|Adds a control to allowing viewing the map in full screen mode.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|icons&lt;br /&gt;
|(see description)&lt;br /&gt;
|URL template for custom markers.&amp;lt;br&amp;gt;Default: /wiki/tale5/images/markers/marker{label}.png&lt;br /&gt;
|Use &amp;quot;{label}&amp;quot; where the name of the icon will be inserted.&lt;br /&gt;
|-&lt;br /&gt;
|icon&lt;br /&gt;
|(see description)&lt;br /&gt;
|URL for markers without an icon specified.&amp;lt;br&amp;gt;Default: /wiki/tale5/images/markers/marker.png&lt;br /&gt;
|Default icon to use if one isn't defined.&lt;br /&gt;
|-&lt;br /&gt;
|iconsize&lt;br /&gt;
|32x32&lt;br /&gt;
|Height and width of the icons&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|iconanchor&lt;br /&gt;
|10,32&lt;br /&gt;
|Height and width of the icon anchor point&lt;br /&gt;
|Useful when using non-local markers.&lt;br /&gt;
|-&lt;br /&gt;
|autosizeicons&lt;br /&gt;
|yes&lt;br /&gt;
|Automatically adjusts icon size for locally hosted markers.&amp;lt;br&amp;gt;Disable this if using external markers!&lt;br /&gt;
|Legal values: '''no''' or '''yes'''&lt;br /&gt;
|-&lt;br /&gt;
|scrollwheel&lt;br /&gt;
|zoom&lt;br /&gt;
|Define how the scroll wheel behaves.&lt;br /&gt;
|Legal values: '''nothing''' or '''zoom'''.&lt;br /&gt;
|-&lt;br /&gt;
|mouseoverpopup&lt;br /&gt;
|no&lt;br /&gt;
|Show marker popups on marker mouseover.&amp;lt;br&amp;gt;&lt;br /&gt;
Note: Usage can make links in popups impossible to click!&lt;br /&gt;
|Legal values: '''no''' or '''yes'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Commands no longer supported ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#5F5B5F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#5F5B5F;&amp;quot; | Desc&lt;br /&gt;
! style=&amp;quot;background:#5F5B5F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|cursor&lt;br /&gt;
|Which mouse cursor to use on the map?&lt;br /&gt;
|Legal values: '''pointer''' (hand), ''default'' (standard mouse cursor) and ''crosshair''.&lt;br /&gt;
|-&lt;br /&gt;
|stroke&lt;br /&gt;
|Width of paths, in pixels.&lt;br /&gt;
|Does not work in game maps.&lt;br /&gt;
|-&lt;br /&gt;
|scale&lt;br /&gt;
|Show the scale?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|overview&lt;br /&gt;
|Show the inset navigation map?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|selector&lt;br /&gt;
|Show the map/hybrid/satellite selector&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|type&lt;br /&gt;
|The type of map to display.&lt;br /&gt;
|Game Maps: '''game''' - Shard A, ''gameb'' - Shard B, Normal Google Maps: ''normal'' (or, equivalently, ''map'') - Normal Google Map, ''terrain'', ''hybrid'', and ''satellite''.&lt;br /&gt;
|-&lt;br /&gt;
|controls&lt;br /&gt;
|Zoom and navigation controls.&lt;br /&gt;
|Legal values: ''small'' creates +/- zoom buttons, '''medium''' has zoom buttons and pan buttons, ''large'' has pan buttons with a sliding scale for zoom, and ''none'' has no buttons.&lt;br /&gt;
|-&lt;br /&gt;
|doubleclick&lt;br /&gt;
|What to do when the user double-clicks?&lt;br /&gt;
|Legal values: '''recenter''' or ''zoom''.&lt;br /&gt;
|-&lt;br /&gt;
|zoomstyle&lt;br /&gt;
|How does the map zoom?&lt;br /&gt;
|Legal values: ''fast'' and '''smooth''', also known as continuous zooming (only works in some browsers).&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Markers ==&lt;br /&gt;
&lt;br /&gt;
In the content of the tag, you can define one marker per line. &lt;br /&gt;
&lt;br /&gt;
Each line may or may not start with an icon name in parentheses.  &lt;br /&gt;
&lt;br /&gt;
The line should then have the latitude (x), then a comma, optionally a space, then the longitude (y), then a comma, then text for the popup window.&lt;br /&gt;
&lt;br /&gt;
The popup text can include wiki mark-up (and commas).  Long sections of text may be split over several lines using a backslash (\) at the end of the line. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A list of markers is available on [[User:Mayanah/map|Mayanahs map page.]]&lt;br /&gt;
&lt;br /&gt;
ATITD.org now hosts local copies of most of the icons Mayanah graciously provided.&lt;br /&gt;
&lt;br /&gt;
These are used by default if the ''icons'' tag is not provided; the icons follow the same naming convention on Mayanahs page.  &lt;br /&gt;
&lt;br /&gt;
Click here to show all locally hosted markers: http://www.atitd.org/wiki/tale5/images/markers or visit [[Rogarian/GoogleMapMarkerTest]] which shows all 1461 locally stored pins ('''Warning: will be VERY slow!''').&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Marker Usage Example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; showposition=&amp;quot;yes&amp;quot; scrollwheel=&amp;quot;nothing&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600, This text is in the popup!&lt;br /&gt;
400, 400, More popup text.  It can contain '''wiki markup''' text.&amp;lt;br&amp;gt;\&lt;br /&gt;
Also, text can be split over multiple lines as long as the&amp;lt;br&amp;gt;\&lt;br /&gt;
last character is a backslash (\).&amp;lt;br&amp;gt;\&lt;br /&gt;
It can also contain &amp;quot;quotes&amp;quot;.&amp;lt;br&amp;gt;\&lt;br /&gt;
&amp;lt;br&amp;gt;\&lt;br /&gt;
[http://www.mediawiki.org/wiki/MediaWiki MediaWiki Link]&lt;br /&gt;
(S) 100, 100, Popup Text Goes here&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; showposition=&amp;quot;yes&amp;quot; scrollwheel=&amp;quot;nothing&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600, This text is in the popup!&lt;br /&gt;
400, 400, More popup text.  It can contain '''wiki markup''' text.&amp;lt;br&amp;gt;\&lt;br /&gt;
Also, text can be split over multiple lines as long as the&amp;lt;br&amp;gt;\&lt;br /&gt;
last character is a backslash (\).&amp;lt;br&amp;gt;\&lt;br /&gt;
It can also contain &amp;quot;quotes&amp;quot;.&amp;lt;br&amp;gt;\&lt;br /&gt;
&amp;lt;br&amp;gt;\&lt;br /&gt;
[http://www.mediawiki.org/wiki/MediaWiki MediaWiki Link]&lt;br /&gt;
(S) 100, 100, Popup Text Goes here&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Customized Icons ==&lt;br /&gt;
&lt;br /&gt;
You can host your own collection of icons on your server, but note that they'll have the same anchor points as ATITD.org's default icon (32x32). &lt;br /&gt;
&lt;br /&gt;
Otherwise make sure you disable '''autosizeicons''' and specify the '''iconsize''' and '''iconanchors'''.&lt;br /&gt;
&lt;br /&gt;
To use your icons, add an icon attribute to your maps like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt lat=&amp;quot;42.711618&amp;quot; lon=&amp;quot;-73.205112&amp;quot; zoom=&amp;quot;2&amp;quot; &lt;br /&gt;
 icon=&amp;quot;http://myserver.com/standardmarker.png&amp;quot; &lt;br /&gt;
 icons=&amp;quot;http://myserver.com/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10,32&amp;quot; &lt;br /&gt;
 autosizeicons=&amp;quot;no&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[User:Mayanah|Mayanah]] has some instructions for using an alternate set of icons [[User:Mayanah/map|map here]] and a set of [[User:Mayanah/map#Mine_Specific|Mine Specific]] icons and [[User:Mayanah/map#Quarry_Specific|Quarry Specific]]on the same page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Drawing Commands ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|line ''path'' option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a line along a path.&lt;br /&gt;
|Path format: coordx1,coordy1:x2,y2:x3,y3:...xN,yN &lt;br /&gt;
|-&lt;br /&gt;
|rect ''boundary'' option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a rectangle defined by ''boundary''.&lt;br /&gt;
|Boundary: coordx1,coordy1:x2,y2&lt;br /&gt;
|-&lt;br /&gt;
|poly ''boundary'' option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a filled in polygon defined by ''boundary''.&lt;br /&gt;
|Boundary format: coordx1,coordy1:x2,y2:x3,y3:...xN,yN &lt;br /&gt;
|-&lt;br /&gt;
|circ x,y radius option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a filled circle defined by coords and radius.&lt;br /&gt;
|Format: coordx1,coordy1 radius&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Popup text is ''optional''.  They are the same as markers except the popup text begins on the second line.&lt;br /&gt;
&lt;br /&gt;
The popup text can include wiki mark-up (and commas). Lines may be split using a backslash (\). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Drawing Options ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Option&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Type&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Default&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Desc&lt;br /&gt;
|-&lt;br /&gt;
|stroke&lt;br /&gt;
|Boolean&lt;br /&gt;
|true&lt;br /&gt;
| 	Whether to draw stroke along the path. Set it to false to disable borders on polygons or circles.&lt;br /&gt;
|-&lt;br /&gt;
|color&lt;br /&gt;
|String&lt;br /&gt;
|'#03f'&lt;br /&gt;
|Stroke color.&lt;br /&gt;
|-&lt;br /&gt;
|weight&lt;br /&gt;
|Number&lt;br /&gt;
|5&lt;br /&gt;
|Stroke width in pixels.&lt;br /&gt;
|-&lt;br /&gt;
|opacity&lt;br /&gt;
|Number&lt;br /&gt;
|0.5&lt;br /&gt;
|Stroke opacity.&lt;br /&gt;
|-&lt;br /&gt;
|fill&lt;br /&gt;
|Boolean&lt;br /&gt;
|depends&lt;br /&gt;
|Whether to fill the path with color. Set it to false to disable filling on polygons or circles.&lt;br /&gt;
|-&lt;br /&gt;
|fillColor&lt;br /&gt;
|String&lt;br /&gt;
|same as color&lt;br /&gt;
|Fill color.&lt;br /&gt;
|-&lt;br /&gt;
|fillOpacity&lt;br /&gt;
|Number&lt;br /&gt;
|0.2&lt;br /&gt;
|Fill opacity.&lt;br /&gt;
|-&lt;br /&gt;
|dashArray&lt;br /&gt;
|String&lt;br /&gt;
|null&lt;br /&gt;
|A string that defines the stroke dash pattern. Doesn't work on canvas-powered layers (e.g. Android 2).&amp;lt;br&amp;gt;&lt;br /&gt;
It's a list of comma separated &amp;lt;length&amp;gt;s and &amp;lt;percentage&amp;gt;s that specify the lengths of alternating dashes and gaps.&amp;lt;br&amp;gt;&lt;br /&gt;
If an odd number of values is provided, then the list of values is repeated to yield an even number of values.&amp;lt;br&amp;gt;&lt;br /&gt;
Thus, 5,3,2 is equivalent to 5,3,2,5,3,2.&lt;br /&gt;
|-&lt;br /&gt;
|lineCap&lt;br /&gt;
|String&lt;br /&gt;
|null&lt;br /&gt;
|A string that defines shape to be used at the end of the stroke.&amp;lt;br&amp;gt;&lt;br /&gt;
Legal values: '''butt''', '''round''' or '''square'''.&lt;br /&gt;
|-&lt;br /&gt;
|lineJoin&lt;br /&gt;
|String&lt;br /&gt;
|null&lt;br /&gt;
|A string that defines shape to be used at the corners of the stroke.&amp;lt;br&amp;gt;&lt;br /&gt;
Legal values: '''butt''', '''round''' or '''square'''.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: ''String'' types must be enclosed in singles quotes: &amp;amp;#39;''string''&amp;amp;#39;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Example Maps==&lt;br /&gt;
&lt;br /&gt;
===Good Default Settings===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Map Drawing Examples===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#ff0000', lineCap:'round', weight:10&lt;br /&gt;
rect 2500,6800:4800,4600 color:'#00ff00', weight:1&lt;br /&gt;
poly 2300,-5500:3200,-3400:4500,-6400 color:'#ff00ff', dashArray:'15, 10, 5, 10, 15'\&lt;br /&gt;
The Egyptian Triangle?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Is there such a thing?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Check [https://www.google.com/search?q=egyptian+triangle Google!]&lt;br /&gt;
circ 0,0 450 color:'#000000'&lt;br /&gt;
circ -1500,-4000 600 color:'#0000FF', fill:false\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -1500,-3200:-1500,-4800 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -2300,-4000:-700,-4000 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#ff0000', lineCap:'round', weight:10&lt;br /&gt;
rect 2500,6800:4800,4600 color:'#00ff00', weight:1&lt;br /&gt;
poly 2300,-5500:3200,-3400:4500,-6400 color:'#ff00ff', dashArray:'15, 10, 5, 10, 15'\&lt;br /&gt;
The Egyptian Triangle?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Is there such a thing?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Check [https://www.google.com/search?q=egyptian+triangle Google!]&lt;br /&gt;
circ 0,0 450 color:'#000000'&lt;br /&gt;
circ -1500,-4000 600 color:'#0000FF', fill:false\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -1500,-3200:-1500,-4800 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -2300,-4000:-700,-4000 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Map Boundries Examples===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt showposition=yes&amp;gt;&lt;br /&gt;
# Four Corners&lt;br /&gt;
line -1000,4025:-1000,4790:200,4790:200,4025:-1000,4025 color:'#ff0000'&lt;br /&gt;
# Valley of Kings&lt;br /&gt;
line -3070,4190:-3070,8190:-1000,8190:-1000,4190:-3070,4190 color:'#ff0000'&lt;br /&gt;
Must draw this on top of adjoining areas so it's on top in the z-order&lt;br /&gt;
# Cat's Claw Ridge&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#0000ff',opacity:1\&lt;br /&gt;
This is a pop for the blue line.&amp;lt;br&amp;gt;\&lt;br /&gt;
This is the more text for the blue lines popup.&lt;br /&gt;
# Cradle of the Sun&lt;br /&gt;
line 2700,-1400:2700,740:4900,740:4900,-1400:2700,-1400 color:'#ff0000'&lt;br /&gt;
# Midland Valley&lt;br /&gt;
line 800,4600:800,5500:1750,5500:1750,4600:800,4600 color:'#ff0000'&lt;br /&gt;
# Seven Lakes&lt;br /&gt;
line -400,-4100:-400,-100:2700,-100:2700,-4100:-400,-4100 color:'#ff0000'&lt;br /&gt;
# Eastern Grounds&lt;br /&gt;
line 3505,-8100:3505,-4100:4900,-4100:4900,-8100:3505,-8100 color:'#ff0000'&lt;br /&gt;
# Lake of Reeds&lt;br /&gt;
line 3450,6000:3450,8190:4990,8190:4990,6000:3450,6000 color:'#ff0000'&lt;br /&gt;
# River Plains&lt;br /&gt;
line 200,1440:200,4600:1800,4600:1800,1440:200,1440 color:'#ff0000'&lt;br /&gt;
# Sinai&lt;br /&gt;
line 2170,3700:2170,6000:4200,6000:4200,3700:2170,3700 color:'#ff0000'&lt;br /&gt;
# South Egypt&lt;br /&gt;
line -910,-8190:-910,-4100:3505,-4100:3505,-8190:-910,-8190 color:'#ff0000'&lt;br /&gt;
# Desert of Shades&lt;br /&gt;
line -3070,-600:-3070,4025:200,4025:200,-100:-400,-100:-400,-600:-3070,-600 color:'#ff0000'&lt;br /&gt;
# Old Egypt&lt;br /&gt;
line 200,5200:200,7900:1505,7900:1505,5500:800,5500:800,5200:200,5200 color:'#ff0000'&lt;br /&gt;
# Desert of Nomads&lt;br /&gt;
line 1505,5500:1505,7600:2170,7600:2170,5200:1750,5200:1750,5500:1505,5500 color:'#ff0000'&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt showposition=yes&amp;gt;&lt;br /&gt;
# Four Corners&lt;br /&gt;
line -1000,4025:-1000,4790:200,4790:200,4025:-1000,4025 color:'#ff0000'&lt;br /&gt;
# Valley of Kings&lt;br /&gt;
line -3070,4190:-3070,8190:-1000,8190:-1000,4190:-3070,4190 color:'#ff0000'&lt;br /&gt;
Must draw this on top of adjoining areas so it's on top in the z-order&lt;br /&gt;
# Cat's Claw Ridge&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#0000ff',opacity:1\&lt;br /&gt;
This is a pop for the blue line.&amp;lt;br&amp;gt;\&lt;br /&gt;
This is the more text for the blue lines popup.&lt;br /&gt;
# Cradle of the Sun&lt;br /&gt;
line 2700,-1400:2700,740:4900,740:4900,-1400:2700,-1400 color:'#ff0000'&lt;br /&gt;
# Midland Valley&lt;br /&gt;
line 800,4600:800,5500:1750,5500:1750,4600:800,4600 color:'#ff0000'&lt;br /&gt;
# Seven Lakes&lt;br /&gt;
line -400,-4100:-400,-100:2700,-100:2700,-4100:-400,-4100 color:'#ff0000'&lt;br /&gt;
# Eastern Grounds&lt;br /&gt;
line 3505,-8100:3505,-4100:4900,-4100:4900,-8100:3505,-8100 color:'#ff0000'&lt;br /&gt;
# Lake of Reeds&lt;br /&gt;
line 3450,6000:3450,8190:4990,8190:4990,6000:3450,6000 color:'#ff0000'&lt;br /&gt;
# River Plains&lt;br /&gt;
line 200,1440:200,4600:1800,4600:1800,1440:200,1440 color:'#ff0000'&lt;br /&gt;
# Sinai&lt;br /&gt;
line 2170,3700:2170,6000:4200,6000:4200,3700:2170,3700 color:'#ff0000'&lt;br /&gt;
# South Egypt&lt;br /&gt;
line -910,-8190:-910,-4100:3505,-4100:3505,-8190:-910,-8190 color:'#ff0000'&lt;br /&gt;
# Desert of Shades&lt;br /&gt;
line -3070,-600:-3070,4025:200,4025:200,-100:-400,-100:-400,-600:-3070,-600 color:'#ff0000'&lt;br /&gt;
# Old Egypt&lt;br /&gt;
line 200,5200:200,7900:1505,7900:1505,5500:800,5500:800,5200:200,5200 color:'#ff0000'&lt;br /&gt;
# Desert of Nomads&lt;br /&gt;
line 1505,5500:1505,7600:2170,7600:2170,5200:1750,5200:1750,5500:1505,5500 color:'#ff0000'&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
===All of Egypt, Square===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
===All of Egypt, Square, No visual controls===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512 showfullscreen=no showzoom=no showposition=no showregion=no showmeasure=no&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512 showfullscreen=no showzoom=no showposition=no showregion=no showmeasure=no&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===MapQuest Example===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=11 width=512 height=512 mode=mapqoa lat=29.9792 lon=31.1344&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=11 width=512 height=512 mode=mapqoa lat=29.9792 lon=31.1344&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== All Tales in Table Design ===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 5 Shard A&lt;br /&gt;
!Tale 4 Shard B&lt;br /&gt;
!Tale 4 Shard A&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=5&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;http://www.atitd.org/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
(GH) 770, 5752, GuildHall @ 764, 5742&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=4b&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=4&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;http://www.atitd.org/wiki/tale5/images/markers/{label}.png&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
(red_MarkerC) 863, -5339, T4A Compound @ 863, -5339&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 3&lt;br /&gt;
!Tale 2&lt;br /&gt;
!Tale 1&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=3&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=2&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;http://www.atitd.org/wiki/tale5/images/markers/{label}.png&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(red_MarkerC) 2372, 5136, Old T2 Compound @ 2372, 5136&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=1&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Rogarian</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t6w/index.php?title=WikiMaps&amp;diff=251985</id>
		<title>WikiMaps</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t6w/index.php?title=WikiMaps&amp;diff=251985"/>
		<updated>2014-02-22T17:53:48Z</updated>

		<summary type="html">&lt;p&gt;Rogarian: /* Google Maps is no more!  (A brief history) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__ &lt;br /&gt;
&lt;br /&gt;
== Google Maps is no more!  (A brief history) ==&lt;br /&gt;
&lt;br /&gt;
After Google deprecated version 2 of the Google Maps API all of the maps on the wiki broke.  After along and drawn out process of trying to convert everything to version 3 of the Google Maps API the thought occurred to me that Google would deprecate v3 of the mapping API in the next 3-6 years and the cycle would repeat!  So rather than trusting Google again (fool me once) I decided to look for a stand alone mapping API that wouldn't be dependent on any external services.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After looking at various APIs I settled on the [http://leafletjs.com/ Leaflet] API.  It's small, fast and most importantly: completely self contained.  After learning the new API and using [http://rogarian.atitd.org/shroomdar2/ Shroomdar 2] as my test bed I was able to get every thing working.  After that I started looking for a [http://www.mediawiki.org/wiki/MediaWiki MediaWiki] mapping extension that used Leaflet and discovered [https://www.mediawiki.org/wiki/Extension:MultiMaps MultiMaps].  By running a local MediaWiki wiki I was able to modify the extension to use the ATITD tile set and coordinate system.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The next step was to install it on the ATITD.org server.  That failed.  The MultiMaps extension used conventions that required a newer version of PHP than the ATITD.org server was running.  So rather than using third-party PHP packages or doing a complete OS upgrade I decided to write a brand new MediaWiki extension.  I've tried to make it MOSTLY compatible with the prior Google Map extension syntax.  But there are differences.  Hopefully these bugs will be slowly ironed out and we'll gain additional functionality.  This page is an attempt to document the new extension.&lt;br /&gt;
&lt;br /&gt;
Please use the discussion tab for thoughts or suggestions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--Rogarian&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Known Issues ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Tale 4A tileset isn't available (naming convention issue) - Currently shows T6 map instead.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Egypt Maps Introduction ==&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;nowiki&amp;gt;&amp;lt;egypt&amp;gt;&amp;lt;/nowiki&amp;gt; tag allows wiki users to create zoom-able, pan-able maps of Egypt with customized markers.&lt;br /&gt;
&lt;br /&gt;
Simply add the following on a wiki page to create a default map:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or for backwards compatibility:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;googlemap&amp;gt;&lt;br /&gt;
&amp;lt;/goolemap&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will generate a map like:&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Map Customization / Tag Attributes ==&lt;br /&gt;
&lt;br /&gt;
To customize the map you can set the following tags (attributes):&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Default&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|tale&lt;br /&gt;
|6&lt;br /&gt;
|Which Tale to display?&lt;br /&gt;
|Legal values: '''1''', '''2''', '''3''', ''4'', '''4b''', '''5''' and '''6'''. Note: Tale 4 (aka T4A) does not work.&lt;br /&gt;
|-&lt;br /&gt;
|width&lt;br /&gt;
|512&lt;br /&gt;
|Width of the map in pixels.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|height&lt;br /&gt;
|1024&lt;br /&gt;
|Height of the map in pixels.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|lat&lt;br /&gt;
|1024&lt;br /&gt;
|The center latitude (x) on the map.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|lon&lt;br /&gt;
|0&lt;br /&gt;
|The center longitude (y) on the map.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|zoom&lt;br /&gt;
|2&lt;br /&gt;
|Default zoom level.&lt;br /&gt;
|Game Map Legal values: 1 to 8 - only tales T5 and up contains data on levels 7 and 8.  Non-game: 1 to 18 (varies based on service and location)&lt;br /&gt;
|-&lt;br /&gt;
|mode&lt;br /&gt;
|game&lt;br /&gt;
|Option to change map services.&lt;br /&gt;
|Legal values: '''game''' or '''osm''' (OpenStreetMap), '''mapq''' (MapQuest standard) and '''mapqoa''' (Mapquest Open Aerial).&lt;br /&gt;
|-&lt;br /&gt;
|showposition &lt;br /&gt;
|yes&lt;br /&gt;
|Show x,y coords under the mouse.  Will show latitude and longitude on non-game maps.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showregion&lt;br /&gt;
|yes&lt;br /&gt;
|Shows the region name under the mouse.  Only Tale 6 game map is supported.&amp;lt;br&amp;gt;Note: Does not work on non-game maps.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showmeasure&lt;br /&gt;
|yes&lt;br /&gt;
|Adds a measuring control to the map to mark a path and show distances in coords.&amp;lt;br&amp;gt;Note: Does not work on non-game maps.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showzoom&lt;br /&gt;
|yes&lt;br /&gt;
|Adds a zoom control to the map.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showfullscreen&lt;br /&gt;
|yes&lt;br /&gt;
|Adds a control to allowing viewing the map in full screen mode.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|icons&lt;br /&gt;
|(see description)&lt;br /&gt;
|URL template for custom markers.&amp;lt;br&amp;gt;Default: /wiki/tale5/images/markers/marker{label}.png&lt;br /&gt;
|Use &amp;quot;{label}&amp;quot; where the name of the icon will be inserted.&lt;br /&gt;
|-&lt;br /&gt;
|icon&lt;br /&gt;
|(see description)&lt;br /&gt;
|URL for markers without an icon specified.&amp;lt;br&amp;gt;Default: /wiki/tale5/images/markers/marker.png&lt;br /&gt;
|Default icon to use if one isn't defined.&lt;br /&gt;
|-&lt;br /&gt;
|iconsize&lt;br /&gt;
|32x32&lt;br /&gt;
|Height and width of the icons&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|iconanchor&lt;br /&gt;
|10,32&lt;br /&gt;
|Height and width of the icon anchor point&lt;br /&gt;
|Useful when using non-local markers.&lt;br /&gt;
|-&lt;br /&gt;
|autosizeicons&lt;br /&gt;
|yes&lt;br /&gt;
|Automatically adjusts icon size for locally hosted markers.&amp;lt;br&amp;gt;Disable this if using external markers!&lt;br /&gt;
|Legal values: '''no''' or '''yes'''&lt;br /&gt;
|-&lt;br /&gt;
|scrollwheel&lt;br /&gt;
|zoom&lt;br /&gt;
|Define how the scroll wheel behaves.&lt;br /&gt;
|Legal values: '''nothing''' or '''zoom'''.&lt;br /&gt;
|-&lt;br /&gt;
|mouseoverpopup&lt;br /&gt;
|no&lt;br /&gt;
|Show marker popups on marker mouseover.&amp;lt;br&amp;gt;&lt;br /&gt;
Note: Usage can make links in popups impossible to click!&lt;br /&gt;
|Legal values: '''no''' or '''yes'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Commands no longer supported ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#5F5B5F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#5F5B5F;&amp;quot; | Desc&lt;br /&gt;
! style=&amp;quot;background:#5F5B5F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|cursor&lt;br /&gt;
|Which mouse cursor to use on the map?&lt;br /&gt;
|Legal values: '''pointer''' (hand), ''default'' (standard mouse cursor) and ''crosshair''.&lt;br /&gt;
|-&lt;br /&gt;
|stroke&lt;br /&gt;
|Width of paths, in pixels.&lt;br /&gt;
|Does not work in game maps.&lt;br /&gt;
|-&lt;br /&gt;
|scale&lt;br /&gt;
|Show the scale?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|overview&lt;br /&gt;
|Show the inset navigation map?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|selector&lt;br /&gt;
|Show the map/hybrid/satellite selector&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|type&lt;br /&gt;
|The type of map to display.&lt;br /&gt;
|Game Maps: '''game''' - Shard A, ''gameb'' - Shard B, Normal Google Maps: ''normal'' (or, equivalently, ''map'') - Normal Google Map, ''terrain'', ''hybrid'', and ''satellite''.&lt;br /&gt;
|-&lt;br /&gt;
|controls&lt;br /&gt;
|Zoom and navigation controls.&lt;br /&gt;
|Legal values: ''small'' creates +/- zoom buttons, '''medium''' has zoom buttons and pan buttons, ''large'' has pan buttons with a sliding scale for zoom, and ''none'' has no buttons.&lt;br /&gt;
|-&lt;br /&gt;
|doubleclick&lt;br /&gt;
|What to do when the user double-clicks?&lt;br /&gt;
|Legal values: '''recenter''' or ''zoom''.&lt;br /&gt;
|-&lt;br /&gt;
|zoomstyle&lt;br /&gt;
|How does the map zoom?&lt;br /&gt;
|Legal values: ''fast'' and '''smooth''', also known as continuous zooming (only works in some browsers).&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Markers ==&lt;br /&gt;
&lt;br /&gt;
In the content of the tag, you can define one marker per line. &lt;br /&gt;
&lt;br /&gt;
Each line may or may not start with an icon name in parentheses.  &lt;br /&gt;
&lt;br /&gt;
The line should then have the latitude (x), then a comma, optionally a space, then the longitude (y), then a comma, then text for the popup window.&lt;br /&gt;
&lt;br /&gt;
The popup text can include wiki mark-up (and commas).  Long sections of text may be split over several lines using a backslash (\) at the end of the line. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A list of markers is available on [[User:Mayanah/map|Mayanahs map page.]]&lt;br /&gt;
&lt;br /&gt;
ATITD.org now hosts local copies of most of the icons Mayanah graciously provided.&lt;br /&gt;
&lt;br /&gt;
These are used by default if the ''icons'' tag is not provided; the icons follow the same naming convention on Mayanahs page.  &lt;br /&gt;
&lt;br /&gt;
Click here to show all locally hosted markers: http://www.atitd.org/wiki/tale5/images/markers or visit [[Rogarian/GoogleMapMarkerTest]] which shows all 1461 locally stored pins ('''Warning: will be VERY slow!''').&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Marker Usage Example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; showposition=&amp;quot;yes&amp;quot; scrollwheel=&amp;quot;nothing&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600, This text is in the popup!&lt;br /&gt;
400, 400, More popup text.  It can contain '''wiki markup''' text.&amp;lt;br&amp;gt;\&lt;br /&gt;
Also, text can be split over multiple lines as long as the&amp;lt;br&amp;gt;\&lt;br /&gt;
last character is a backslash (\).&amp;lt;br&amp;gt;\&lt;br /&gt;
It can also contain &amp;quot;quotes&amp;quot;.&amp;lt;br&amp;gt;\&lt;br /&gt;
&amp;lt;br&amp;gt;\&lt;br /&gt;
[http://www.mediawiki.org/wiki/MediaWiki MediaWiki Link]&lt;br /&gt;
(S) 100, 100, Popup Text Goes here&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; showposition=&amp;quot;yes&amp;quot; scrollwheel=&amp;quot;nothing&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600, This text is in the popup!&lt;br /&gt;
400, 400, More popup text.  It can contain '''wiki markup''' text.&amp;lt;br&amp;gt;\&lt;br /&gt;
Also, text can be split over multiple lines as long as the&amp;lt;br&amp;gt;\&lt;br /&gt;
last character is a backslash (\).&amp;lt;br&amp;gt;\&lt;br /&gt;
It can also contain &amp;quot;quotes&amp;quot;.&amp;lt;br&amp;gt;\&lt;br /&gt;
&amp;lt;br&amp;gt;\&lt;br /&gt;
[http://www.mediawiki.org/wiki/MediaWiki MediaWiki Link]&lt;br /&gt;
(S) 100, 100, Popup Text Goes here&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Customized Icons ==&lt;br /&gt;
&lt;br /&gt;
You can host your own collection of icons on your server, but note that they'll have the same anchor points as ATITD.org's default icon (32x32). &lt;br /&gt;
&lt;br /&gt;
Otherwise make sure you disable '''autosizeicons''' and specify the '''iconsize''' and '''iconanchors'''.&lt;br /&gt;
&lt;br /&gt;
To use your icons, add an icon attribute to your maps like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt lat=&amp;quot;42.711618&amp;quot; lon=&amp;quot;-73.205112&amp;quot; zoom=&amp;quot;2&amp;quot; &lt;br /&gt;
 icon=&amp;quot;http://myserver.com/standardmarker.png&amp;quot; &lt;br /&gt;
 icons=&amp;quot;http://myserver.com/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10,32&amp;quot; &lt;br /&gt;
 autosizeicons=&amp;quot;no&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[User:Mayanah|Mayanah]] has some instructions for using an alternate set of icons [[User:Mayanah/map|map here]] and a set of [[User:Mayanah/map#Mine_Specific|Mine Specific]] icons and [[User:Mayanah/map#Quarry_Specific|Quarry Specific]]on the same page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Drawing Commands ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|line ''path'' option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a line along a path.&lt;br /&gt;
|Path format: coordx1,coordy1:x2,y2:x3,y3:...xN,yN &lt;br /&gt;
|-&lt;br /&gt;
|rect ''boundary'' option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a rectangle defined by ''boundary''.&lt;br /&gt;
|Boundary: coordx1,coordy1:x2,y2&lt;br /&gt;
|-&lt;br /&gt;
|poly ''boundary'' option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a filled in polygon defined by ''boundary''.&lt;br /&gt;
|Boundary format: coordx1,coordy1:x2,y2:x3,y3:...xN,yN &lt;br /&gt;
|-&lt;br /&gt;
|circ x,y radius option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a filled circle defined by coords and radius.&lt;br /&gt;
|Format: coordx1,coordy1 radius&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Popup text is ''optional''.  They are the same as markers except the popup text begins on the second line.&lt;br /&gt;
&lt;br /&gt;
The popup text can include wiki mark-up (and commas). Lines may be split using a backslash (\). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Drawing Options ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Option&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Type&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Default&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Desc&lt;br /&gt;
|-&lt;br /&gt;
|stroke&lt;br /&gt;
|Boolean&lt;br /&gt;
|true&lt;br /&gt;
| 	Whether to draw stroke along the path. Set it to false to disable borders on polygons or circles.&lt;br /&gt;
|-&lt;br /&gt;
|color&lt;br /&gt;
|String&lt;br /&gt;
|'#03f'&lt;br /&gt;
|Stroke color.&lt;br /&gt;
|-&lt;br /&gt;
|weight&lt;br /&gt;
|Number&lt;br /&gt;
|5&lt;br /&gt;
|Stroke width in pixels.&lt;br /&gt;
|-&lt;br /&gt;
|opacity&lt;br /&gt;
|Number&lt;br /&gt;
|0.5&lt;br /&gt;
|Stroke opacity.&lt;br /&gt;
|-&lt;br /&gt;
|fill&lt;br /&gt;
|Boolean&lt;br /&gt;
|depends&lt;br /&gt;
|Whether to fill the path with color. Set it to false to disable filling on polygons or circles.&lt;br /&gt;
|-&lt;br /&gt;
|fillColor&lt;br /&gt;
|String&lt;br /&gt;
|same as color&lt;br /&gt;
|Fill color.&lt;br /&gt;
|-&lt;br /&gt;
|fillOpacity&lt;br /&gt;
|Number&lt;br /&gt;
|0.2&lt;br /&gt;
|Fill opacity.&lt;br /&gt;
|-&lt;br /&gt;
|dashArray&lt;br /&gt;
|String&lt;br /&gt;
|null&lt;br /&gt;
|A string that defines the stroke dash pattern. Doesn't work on canvas-powered layers (e.g. Android 2).&amp;lt;br&amp;gt;&lt;br /&gt;
It's a list of comma separated &amp;lt;length&amp;gt;s and &amp;lt;percentage&amp;gt;s that specify the lengths of alternating dashes and gaps.&amp;lt;br&amp;gt;&lt;br /&gt;
If an odd number of values is provided, then the list of values is repeated to yield an even number of values.&amp;lt;br&amp;gt;&lt;br /&gt;
Thus, 5,3,2 is equivalent to 5,3,2,5,3,2.&lt;br /&gt;
|-&lt;br /&gt;
|lineCap&lt;br /&gt;
|String&lt;br /&gt;
|null&lt;br /&gt;
|A string that defines shape to be used at the end of the stroke.&amp;lt;br&amp;gt;&lt;br /&gt;
Legal values: '''butt''', '''round''' or '''square'''.&lt;br /&gt;
|-&lt;br /&gt;
|lineJoin&lt;br /&gt;
|String&lt;br /&gt;
|null&lt;br /&gt;
|A string that defines shape to be used at the corners of the stroke.&amp;lt;br&amp;gt;&lt;br /&gt;
Legal values: '''butt''', '''round''' or '''square'''.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: ''String'' types must be enclosed in singles quotes: &amp;amp;#39;''string''&amp;amp;#39;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Example Maps==&lt;br /&gt;
&lt;br /&gt;
===Good Default Settings===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Map Drawing Examples===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#ff0000', lineCap:'round', weight:10&lt;br /&gt;
rect 2500,6800:4800,4600 color:'#00ff00', weight:1&lt;br /&gt;
poly 2300,-5500:3200,-3400:4500,-6400 color:'#ff00ff', dashArray:'15, 10, 5, 10, 15'\&lt;br /&gt;
The Egyptian Triangle?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Is there such a thing?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Check [https://www.google.com/search?q=egyptian+triangle Google!]&lt;br /&gt;
circ 0,0 450 color:'#000000'&lt;br /&gt;
circ -1500,-4000 600 color:'#0000FF', fill:false\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -1500,-3200:-1500,-4800 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -2300,-4000:-700,-4000 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#ff0000', lineCap:'round', weight:10&lt;br /&gt;
rect 2500,6800:4800,4600 color:'#00ff00', weight:1&lt;br /&gt;
poly 2300,-5500:3200,-3400:4500,-6400 color:'#ff00ff', dashArray:'15, 10, 5, 10, 15'\&lt;br /&gt;
The Egyptian Triangle?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Is there such a thing?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Check [https://www.google.com/search?q=egyptian+triangle Google!]&lt;br /&gt;
circ 0,0 450 color:'#000000'&lt;br /&gt;
circ -1500,-4000 600 color:'#0000FF', fill:false\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -1500,-3200:-1500,-4800 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -2300,-4000:-700,-4000 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Map Boundries Examples===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt showposition=yes&amp;gt;&lt;br /&gt;
# Four Corners&lt;br /&gt;
line -1000,4025:-1000,4790:200,4790:200,4025:-1000,4025 color:'#ff0000'&lt;br /&gt;
# Valley of Kings&lt;br /&gt;
line -3070,4190:-3070,8190:-1000,8190:-1000,4190:-3070,4190 color:'#ff0000'&lt;br /&gt;
Must draw this on top of adjoining areas so it's on top in the z-order&lt;br /&gt;
# Cat's Claw Ridge&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#0000ff',opacity:1\&lt;br /&gt;
This is a pop for the blue line.&amp;lt;br&amp;gt;\&lt;br /&gt;
This is the more text for the blue lines popup.&lt;br /&gt;
# Cradle of the Sun&lt;br /&gt;
line 2700,-1400:2700,740:4900,740:4900,-1400:2700,-1400 color:'#ff0000'&lt;br /&gt;
# Midland Valley&lt;br /&gt;
line 800,4600:800,5500:1750,5500:1750,4600:800,4600 color:'#ff0000'&lt;br /&gt;
# Seven Lakes&lt;br /&gt;
line -400,-4100:-400,-100:2700,-100:2700,-4100:-400,-4100 color:'#ff0000'&lt;br /&gt;
# Eastern Grounds&lt;br /&gt;
line 3505,-8100:3505,-4100:4900,-4100:4900,-8100:3505,-8100 color:'#ff0000'&lt;br /&gt;
# Lake of Reeds&lt;br /&gt;
line 3450,6000:3450,8190:4990,8190:4990,6000:3450,6000 color:'#ff0000'&lt;br /&gt;
# River Plains&lt;br /&gt;
line 200,1440:200,4600:1800,4600:1800,1440:200,1440 color:'#ff0000'&lt;br /&gt;
# Sinai&lt;br /&gt;
line 2170,3700:2170,6000:4200,6000:4200,3700:2170,3700 color:'#ff0000'&lt;br /&gt;
# South Egypt&lt;br /&gt;
line -910,-8190:-910,-4100:3505,-4100:3505,-8190:-910,-8190 color:'#ff0000'&lt;br /&gt;
# Desert of Shades&lt;br /&gt;
line -3070,-600:-3070,4025:200,4025:200,-100:-400,-100:-400,-600:-3070,-600 color:'#ff0000'&lt;br /&gt;
# Old Egypt&lt;br /&gt;
line 200,5200:200,7900:1505,7900:1505,5500:800,5500:800,5200:200,5200 color:'#ff0000'&lt;br /&gt;
# Desert of Nomads&lt;br /&gt;
line 1505,5500:1505,7600:2170,7600:2170,5200:1750,5200:1750,5500:1505,5500 color:'#ff0000'&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt showposition=yes&amp;gt;&lt;br /&gt;
# Four Corners&lt;br /&gt;
line -1000,4025:-1000,4790:200,4790:200,4025:-1000,4025 color:'#ff0000'&lt;br /&gt;
# Valley of Kings&lt;br /&gt;
line -3070,4190:-3070,8190:-1000,8190:-1000,4190:-3070,4190 color:'#ff0000'&lt;br /&gt;
Must draw this on top of adjoining areas so it's on top in the z-order&lt;br /&gt;
# Cat's Claw Ridge&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#0000ff',opacity:1\&lt;br /&gt;
This is a pop for the blue line.&amp;lt;br&amp;gt;\&lt;br /&gt;
This is the more text for the blue lines popup.&lt;br /&gt;
# Cradle of the Sun&lt;br /&gt;
line 2700,-1400:2700,740:4900,740:4900,-1400:2700,-1400 color:'#ff0000'&lt;br /&gt;
# Midland Valley&lt;br /&gt;
line 800,4600:800,5500:1750,5500:1750,4600:800,4600 color:'#ff0000'&lt;br /&gt;
# Seven Lakes&lt;br /&gt;
line -400,-4100:-400,-100:2700,-100:2700,-4100:-400,-4100 color:'#ff0000'&lt;br /&gt;
# Eastern Grounds&lt;br /&gt;
line 3505,-8100:3505,-4100:4900,-4100:4900,-8100:3505,-8100 color:'#ff0000'&lt;br /&gt;
# Lake of Reeds&lt;br /&gt;
line 3450,6000:3450,8190:4990,8190:4990,6000:3450,6000 color:'#ff0000'&lt;br /&gt;
# River Plains&lt;br /&gt;
line 200,1440:200,4600:1800,4600:1800,1440:200,1440 color:'#ff0000'&lt;br /&gt;
# Sinai&lt;br /&gt;
line 2170,3700:2170,6000:4200,6000:4200,3700:2170,3700 color:'#ff0000'&lt;br /&gt;
# South Egypt&lt;br /&gt;
line -910,-8190:-910,-4100:3505,-4100:3505,-8190:-910,-8190 color:'#ff0000'&lt;br /&gt;
# Desert of Shades&lt;br /&gt;
line -3070,-600:-3070,4025:200,4025:200,-100:-400,-100:-400,-600:-3070,-600 color:'#ff0000'&lt;br /&gt;
# Old Egypt&lt;br /&gt;
line 200,5200:200,7900:1505,7900:1505,5500:800,5500:800,5200:200,5200 color:'#ff0000'&lt;br /&gt;
# Desert of Nomads&lt;br /&gt;
line 1505,5500:1505,7600:2170,7600:2170,5200:1750,5200:1750,5500:1505,5500 color:'#ff0000'&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
===All of Egypt, Square===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
===All of Egypt, Square, No visual controls===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512 showfullscreen=no showzoom=no showposition=no showregion=no showmeasure=no&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512 showfullscreen=no showzoom=no showposition=no showregion=no showmeasure=no&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===MapQuest Example===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=11 width=512 height=512 mode=mapqoa lat=29.9792 lon=31.1344&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=11 width=512 height=512 mode=mapqoa lat=29.9792 lon=31.1344&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== All Tales in Table Design ===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 5 Shard A&lt;br /&gt;
!Tale 4 Shard B&lt;br /&gt;
!Tale 4 Shard A&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=5&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;http://www.atitd.org/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
(GH) 770, 5752, GuildHall @ 764, 5742&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=4b&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=4&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;http://www.atitd.org/wiki/tale5/images/markers/{label}.png&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
(red_MarkerC) 863, -5339, T4A Compound @ 863, -5339&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 3&lt;br /&gt;
!Tale 2&lt;br /&gt;
!Tale 1&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=3&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=2&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;http://www.atitd.org/wiki/tale5/images/markers/{label}.png&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(red_MarkerC) 2372, 5136, Old T2 Compound @ 2372, 5136&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=1&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Rogarian</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t6w/index.php?title=Guides/tr&amp;diff=251984</id>
		<title>Guides/tr</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t6w/index.php?title=Guides/tr&amp;diff=251984"/>
		<updated>2014-02-22T16:54:47Z</updated>

		<summary type="html">&lt;p&gt;Rogarian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Guides}}&lt;br /&gt;
[[Category:Guides]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Oyun Rehberleri ==&lt;br /&gt;
=== New Player ===&lt;br /&gt;
* [[Dear Ariella Yeni Oyuncu Rehberi]]&lt;br /&gt;
* [[Yeni Oyuncu Rehberi]] (Tale 4)&lt;br /&gt;
* MMo Melting Pot TLDR Rehberleri:&lt;br /&gt;
** [http://www.mmomeltingpot.com/2010/08/tldr-a-tale-in-the-desert-bricks-grass-and-other-annoying-things/ Tips on Bricks, Grass and other annoying things]&lt;br /&gt;
** [http://www.mmomeltingpot.com/2010/09/tldr-a-tale-in-the-deserts-cooking-skill-part-1/ Cooking, Part 1 - Getting Your Cooking Skill]&lt;br /&gt;
&lt;br /&gt;
==== Tarım ====&lt;br /&gt;
&lt;br /&gt;
* [[Arpa]]&lt;br /&gt;
* [[Balıkçılık Rehberi]]&lt;br /&gt;
* [[Indonesian Bee Hives and Citrus Tree Care]]&lt;br /&gt;
* [[Sebzeler]]&lt;br /&gt;
* [[Guides/Vineyards_and_Wine_Guide | Vineyards and Wine Guide by Pascalito and Ariella]]&lt;br /&gt;
* [[Guides/Wine|Wine]]&lt;br /&gt;
* [[Guides/Beer|Beer]]&lt;br /&gt;
&lt;br /&gt;
==== Cooking ====&lt;br /&gt;
&lt;br /&gt;
* [[Foraging]]&lt;br /&gt;
* [[Guides/Cooking | Cooking]]&lt;br /&gt;
* [[Recipes]]&lt;br /&gt;
&lt;br /&gt;
==== Genetics====&lt;br /&gt;
&lt;br /&gt;
Please begin with Genetics For Dummies guide below for a study on genetics. &lt;br /&gt;
* [[Genetics For Dummies]]&lt;br /&gt;
* [[Flax Genome Theory]]&lt;br /&gt;
* [http://www.atitd.org/wiki/tale4/Flower_Genome_Theories/ Flower Genome Theories]&lt;br /&gt;
* [[Flower Fertilization Chart]]&lt;br /&gt;
* [[Genomes]]&lt;br /&gt;
* [[Vine Genome Theory]]&lt;br /&gt;
&lt;br /&gt;
==== Glass ====&lt;br /&gt;
&lt;br /&gt;
* [[Glass Blowing]]&lt;br /&gt;
* [[Glass Making]]&lt;br /&gt;
&lt;br /&gt;
==== Metalworking ====&lt;br /&gt;
&lt;br /&gt;
* [[Dowsing]]&lt;br /&gt;
* [[Guides/Mining | Mining]]&lt;br /&gt;
* [[Furnaces]]&lt;br /&gt;
* [[Blacksmithing Guide]]&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
* [[Achievements]]&lt;br /&gt;
* [[12 Month Prepay]]&lt;br /&gt;
* [[Macros]]&lt;br /&gt;
&lt;br /&gt;
=== Concepts ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Tests/Events ===&lt;br /&gt;
&lt;br /&gt;
==Storyline==&lt;br /&gt;
&lt;br /&gt;
== Wiki Guides ==&lt;br /&gt;
* [[Browser Search Plugins]]&lt;br /&gt;
* [[WikiMaps|Maps in wiki pages]]&lt;br /&gt;
* [[Wiki Translation]]&lt;br /&gt;
&lt;br /&gt;
== Calculators ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Links/Tools ==&lt;/div&gt;</summary>
		<author><name>Rogarian</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t6w/index.php?title=Guides/de&amp;diff=251983</id>
		<title>Guides/de</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t6w/index.php?title=Guides/de&amp;diff=251983"/>
		<updated>2014-02-22T16:54:31Z</updated>

		<summary type="html">&lt;p&gt;Rogarian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Guides}}&lt;br /&gt;
[[Category:Guides]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Game Guides ==&lt;br /&gt;
=== Neue Spieler ===&lt;br /&gt;
* [[Dear Ariella New Player Guide]]&lt;br /&gt;
* MMo Melting Pot TLDR Guides: [http://www.mmomeltingpot.com/2010/08/tldr-a-tale-in-the-desert-bricks-grass-and-other-annoying-things/ Tips on Bricks, Grass and other annoying things]&lt;br /&gt;
&lt;br /&gt;
=== Tätigkeiten ===&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
==== Landwirtschaft ====&lt;br /&gt;
* &lt;br /&gt;
* &lt;br /&gt;
* &lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
==== Vererbungslehre ====&lt;br /&gt;
&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
==== Metallverarbeitung ====&lt;br /&gt;
&lt;br /&gt;
* &lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
==== Nahrungssuche &amp;amp; Kochen ====&lt;br /&gt;
&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
==== Glas ====&lt;br /&gt;
&lt;br /&gt;
* &lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
==== Anderes ====&lt;br /&gt;
* &lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
=== Konzepte ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Tests/Events ===&lt;br /&gt;
&lt;br /&gt;
==Storyline==&lt;br /&gt;
&lt;br /&gt;
== Wiki Guides ==&lt;br /&gt;
* [[Browser Search Plugins]]&lt;br /&gt;
* [[WikiMaps|Maps in wiki pages]]&lt;br /&gt;
* [[Wiki Translation]]&lt;br /&gt;
&lt;br /&gt;
== Rechner ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Links/Tools ==&lt;/div&gt;</summary>
		<author><name>Rogarian</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t6w/index.php?title=Guides/fr&amp;diff=251982</id>
		<title>Guides/fr</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t6w/index.php?title=Guides/fr&amp;diff=251982"/>
		<updated>2014-02-22T16:54:12Z</updated>

		<summary type="html">&lt;p&gt;Rogarian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Guides}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;table ALIGN=&amp;quot;center&amp;quot; BORDERCOLOR=&amp;quot;#EFDFBD&amp;quot; BGCOLOR=&amp;quot;#EFDFBD&amp;quot;  border=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt; &lt;br /&gt;
&amp;lt;td&amp;gt; [[Image:Tale5.jpg]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=100&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt; [[Main_Page/fr|'''Page Principale]] &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=50&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;[[Buildings/fr|'''Bâtiments]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=50&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;[[Resources/fr|'''Ressources]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=50&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;[[Guides/fr|'''Guides]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=50&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;[[tests/fr|'''Epreuves]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=50&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;[[Skills/fr|'''Compétences]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=50&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;[[Technologies/fr|'''Technologies]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=100&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;[[Image:autel.jpg]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Guides du jeu ==&lt;br /&gt;
&lt;br /&gt;
Voir également la liste des [http://www.atitd.org/wiki/tale5/Category:Guides/fr &amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;guides]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Les Généralités===&lt;br /&gt;
* [[Nouveau_Joueur |&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Nouveau joueur]]&lt;br /&gt;
* [[Conteneur|&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Les Conteneurs]]&amp;lt;/span&amp;gt; ''': comment stocker vos ressources'''&lt;br /&gt;
* [[Statistiques|&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Les Statistiques]] ''': comment devenir un athlète'''&lt;br /&gt;
** [[Expertise en bière|&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Perception: Expertise en bière]]&lt;br /&gt;
* [[Voyages|&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Les Voyages]] ''' : comment voyager et à quel prix'''&lt;br /&gt;
* [[Raccourcis |&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Les Raccourcis clavier]] ''' : comment travailler vite et bien'''&lt;br /&gt;
* [[Niveaux | &amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Les Niveaux]] ''' : savoir où vous en êtes et comment vous y êtes arrivé'''&lt;br /&gt;
* [[Calendrier|&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Horloge et Calendrier]] ''': l'écoulement du temps en Egypte'''&lt;br /&gt;
* [[Divers| &amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Divers]] ''': dont les [[Commandes|&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Commandes ]] en jeu&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
=== Activitiés ===&lt;br /&gt;
* [[Rhabdomancie|&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Rhabdomancie]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==== Agriculture, Elevage et Pêche====&lt;br /&gt;
* [[Fishing Guide/fr|&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt; La Pêche]] ''': L'art et la manière d'attraper les poissons'''.&lt;br /&gt;
** [[Poisson|&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt; Les Poissons]] ''': La liste des poissons et leurs traductions'''.&lt;br /&gt;
** [[insecte|&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt; Les Insectes]] ''': La liste des insectes, où les trouver, quels poissons pêcher avec'''.&lt;br /&gt;
* [[Cultures|&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Les Cultures]] ''': Légumes, fruits, céréales et autres plantes cultivées'''.&lt;br /&gt;
* [[Animaux|&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Les Animaux]] ''': Les animaux d'Egypte'''.&lt;br /&gt;
* [[Guide chardon|&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Les Chardons]] ''': Comment cultiver des chardons (soie)'''.&lt;br /&gt;
** [[Guide: Chardon: macro Veggie|&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Guide: Chardon: macro Veggie]]''': Utiliser la macro Veggie Tales pour rechercher et planter vos chardons'''.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Fleurs, Croisements et Génétique====&lt;br /&gt;
&lt;br /&gt;
* [[Fleurs|&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Fleurs]] : '''les différents types de fleurs, les différentes variétés et comment les obtenir.'''&lt;br /&gt;
* [[Crossbreeding|&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Les croisements]] : '''comment obtenir des hybrides.'''&lt;br /&gt;
* [[Couleur |&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Petit guide de la couleur]] : '''mais où est donc passé le bleu ?'''&lt;br /&gt;
* [[Tableau des engrais à fleur|&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Tableau des engrais à fleur]]: '''Tous les types d'engrais.'''&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Travail du métal ====&lt;br /&gt;
* [[Minage/guide|&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Minage]]: '''Les condition pour utiliser une mine et les types de gemmes par région.'''&lt;br /&gt;
* [[Forge/fr|&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Forge]]: '''Les objet forgeable sur une forge de maitre ou d'étudiant.'''&lt;br /&gt;
* [[Traitement du métal|&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Traitement du métal]]&lt;br /&gt;
* [[Guide: Lame de menuiserie|&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Guide: Lame de menuiserie]]: '''Comment créer une lame de menuiserie sur une enclume pas à pas.'''&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Travail du bois ====&lt;br /&gt;
* [[Traitement des planches|&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Traitement des planches]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==== Boite à pignon ====&lt;br /&gt;
&lt;br /&gt;
* [[Guide pour les boites à pignon|&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Guide pour les boites à pignon]]''': Guide pour la conception de boite à pignon avec un exemple pas à pas pour l'apprentissage. Fait par [[User:Anastasya|Anastasya]]'''.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Cuisine et cueillette ====&lt;br /&gt;
* [[Cueillette|&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Cueillette]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==== La bière ====&lt;br /&gt;
&lt;br /&gt;
* [[Guide: une petite mousse pression rapide|&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Une petite mousse pression rapide]]''': Un guide de base pour fabriquer une bière pas à pas sans aller dans les détails en se servant du wiki'''.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Verre ====&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==== Peinture ====&lt;br /&gt;
&lt;br /&gt;
* [[Guide: Tableau des peintures|&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Tableau avec les peintures communes à tous]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==== Chimie ====&lt;br /&gt;
* [[Chimie pratique|&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Chimie pratique]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==== Marbres et Granits ====&lt;br /&gt;
* [[Marbres et Granits|&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Marbres et Granits]]&lt;br /&gt;
* [[Exploitation|&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Exploitation]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==== Autres ====&lt;br /&gt;
* [[Gemme taillée|&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Gemme taillée]]: '''Guide sur la taille des gemmes avec tableau récapitulatif de toutes les tailles utiles'''&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Concepts ===&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Tests/Evènements ===&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==Fil de l'histoire==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Guide du Wiki ==&lt;br /&gt;
* [[Browser Search Plugins]]&lt;br /&gt;
* [[WikiMaps|&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Maps in wiki pages]]&lt;br /&gt;
* [[Wiki_Translation/fr|&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Traduction sur le wiki]]&lt;br /&gt;
* [[Ajouter une image sur le wiki|&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Ajouter une image sur le wiki]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Calculateurs ==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Liens/Outils ==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rogarian</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t6w/index.php?title=Guides&amp;diff=251981</id>
		<title>Guides</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t6w/index.php?title=Guides&amp;diff=251981"/>
		<updated>2014-02-22T16:53:41Z</updated>

		<summary type="html">&lt;p&gt;Rogarian: /* Wiki Guides */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
[[Category:Guides]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Game Guides ==&lt;br /&gt;
=== New Player ===&lt;br /&gt;
* [[Dear Ariella New Player Guide]]&lt;br /&gt;
* [[New Player Guide]]&lt;br /&gt;
* MMO Melting Pot TLDR Guides:&lt;br /&gt;
** [http://www.mmomeltingpot.com/2010/08/tldr-a-tale-in-the-desert-bricks-grass-and-other-annoying-things/ Tips on Bricks, Grass and other annoying things]&lt;br /&gt;
** [http://www.mmomeltingpot.com/2010/09/tldr-a-tale-in-the-deserts-cooking-skill-part-1/ Cooking, Part 1 - Getting Your Cooking Skill]&lt;br /&gt;
** [http://www.mmomeltingpot.com/2010/11/a-tale-in-the-desert-tldr-glassmaking/ Glassmaking Demystified]&lt;br /&gt;
*[[User:Dreasimy/Mentoring/Citizenship|Citizenship in 23 Easy Steps!]] &lt;br /&gt;
&lt;br /&gt;
==== Agriculture ====&lt;br /&gt;
&lt;br /&gt;
* [[Barley]]&lt;br /&gt;
* [[Wheat]]&lt;br /&gt;
* [[Guides/Beer|Beer]]&lt;br /&gt;
** [[Yeast Testing]]&lt;br /&gt;
* [[Fishing]]&lt;br /&gt;
* [[Indonesian Bee Hives and Citrus Tree Care]]&lt;br /&gt;
* [[Thistle Guide]]&lt;br /&gt;
* [[Vegetables]]&lt;br /&gt;
* [[Guides/Vineyards_and_Wine_Guide | Vineyards and Wine Guide by Pascalito and Ariella]]&lt;br /&gt;
* [[Guides/Wine|Wine]]&lt;br /&gt;
* [[Insect_Guide| Insect Guide]]&lt;br /&gt;
* [[Plants]]&lt;br /&gt;
* [[Trees]]&lt;br /&gt;
* [[Foraging]]&lt;br /&gt;
&lt;br /&gt;
==== Cooking ====&lt;br /&gt;
&lt;br /&gt;
* [[Guides/Cooking | Cooking]]&lt;br /&gt;
* [[Ariella and Pascalito Cooking Tutorial]]&lt;br /&gt;
* [[Recipes]]&lt;br /&gt;
* [[Guilds/Les_solitaires/Recettes | Recipe list from Les Solitaires, including links to French language guides]]&lt;br /&gt;
&lt;br /&gt;
==== Genetics====&lt;br /&gt;
&lt;br /&gt;
Please begin with Genetics For Dummies guide below for a study on genetics.&lt;br /&gt;
* [[Advanced Crossbreeding]]&lt;br /&gt;
* [[Crossbreeding and Hints]] &lt;br /&gt;
* [[Discovering Mutagens]]&lt;br /&gt;
* [[Flax Genome Theory]]&lt;br /&gt;
* [[Flower Genome Theories]]&lt;br /&gt;
* [[Flower Fertilization Chart]]&lt;br /&gt;
* [[Genetics For Dummies]]&lt;br /&gt;
* [[Genomes]]&lt;br /&gt;
* [[Moss Creation]]&lt;br /&gt;
* [[Mutagens Explained]]&lt;br /&gt;
* [[Solvent Making]]&lt;br /&gt;
* [[Vine Genome Theory]]&lt;br /&gt;
&lt;br /&gt;
==== Glass ====&lt;br /&gt;
&lt;br /&gt;
* [[Glass Blowing]]&lt;br /&gt;
* [[Glass Making]]&lt;br /&gt;
* [http://www.atitd.org/wiki/tale5/User:Avanya/Glassmaking_guide Avanya's Glass process guide for beginners]&lt;br /&gt;
&lt;br /&gt;
==== Metalworking ====&lt;br /&gt;
&lt;br /&gt;
* [[Alloys]]&lt;br /&gt;
* [[Dowsing]]&lt;br /&gt;
* [[Guides/Mining | Mining]]&lt;br /&gt;
* [[Furnaces]]&lt;br /&gt;
* [[Blacksmithing Guide]]&lt;br /&gt;
* [[Gearbox Design Guide]]&lt;br /&gt;
* [[Gearbox Ratios]]&lt;br /&gt;
* [[Jaylenaeybarre's gearbox guide]]&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
* [[Achievements]]&lt;br /&gt;
* [[Practical Chemist|Advanced Chemistry]]&lt;br /&gt;
* [[Guides/Airship_Flight_Manual | Airship Flight Manual]]&lt;br /&gt;
* [[User:Avanya/Chime_guide|Chime guide, with audio files]]&lt;br /&gt;
* [[Guides/Egyptian_Building_Codes|Egyptian Building Codes]]&lt;br /&gt;
* [[Otter Guide]]&lt;br /&gt;
* Paint Guides&lt;br /&gt;
** [[User:Korrin#Korrin.27s_Paint|Korrin's Paints]]&lt;br /&gt;
** [[User:GHawkins/PaintGuide|Complete Painting and Reaction Values Guide]]&lt;br /&gt;
* [[Jaylenaeybarre's prospecting guide]]&lt;br /&gt;
* [[Pyrotechnics Guides]]&lt;br /&gt;
* [[ Quarrying | Quarrying Guides ]]&lt;br /&gt;
* [[Guides/Mining/Sand Mining|Sand Mining and Gem Guide]]&lt;br /&gt;
* [[Guides/Airship_Field_Game_Manual | Pharaoh's Garden Game Manual]]&lt;br /&gt;
* [[Venery Guide]]&lt;br /&gt;
* [[User:Korrin/Worship_Initiation_Script|Worship Initiation Guide]]&lt;br /&gt;
* [[GOLD_DIGGERS/Gem_School | Gem Cutting School]]&lt;br /&gt;
* Wood Treatment Guides&lt;br /&gt;
** [[Wood_Treatment_Guide|Wood Treatment Guide]]&lt;br /&gt;
** [[User:Dunagain/Treated_Boards|Dunagain's Guide to Treated Boards]]&lt;br /&gt;
&lt;br /&gt;
==== Utilities and Tools ====&lt;br /&gt;
&lt;br /&gt;
* [[Commands | Keyboard Shortcuts and Commands]]&lt;br /&gt;
* [[12 Month Prepay | 12 Month Prepay Landscaping Guidelines ]]&lt;br /&gt;
* [[Dual Logging]]&lt;br /&gt;
* [[Macros]]&lt;br /&gt;
&lt;br /&gt;
=== Concepts ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Tests/Events ===&lt;br /&gt;
* [[Guides/EventScoring|Event Scoring]]&lt;br /&gt;
* [[Guides/Test_of_Flight|Test of Flight]]&lt;br /&gt;
* [[Guides/Test_of_Dancing_Waters | Test of Dancing Waters]]&lt;br /&gt;
&lt;br /&gt;
==Storyline==&lt;br /&gt;
&lt;br /&gt;
* [[The Monument Guide]]&lt;br /&gt;
&lt;br /&gt;
== Wiki Guides ==&lt;br /&gt;
* [[Browser Search Plugins]]&lt;br /&gt;
* [[WikiMaps|Maps in wiki pages]]&lt;br /&gt;
* [[Wiki Translation]]&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Links/Tools ==&lt;/div&gt;</summary>
		<author><name>Rogarian</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t6w/index.php?title=Help:Formatting&amp;diff=251980</id>
		<title>Help:Formatting</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t6w/index.php?title=Help:Formatting&amp;diff=251980"/>
		<updated>2014-02-22T16:53:04Z</updated>

		<summary type="html">&lt;p&gt;Rogarian: /* Other formatting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You can format your text using wiki markup. This consists of normal characters like asterisks, single quotes or equation marks which have a special function in the wiki, sometimes depending on their position. For example, to format a word in ''italic'', you include it in two single quotes like &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;''this''&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Text formatting markup ==&lt;br /&gt;
&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; {{Prettytable}}&lt;br /&gt;
|-&lt;br /&gt;
|{{Hl2}} |'''Description'''&lt;br /&gt;
|{{Hl2}} |'''You type'''	&lt;br /&gt;
|{{Hl2}} |'''You get'''&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; align=&amp;quot;center&amp;quot; | ''applies anywhere''&lt;br /&gt;
|-&lt;br /&gt;
|Italic text&lt;br /&gt;
|&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;''italic''&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|''italic''&lt;br /&gt;
|-&lt;br /&gt;
| Bold text&lt;br /&gt;
|&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;'''bold'''&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|'''bold'''&lt;br /&gt;
|-&lt;br /&gt;
| Bold and italic&lt;br /&gt;
|&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;'''''bold &amp;amp; italic'''''&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|'''''bold &amp;amp; italic'''''&lt;br /&gt;
|-&lt;br /&gt;
|Escape wiki markup&lt;br /&gt;
|&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;nowiki&amp;gt;no '''wiki''' or &amp;lt;B&amp;gt;html&amp;lt;/B&amp;gt; amendments&amp;lt;/nowiki&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;no '''wiki''' or &amp;lt;B&amp;gt;html&amp;lt;/B&amp;gt; amendments&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Fixed width text&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;tt&amp;gt;Fixed width text&amp;lt;/tt&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;tt&amp;gt;Fixed width text&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; align=&amp;quot;center&amp;quot; | ''only at the beginning of the line''&lt;br /&gt;
|-&lt;br /&gt;
| Indent text&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;:Single indent&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;::Double indent&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;:::::Multiple indent&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
:Single indent&lt;br /&gt;
::Double indent&lt;br /&gt;
:::::Multiple indent&lt;br /&gt;
|-&lt;br /&gt;
|Headings of&amp;lt;br /&amp;gt;&lt;br /&gt;
different levels &amp;lt;ref&amp;gt;An article with four or more headings will automatically create a [http://en.wikipedia.org/wiki/Wikipedia:Section#Table_of_contents_.28TOC.29 table of contents].&amp;lt;/ref&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;=level 1=&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;ref&amp;gt;Use of a level 1 heading is '''''highly discouraged''''' as it appears with the same formatting and size as the page title, which can be confusing.&amp;lt;/ref&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;==level 2==&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;===level 3===&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;====level 4====&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;=====level 5=====&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;======level 6======&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- little hack to prevent TOC viewing --&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size: 188%; margin: 0; padding-top: .5em; padding-bottom: .17em; border-bottom: 1px solid #aaa;&amp;quot;&amp;gt;Level 1&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size: 150%; margin: 0; padding-top: .5em; padding-bottom: .17em; border-bottom: 1px solid #aaa;&amp;quot;&amp;gt;Level 2&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size: 132%; border-bottom: none; font-weight: bold;&amp;quot;&amp;gt;Level 3&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size: 100%; border-bottom: none; font-weight: bold;&amp;quot;&amp;gt;Level 4&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
{{DEFAULTSORT:[[[http://www.example.com link title]]#Redirect [[—[[Category:]]]]]}}&amp;lt;span style=&amp;quot;font-size: 86%; border-bottom: none; font-weight: bold;&amp;quot;&amp;gt;Level 5&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size: 80%; border-bottom: none; font-weight: bold;&amp;quot;&amp;gt;Level 6&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Horizontal rule&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;----&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
----&lt;br /&gt;
|-&lt;br /&gt;
|Bullet list&lt;br /&gt;
|&lt;br /&gt;
&amp;amp;#42; one&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;amp;#42; two&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;amp;#42; three&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;amp;#42;&amp;amp;#42; three and one-third&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;amp;#42;&amp;amp;#42; three and two-thirds&amp;lt;br /&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
* one&lt;br /&gt;
* two&lt;br /&gt;
* three&lt;br /&gt;
** three and one-third&lt;br /&gt;
** three and two-thirds&lt;br /&gt;
|-&lt;br /&gt;
|Numbered list&lt;br /&gt;
|&lt;br /&gt;
&amp;amp;#35; one&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;amp;#35; two&amp;lt;nowiki&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;/nowiki&amp;gt;spanning several lines&amp;lt;nowiki&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;/nowiki&amp;gt;without breaking the numbering&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;amp;#35; three&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;amp;#35;&amp;amp;#35; three point one&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;amp;#35;&amp;amp;#35; three point two&amp;lt;br /&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
# one&lt;br /&gt;
# two&amp;lt;br&amp;gt;spanning several lines&amp;lt;br&amp;gt;without breaking the numbering&lt;br /&gt;
# three&lt;br /&gt;
## three point one&lt;br /&gt;
## three point two&lt;br /&gt;
|-&lt;br /&gt;
| Mixture of bulleted&amp;lt;br /&amp;gt; and numbered lists&lt;br /&gt;
|&lt;br /&gt;
&amp;amp;#35; one&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;amp;#35; two&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;amp;#35;&amp;amp;#42; two point one&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;amp;#35;&amp;amp;#42; two point two&amp;lt;br /&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
# one&lt;br /&gt;
# two&lt;br /&gt;
#* two point one&lt;br /&gt;
#* two point two&lt;br /&gt;
|-&lt;br /&gt;
|Definition list&lt;br /&gt;
|&lt;br /&gt;
&amp;amp;#59;Definition&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;amp;#58;item 1&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;amp;#58;item 2&amp;lt;br /&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
;Definition&lt;br /&gt;
:item 1&lt;br /&gt;
:item 2&lt;br /&gt;
|-&lt;br /&gt;
|Preformatted text&lt;br /&gt;
|&lt;br /&gt;
&amp;amp;nbsp;&amp;amp;nbsp;preformatted text is done with&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;amp;nbsp;&amp;amp;nbsp;a space at the&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;amp;nbsp;&amp;amp;nbsp;beginning of the line&amp;lt;br /&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
 preformatted text is done with&lt;br /&gt;
 a space at the &lt;br /&gt;
 beginning of the line&lt;br /&gt;
|-&lt;br /&gt;
|Preformatted text with no indentation&lt;br /&gt;
|&lt;br /&gt;
&amp;amp;nbsp;&amp;lt;nowiki&amp;gt;&amp;lt;pre&amp;gt; some preformatted text with no indentation &amp;lt;/pre&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
some preformatted&lt;br /&gt;
text with no indentation&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Blockquotes&lt;br /&gt;
|&lt;br /&gt;
Body&amp;lt;br&amp;gt;&lt;br /&gt;
text text text text text text text text text text text text&lt;br /&gt;
text text text text text text text text text text text text&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;blockquote&amp;gt;  quote quote quote quote quote quote &amp;lt;/blockquote&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
text text text text text text text text text text text text&lt;br /&gt;
|&lt;br /&gt;
Body&amp;lt;br&amp;gt;&lt;br /&gt;
text text text text text text text text text text text text&lt;br /&gt;
text text text text text text text text text text text text&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;  quote quote quote quote quote quote &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
text text text text text text text text text text text text&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|Comment&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;!--This is comment--&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!--This is comment, so it won't be displayed!--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; align=&amp;quot;center&amp;quot; | ''advanced''&lt;br /&gt;
|-&lt;br /&gt;
|Templates&lt;br /&gt;
| &amp;lt;NOWIKI&amp;gt;{{templatename}}&amp;lt;/NOWIKI&amp;gt;&lt;br /&gt;
| Everything on the page Template:templatename (see [[:Category:Template|Templates]])&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Notes: &amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Paragraphs ==&lt;br /&gt;
&lt;br /&gt;
MediaWiki ignores normal line breaks. To start a new paragraph, leave an empty line. You can also start a new line with the HTML tags &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;br&amp;gt; or &amp;lt;br/&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== HTML ==&lt;br /&gt;
&lt;br /&gt;
Some [[wikipedia:HTML|HTML]] tags are allowed in MediaWiki, for example &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;code&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;font&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Other formatting ==&lt;br /&gt;
Beyond the text formatting markup shown above, here are some other formatting references:&lt;br /&gt;
*[[Help:Links|Links]]&lt;br /&gt;
*[[Help:Images|Images]]&lt;br /&gt;
*[[Help:Tables|Tables]]&lt;br /&gt;
*[[WikiMaps]]&lt;br /&gt;
*[http://en.wikipedia.org/wiki/Wikipedia:WikiProject_User_Page_Help/Do-It-Yourself/Formatting_Text More Formatting from Wikipedia]&lt;br /&gt;
*Insert a countdown [http://armeagle.atitd.org/timer.php/ Timer]&lt;br /&gt;
&lt;br /&gt;
[[Category:Help|Formatting]]&lt;/div&gt;</summary>
		<author><name>Rogarian</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t6w/index.php?title=Help:Contents&amp;diff=251979</id>
		<title>Help:Contents</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t6w/index.php?title=Help:Contents&amp;diff=251979"/>
		<updated>2014-02-22T16:52:35Z</updated>

		<summary type="html">&lt;p&gt;Rogarian: /* Advanced editing */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Reading==&lt;br /&gt;
* [[Help:Navigation|Navigation]]&lt;br /&gt;
* [[Help:Searching|Searching]]&lt;br /&gt;
* [[Help:Tracking changes|Tracking changes]]&lt;br /&gt;
* [[Help:Watchlist|Watchlist]]&lt;br /&gt;
&lt;br /&gt;
==Editing==&lt;br /&gt;
* [[Help:Editing pages|Editing pages]]&lt;br /&gt;
* [[Help:Starting a new page|Starting a new page]]&lt;br /&gt;
* [[Help:Formatting|Formatting]]&lt;br /&gt;
* [[Help:Links|Links]]&lt;br /&gt;
* [[Help:Collapsing|Collapsible Tables]]&lt;br /&gt;
* [[Help:User page|User pages]]&lt;br /&gt;
* [[Help:Talk pages|Talk pages]]&lt;br /&gt;
* [[Help:Signatures|Signatures]]&lt;br /&gt;
&lt;br /&gt;
===Advanced editing===&lt;br /&gt;
* [[Help:Images|Images]]&lt;br /&gt;
* [[Help:Tables|Tables]]&lt;br /&gt;
* [[WikiMaps]]&lt;br /&gt;
* [[Help:Categories|Categories]]&lt;br /&gt;
* [[Help:Subpages|Subpages]]&lt;br /&gt;
* [[Help:Managing files|Managing files]]&lt;br /&gt;
* [[Help:Moving a page|Moving (renaming) a page]]&lt;br /&gt;
* [[Help:Redirects|Redirects]]&lt;br /&gt;
* [[Help:Deleting a page|Deleting a page]]&lt;br /&gt;
* [[Help:Protected pages|Protected pages]]&lt;br /&gt;
&lt;br /&gt;
* [[Help:Templates|Templates]]&lt;br /&gt;
* [[Help:Variables|Variables]]&lt;br /&gt;
* [[Help:Namespaces|Namespaces]]&lt;br /&gt;
&lt;br /&gt;
* [[Help:Special pages|Special pages]]&lt;br /&gt;
* [[Help:External searches|External searches]]&lt;br /&gt;
&lt;br /&gt;
===Personal customization===&lt;br /&gt;
* [[Help:Preferences|Preferences]]&lt;br /&gt;
* [[Help:Skins|Skins]]&lt;br /&gt;
&lt;br /&gt;
==Wiki administration==&lt;br /&gt;
&lt;br /&gt;
* [[A_Tale_in_the_Desert:Administrators|Administrators]]&lt;br /&gt;
* [[Help:Sysops and permissions|Sysops and permissions]]&lt;br /&gt;
&lt;br /&gt;
The following features require extra permissions that are not normally granted to all wiki users.&lt;br /&gt;
&lt;br /&gt;
* [[Help:Protecting and unprotecting pages|Protecting and unprotecting pages]]&lt;br /&gt;
* [[Help:Sysop deleting and undeleting|Sysop deleting and undeleting]]&lt;br /&gt;
* [[Help:Patrolled edits|Patrolled edits]]&lt;br /&gt;
* [[Help:Blocking users|Blocking users]]&lt;br /&gt;
* [[Help:Range blocks|Range IP blocks]]&lt;br /&gt;
* [[Help:Assigning permissions|Assigning permissions]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Help| ]]&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>Rogarian</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t6w/index.php?title=Maps&amp;diff=251978</id>
		<title>Maps</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t6w/index.php?title=Maps&amp;diff=251978"/>
		<updated>2014-02-22T16:50:31Z</updated>

		<summary type="html">&lt;p&gt;Rogarian: /* I want to start a new data page */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What is this here for ==&lt;br /&gt;
&lt;br /&gt;
At the start of the tale it quickly became obvious that much of the map data on the wiki was being duplicated on a range of different pages, with different points being shown on each map. This area of the wiki was put together using templates to allow the data to be held on just one page - while being visible from each relevant page.&lt;br /&gt;
&lt;br /&gt;
As a result, when adding a new point of interest (such as a public mine) only one page now needs to be edited (instead of three or more) and each map using that data will update automatically.&lt;br /&gt;
&lt;br /&gt;
This system allows you to customize what data you want to see on your map. You want chariot stops and public works? You can do that. You want all public mines? Yep, that, too. You want all red and white sand deposits near your home compound, but not all those public mines dots? You can also do that. When adding the map to your page, just choose which map data files to include, and put in custom pins for personal locations.&lt;br /&gt;
&lt;br /&gt;
'''If you do NOT want to use the conde map templates, please refer to [[WikiMaps]] for a guide how to insert a &amp;quot;normal&amp;quot; map that does not follow these template conventions'''&lt;br /&gt;
&lt;br /&gt;
==Egypt Map Note==&lt;br /&gt;
&lt;br /&gt;
Now there is also a new map application available that covers many of the most common resources in Egypt in one place and have custom landmarks for the rest. It's available at http://egyptmapnote.org. The application has several tools that helps detecting patterns to the markers added. You can animate mushrooms over time for example to detect their migration.&lt;br /&gt;
&lt;br /&gt;
Each user can also create and join private groups to share information among a select group of people.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''The current version is from T5A in order to update to T6 the following is needed:'''&lt;br /&gt;
&lt;br /&gt;
*a high resolution map of Egypt for T6,&lt;br /&gt;
*the name and borders for each region,&lt;br /&gt;
*the location of all chariot stops,&lt;br /&gt;
*expedition sites,&lt;br /&gt;
*schools and universeties.&lt;br /&gt;
&lt;br /&gt;
I'd appreciate any help I can get obtaining these things, thanks.&lt;br /&gt;
&lt;br /&gt;
- Khelben&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== I want to use one or more of these maps on another page ==&lt;br /&gt;
&lt;br /&gt;
To add a map to a page you will need to use [[Template:CondMap]]. To do so it is suggested you copy the following text to the page you wish to edit. Any map data that you wish to link should be placed on a new line as with the public mines (alcyone) and red sand shown below.&lt;br /&gt;
&lt;br /&gt;
The five parameters at the end are optional. You can remove them for a default-sized and -shaped map of Egypt, or change them to zoom in on a particular spot. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;NOWIKI&amp;gt;{{CondMap|&lt;br /&gt;
{{:Maps/Public Mines/Amunet/Alcyone|contentonly=yes}}&lt;br /&gt;
{{:Maps/Red Sand|contentonly=yes}}&lt;br /&gt;
|exmarks=yes|lat=1200|lon=1900|zoom=4|width=800|height=700}}&lt;br /&gt;
&amp;lt;/NOWIKI&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Zoom examples for different regions ===&lt;br /&gt;
Replace the last line of the above CondMap example with:&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! Region !! Condmap code to zoom to the region&lt;br /&gt;
|-&lt;br /&gt;
| Cat's Claw Ridge ||&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;|lat=-500|lon=6490|zoom=4|width=260|height=850}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Cat's Claw Ridge ||&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;|lat=-250|lon=6790|zoom=4|width=260|height=850}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Cradle of the Sun ||&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;|lat=3845|lon=340|zoom=4|width=590|height=555}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Desert of Nomads ||&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;|lat=1853|lon=6400|zoom=4|width=180|height=600}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Desert of Shades ||&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;|lat=-1415|lon=1715|zoom=4|width=810|height=1155}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Eastern Grounds ||&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;|lat=4202|lon=6080|zoom=4|width=350|height=1040}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Four Corners ||&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;|lat=-400|lon=4400|zoom=5|width=600|height=390}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Lake of Reeds ||&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;|lat=4290|lon=7095zoom=4|width=420|height=550}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Midland Valley ||&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;|lat=1275|lon=5050|zoom=5|width=490|height=475}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Old Egypt ||&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;|lat=873|lon=6550|zoom=4|width=338|height=670}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| River Plains ||&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;|lat=1035|lon=3000|zoom=4|width=440|height=815}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Seven Lakes ||&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;|lat=1150|lon=-2100|zoom=4|width=790|height=1000}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Sinai ||&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;|lat=3185|lon=4850|zoom=4|width=520|height=580}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| South Egypt ||&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;|lat=1308|lon=-6145|zoom=3|width=560|height=510}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Valley of Kings ||&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;|lat=-2030|lon=6190|zoom=4|width=520|height=1000}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== I want to add a new datapoint, Help Me! ==&lt;br /&gt;
&lt;br /&gt;
To add a new datapoint, decide which page it should be added to from the list at the bottom of this page. Generally resources will be on a common page for that server, and facilities (smelting, mines, etc) will be on a regional page. Then follow the link to that page, edit it and add a new line using the standard googlemap format:&lt;br /&gt;
&amp;lt;pre&amp;gt;(MtPb) -1570, 5300, Lead/Sapphire Mine&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want the coordinates to show up in the pin's tooltip, do the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;(MtPb) -1570, 5300, Lead/Sapphire Mine (at -1570, 5300)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== I want to start a new data page ==&lt;br /&gt;
If there aren't very many data points, make a single Egypt-wide file at Maps/ResourceName. If the resource you're mapping has many points, it is better to break them down by region. In that case, create new files at Maps/ResourceName/Alcyone, Maps/ResourceName/Celaeno, and so on. &lt;br /&gt;
&lt;br /&gt;
The new pages should use this template:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;{{CondMap|&lt;br /&gt;
&amp;lt;!-- datapoints go here --&amp;gt;&lt;br /&gt;
|contentonly={{{contentonly|no}}}|{{{2}}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Atlas|{{PAGENAME}}]]&amp;lt;/noinclude&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Then add datapoints as in the [[{{PAGENAME}}#I want to use one or more of these maps on another page|above section]]. Finally, add the new pages to the list of [[{{PAGENAME}}#Current map data|map data pages]].&lt;br /&gt;
&lt;br /&gt;
You can find information on what icons are available and how to use them in the [[WikiMaps#Markers]] section. &lt;br /&gt;
&lt;br /&gt;
If the maps include many different types of markers (like the Public Mines pages do), consider creating a legend that can be used on any page that uses the maps. (Name the page Maps/ResourceName/Legend, and use the [[{{PAGENAME}}#Map Pin Legends|existing legends]] as an example.)&lt;br /&gt;
&lt;br /&gt;
If you have created regional data maps, and would like to have an automatically generated egypt-wide map, use the example of [[Maps/Expedition Sites]], and create your page at Maps/ResourceName.&lt;br /&gt;
&lt;br /&gt;
== What types of thing should be placed in this type of map ==&lt;br /&gt;
&lt;br /&gt;
Generally, only items which need to be shown on multiple pages will require a map in this area. Public facilities and resources are the main examples.&lt;br /&gt;
&lt;br /&gt;
There is no requirement to place things that only need to be visible from one page (such as guild locations) here.&lt;br /&gt;
&lt;br /&gt;
== Who inflicted this monstrosity on egypt! == &lt;br /&gt;
&lt;br /&gt;
That would be Kasiya. If you are having trouble adding data please feel free to chat me and let me know.&lt;br /&gt;
&lt;br /&gt;
While Talibeh didn't create this template, she now has lots of experience using it and creating new map pages. Ask questions or make comments on her [[User talk:Talibeh|talk page]].&lt;br /&gt;
&lt;br /&gt;
== Current map data ==&lt;br /&gt;
=== Egypt-wide ===&lt;br /&gt;
*[[Maps/Chariot Stops]]&lt;br /&gt;
*[[Maps/Public Ferries]]&lt;br /&gt;
*[[Atlas/Phoenix]]&lt;br /&gt;
*[[Maps/Red Sand]]&lt;br /&gt;
*[[Maps/White Sand]]&lt;br /&gt;
*[[Maps/Limestone]]&lt;br /&gt;
*[[Maps/Sulphurous Water]]&lt;br /&gt;
*[[Maps/Tar]]&lt;br /&gt;
*[[Maps/Scarab Gardens]]&lt;br /&gt;
*[[Maps/Silt]]&lt;br /&gt;
*[[Maps/Pilgrim Shrines]]&lt;br /&gt;
*[[Maps/Altars]]&lt;br /&gt;
*[[Maps/university-school]]&lt;br /&gt;
*[[Maps/Pyrotechnics_Stadium_Headquarters | Maps/Pyrotechnics Stadium Headquarters ]]&lt;br /&gt;
*[[Maps/Yeast]]&lt;br /&gt;
&lt;br /&gt;
Map of University and School Location&lt;br /&gt;
==== Automatically Generated ====&lt;br /&gt;
(For convenience, can be included in other CondMaps instead of every regional file. Data points should be edited in the region-specific pages.)&lt;br /&gt;
*[[Maps/Public Works]]&lt;br /&gt;
*[[Maps/Public Mines]]&lt;br /&gt;
*[[Maps/Public Smelters]]&lt;br /&gt;
*[[Maps/Expedition Sites]]&lt;br /&gt;
*[[Maps/Test of Life]]&lt;br /&gt;
&lt;br /&gt;
=== Region-specific ===&lt;br /&gt;
==== Public Works====&lt;br /&gt;
*[[Maps/Public Works/Cat's Claw Ridge]]&lt;br /&gt;
&lt;br /&gt;
==== Public Mines ====&lt;br /&gt;
*[[Maps/Public Mines/Cat's Claw Ridge]]&lt;br /&gt;
*[[Maps/Public Mines/Cradle of the Sun]]&lt;br /&gt;
*[[Maps/Public Mines/Desert of Nomads]]&lt;br /&gt;
*[[Maps/Public Mines/Desert of Shades]]&lt;br /&gt;
*[[Maps/Public Mines/Eastern Grounds]]&lt;br /&gt;
*[[Maps/Public Mines/Four Corners]]&lt;br /&gt;
*[[Maps/Public Mines/Lake of Reeds]]&lt;br /&gt;
*[[Maps/Public Mines/Midland Valley]]&lt;br /&gt;
*[[Maps/Public Mines/Old Egypt]]&lt;br /&gt;
*[[Maps/Public Mines/River Plains]]&lt;br /&gt;
*[[Maps/Public Mines/Seven Lakes]]&lt;br /&gt;
*[[Maps/Public Mines/Sinai]]&lt;br /&gt;
*[[Maps/Public Mines/South Egypt]]&lt;br /&gt;
*[[Maps/Public Mines/Valley of Kings]]&lt;br /&gt;
&lt;br /&gt;
==== Public Smelters ====&lt;br /&gt;
*[[Maps/Public Smelters/Cat's Claw Ridge]]&lt;br /&gt;
*[[Maps/Public Smelters/Cradle of the Sun]]&lt;br /&gt;
*[[Maps/Public Smelters/Desert of Nomads]]&lt;br /&gt;
*[[Maps/Public Smelters/Desert of Shades]]&lt;br /&gt;
*[[Maps/Public Smelters/Eastern Grounds]]&lt;br /&gt;
*[[Maps/Public Smelters/Lake of Reeds]]&lt;br /&gt;
*[[Maps/Public Smelters/Midland Valley]]&lt;br /&gt;
*[[Maps/Public Smelters/Old Egypt]]&lt;br /&gt;
*[[Maps/Public Smelters/River Plains]]&lt;br /&gt;
*[[Maps/Public Smelters/Seven Lakes]]&lt;br /&gt;
*[[Maps/Public Smelters/Sinai]]&lt;br /&gt;
*[[Maps/Public Smelters/South Egypt]]&lt;br /&gt;
*[[Maps/Public Smelters/Valley of Kings]]&lt;br /&gt;
&lt;br /&gt;
==== Expedition Sites ====&lt;br /&gt;
*[[Maps/Expedition Sites/Cat's Claw Ridge]]&lt;br /&gt;
*[[Maps/Expedition Sites/Cradle of the Sun]]&lt;br /&gt;
*[[Maps/Expedition Sites/Desert of Nomads]]&lt;br /&gt;
*[[Maps/Expedition Sites/Desert of Shades]]&lt;br /&gt;
*[[Maps/Expedition Sites/Eastern Grounds]]&lt;br /&gt;
*[[Maps/Expedition Sites/Four Corners]]&lt;br /&gt;
*[[Maps/Expedition Sites/Lake of Reeds]]&lt;br /&gt;
*[[Maps/Expedition Sites/Midland Valley]]&lt;br /&gt;
*[[Maps/Expedition Sites/Old Egypt]]&lt;br /&gt;
*[[Maps/Expedition Sites/River Plains]]&lt;br /&gt;
*[[Maps/Expedition Sites/Seven Lakes]]&lt;br /&gt;
*[[Maps/Expedition Sites/Sinai]]&lt;br /&gt;
*[[Maps/Expedition Sites/South Egypt]]&lt;br /&gt;
*[[Maps/Expedition Sites/Valley of Kings]]&lt;br /&gt;
&lt;br /&gt;
==== [[Test of Life]] - Aqueducts ====&lt;br /&gt;
* [[Maps/Test of Life/Mid River Plains]]&lt;br /&gt;
* [[Maps/Test of Life/MV|Midland Valley Aqua Team]]&lt;br /&gt;
&lt;br /&gt;
== Map Pin Legends ==&lt;br /&gt;
If you edit the marker icons, make sure you edit the markers in ''every'' relevant map data file above. &lt;br /&gt;
*[[Maps/Public Mines/Legend]]&lt;br /&gt;
*[[Maps/Resources/Legend]]&lt;br /&gt;
*[[Maps/Aqueduct/Legend]]&lt;br /&gt;
You can include a legend on your page by using the following, substituting the path and name of your legend page.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;{{:Maps/Public Mines/Legend}}&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rogarian</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t6w/index.php?title=Maps&amp;diff=251977</id>
		<title>Maps</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t6w/index.php?title=Maps&amp;diff=251977"/>
		<updated>2014-02-22T16:49:58Z</updated>

		<summary type="html">&lt;p&gt;Rogarian: /* What is this here for */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What is this here for ==&lt;br /&gt;
&lt;br /&gt;
At the start of the tale it quickly became obvious that much of the map data on the wiki was being duplicated on a range of different pages, with different points being shown on each map. This area of the wiki was put together using templates to allow the data to be held on just one page - while being visible from each relevant page.&lt;br /&gt;
&lt;br /&gt;
As a result, when adding a new point of interest (such as a public mine) only one page now needs to be edited (instead of three or more) and each map using that data will update automatically.&lt;br /&gt;
&lt;br /&gt;
This system allows you to customize what data you want to see on your map. You want chariot stops and public works? You can do that. You want all public mines? Yep, that, too. You want all red and white sand deposits near your home compound, but not all those public mines dots? You can also do that. When adding the map to your page, just choose which map data files to include, and put in custom pins for personal locations.&lt;br /&gt;
&lt;br /&gt;
'''If you do NOT want to use the conde map templates, please refer to [[WikiMaps]] for a guide how to insert a &amp;quot;normal&amp;quot; map that does not follow these template conventions'''&lt;br /&gt;
&lt;br /&gt;
==Egypt Map Note==&lt;br /&gt;
&lt;br /&gt;
Now there is also a new map application available that covers many of the most common resources in Egypt in one place and have custom landmarks for the rest. It's available at http://egyptmapnote.org. The application has several tools that helps detecting patterns to the markers added. You can animate mushrooms over time for example to detect their migration.&lt;br /&gt;
&lt;br /&gt;
Each user can also create and join private groups to share information among a select group of people.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''The current version is from T5A in order to update to T6 the following is needed:'''&lt;br /&gt;
&lt;br /&gt;
*a high resolution map of Egypt for T6,&lt;br /&gt;
*the name and borders for each region,&lt;br /&gt;
*the location of all chariot stops,&lt;br /&gt;
*expedition sites,&lt;br /&gt;
*schools and universeties.&lt;br /&gt;
&lt;br /&gt;
I'd appreciate any help I can get obtaining these things, thanks.&lt;br /&gt;
&lt;br /&gt;
- Khelben&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== I want to use one or more of these maps on another page ==&lt;br /&gt;
&lt;br /&gt;
To add a map to a page you will need to use [[Template:CondMap]]. To do so it is suggested you copy the following text to the page you wish to edit. Any map data that you wish to link should be placed on a new line as with the public mines (alcyone) and red sand shown below.&lt;br /&gt;
&lt;br /&gt;
The five parameters at the end are optional. You can remove them for a default-sized and -shaped map of Egypt, or change them to zoom in on a particular spot. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;NOWIKI&amp;gt;{{CondMap|&lt;br /&gt;
{{:Maps/Public Mines/Amunet/Alcyone|contentonly=yes}}&lt;br /&gt;
{{:Maps/Red Sand|contentonly=yes}}&lt;br /&gt;
|exmarks=yes|lat=1200|lon=1900|zoom=4|width=800|height=700}}&lt;br /&gt;
&amp;lt;/NOWIKI&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Zoom examples for different regions ===&lt;br /&gt;
Replace the last line of the above CondMap example with:&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! Region !! Condmap code to zoom to the region&lt;br /&gt;
|-&lt;br /&gt;
| Cat's Claw Ridge ||&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;|lat=-500|lon=6490|zoom=4|width=260|height=850}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Cat's Claw Ridge ||&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;|lat=-250|lon=6790|zoom=4|width=260|height=850}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Cradle of the Sun ||&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;|lat=3845|lon=340|zoom=4|width=590|height=555}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Desert of Nomads ||&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;|lat=1853|lon=6400|zoom=4|width=180|height=600}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Desert of Shades ||&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;|lat=-1415|lon=1715|zoom=4|width=810|height=1155}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Eastern Grounds ||&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;|lat=4202|lon=6080|zoom=4|width=350|height=1040}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Four Corners ||&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;|lat=-400|lon=4400|zoom=5|width=600|height=390}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Lake of Reeds ||&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;|lat=4290|lon=7095zoom=4|width=420|height=550}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Midland Valley ||&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;|lat=1275|lon=5050|zoom=5|width=490|height=475}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Old Egypt ||&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;|lat=873|lon=6550|zoom=4|width=338|height=670}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| River Plains ||&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;|lat=1035|lon=3000|zoom=4|width=440|height=815}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Seven Lakes ||&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;|lat=1150|lon=-2100|zoom=4|width=790|height=1000}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Sinai ||&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;|lat=3185|lon=4850|zoom=4|width=520|height=580}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| South Egypt ||&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;|lat=1308|lon=-6145|zoom=3|width=560|height=510}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Valley of Kings ||&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;|lat=-2030|lon=6190|zoom=4|width=520|height=1000}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== I want to add a new datapoint, Help Me! ==&lt;br /&gt;
&lt;br /&gt;
To add a new datapoint, decide which page it should be added to from the list at the bottom of this page. Generally resources will be on a common page for that server, and facilities (smelting, mines, etc) will be on a regional page. Then follow the link to that page, edit it and add a new line using the standard googlemap format:&lt;br /&gt;
&amp;lt;pre&amp;gt;(MtPb) -1570, 5300, Lead/Sapphire Mine&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want the coordinates to show up in the pin's tooltip, do the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;(MtPb) -1570, 5300, Lead/Sapphire Mine (at -1570, 5300)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== I want to start a new data page ==&lt;br /&gt;
If there aren't very many data points, make a single Egypt-wide file at Maps/ResourceName. If the resource you're mapping has many points, it is better to break them down by region. In that case, create new files at Maps/ResourceName/Alcyone, Maps/ResourceName/Celaeno, and so on. &lt;br /&gt;
&lt;br /&gt;
The new pages should use this template:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;{{CondMap|&lt;br /&gt;
&amp;lt;!-- datapoints go here --&amp;gt;&lt;br /&gt;
|contentonly={{{contentonly|no}}}|{{{2}}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Atlas|{{PAGENAME}}]]&amp;lt;/noinclude&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Then add datapoints as in the [[{{PAGENAME}}#I want to use one or more of these maps on another page|above section]]. Finally, add the new pages to the list of [[{{PAGENAME}}#Current map data|map data pages]].&lt;br /&gt;
&lt;br /&gt;
You can find information on what icons are available and how to use them in the [[Google Maps#Markers]] section. &lt;br /&gt;
&lt;br /&gt;
If the maps include many different types of markers (like the Public Mines pages do), consider creating a legend that can be used on any page that uses the maps. (Name the page Maps/ResourceName/Legend, and use the [[{{PAGENAME}}#Map Pin Legends|existing legends]] as an example.)&lt;br /&gt;
&lt;br /&gt;
If you have created regional data maps, and would like to have an automatically generated egypt-wide map, use the example of [[Maps/Expedition Sites]], and create your page at Maps/ResourceName.&lt;br /&gt;
&lt;br /&gt;
== What types of thing should be placed in this type of map ==&lt;br /&gt;
&lt;br /&gt;
Generally, only items which need to be shown on multiple pages will require a map in this area. Public facilities and resources are the main examples.&lt;br /&gt;
&lt;br /&gt;
There is no requirement to place things that only need to be visible from one page (such as guild locations) here.&lt;br /&gt;
&lt;br /&gt;
== Who inflicted this monstrosity on egypt! == &lt;br /&gt;
&lt;br /&gt;
That would be Kasiya. If you are having trouble adding data please feel free to chat me and let me know.&lt;br /&gt;
&lt;br /&gt;
While Talibeh didn't create this template, she now has lots of experience using it and creating new map pages. Ask questions or make comments on her [[User talk:Talibeh|talk page]].&lt;br /&gt;
&lt;br /&gt;
== Current map data ==&lt;br /&gt;
=== Egypt-wide ===&lt;br /&gt;
*[[Maps/Chariot Stops]]&lt;br /&gt;
*[[Maps/Public Ferries]]&lt;br /&gt;
*[[Atlas/Phoenix]]&lt;br /&gt;
*[[Maps/Red Sand]]&lt;br /&gt;
*[[Maps/White Sand]]&lt;br /&gt;
*[[Maps/Limestone]]&lt;br /&gt;
*[[Maps/Sulphurous Water]]&lt;br /&gt;
*[[Maps/Tar]]&lt;br /&gt;
*[[Maps/Scarab Gardens]]&lt;br /&gt;
*[[Maps/Silt]]&lt;br /&gt;
*[[Maps/Pilgrim Shrines]]&lt;br /&gt;
*[[Maps/Altars]]&lt;br /&gt;
*[[Maps/university-school]]&lt;br /&gt;
*[[Maps/Pyrotechnics_Stadium_Headquarters | Maps/Pyrotechnics Stadium Headquarters ]]&lt;br /&gt;
*[[Maps/Yeast]]&lt;br /&gt;
&lt;br /&gt;
Map of University and School Location&lt;br /&gt;
==== Automatically Generated ====&lt;br /&gt;
(For convenience, can be included in other CondMaps instead of every regional file. Data points should be edited in the region-specific pages.)&lt;br /&gt;
*[[Maps/Public Works]]&lt;br /&gt;
*[[Maps/Public Mines]]&lt;br /&gt;
*[[Maps/Public Smelters]]&lt;br /&gt;
*[[Maps/Expedition Sites]]&lt;br /&gt;
*[[Maps/Test of Life]]&lt;br /&gt;
&lt;br /&gt;
=== Region-specific ===&lt;br /&gt;
==== Public Works====&lt;br /&gt;
*[[Maps/Public Works/Cat's Claw Ridge]]&lt;br /&gt;
&lt;br /&gt;
==== Public Mines ====&lt;br /&gt;
*[[Maps/Public Mines/Cat's Claw Ridge]]&lt;br /&gt;
*[[Maps/Public Mines/Cradle of the Sun]]&lt;br /&gt;
*[[Maps/Public Mines/Desert of Nomads]]&lt;br /&gt;
*[[Maps/Public Mines/Desert of Shades]]&lt;br /&gt;
*[[Maps/Public Mines/Eastern Grounds]]&lt;br /&gt;
*[[Maps/Public Mines/Four Corners]]&lt;br /&gt;
*[[Maps/Public Mines/Lake of Reeds]]&lt;br /&gt;
*[[Maps/Public Mines/Midland Valley]]&lt;br /&gt;
*[[Maps/Public Mines/Old Egypt]]&lt;br /&gt;
*[[Maps/Public Mines/River Plains]]&lt;br /&gt;
*[[Maps/Public Mines/Seven Lakes]]&lt;br /&gt;
*[[Maps/Public Mines/Sinai]]&lt;br /&gt;
*[[Maps/Public Mines/South Egypt]]&lt;br /&gt;
*[[Maps/Public Mines/Valley of Kings]]&lt;br /&gt;
&lt;br /&gt;
==== Public Smelters ====&lt;br /&gt;
*[[Maps/Public Smelters/Cat's Claw Ridge]]&lt;br /&gt;
*[[Maps/Public Smelters/Cradle of the Sun]]&lt;br /&gt;
*[[Maps/Public Smelters/Desert of Nomads]]&lt;br /&gt;
*[[Maps/Public Smelters/Desert of Shades]]&lt;br /&gt;
*[[Maps/Public Smelters/Eastern Grounds]]&lt;br /&gt;
*[[Maps/Public Smelters/Lake of Reeds]]&lt;br /&gt;
*[[Maps/Public Smelters/Midland Valley]]&lt;br /&gt;
*[[Maps/Public Smelters/Old Egypt]]&lt;br /&gt;
*[[Maps/Public Smelters/River Plains]]&lt;br /&gt;
*[[Maps/Public Smelters/Seven Lakes]]&lt;br /&gt;
*[[Maps/Public Smelters/Sinai]]&lt;br /&gt;
*[[Maps/Public Smelters/South Egypt]]&lt;br /&gt;
*[[Maps/Public Smelters/Valley of Kings]]&lt;br /&gt;
&lt;br /&gt;
==== Expedition Sites ====&lt;br /&gt;
*[[Maps/Expedition Sites/Cat's Claw Ridge]]&lt;br /&gt;
*[[Maps/Expedition Sites/Cradle of the Sun]]&lt;br /&gt;
*[[Maps/Expedition Sites/Desert of Nomads]]&lt;br /&gt;
*[[Maps/Expedition Sites/Desert of Shades]]&lt;br /&gt;
*[[Maps/Expedition Sites/Eastern Grounds]]&lt;br /&gt;
*[[Maps/Expedition Sites/Four Corners]]&lt;br /&gt;
*[[Maps/Expedition Sites/Lake of Reeds]]&lt;br /&gt;
*[[Maps/Expedition Sites/Midland Valley]]&lt;br /&gt;
*[[Maps/Expedition Sites/Old Egypt]]&lt;br /&gt;
*[[Maps/Expedition Sites/River Plains]]&lt;br /&gt;
*[[Maps/Expedition Sites/Seven Lakes]]&lt;br /&gt;
*[[Maps/Expedition Sites/Sinai]]&lt;br /&gt;
*[[Maps/Expedition Sites/South Egypt]]&lt;br /&gt;
*[[Maps/Expedition Sites/Valley of Kings]]&lt;br /&gt;
&lt;br /&gt;
==== [[Test of Life]] - Aqueducts ====&lt;br /&gt;
* [[Maps/Test of Life/Mid River Plains]]&lt;br /&gt;
* [[Maps/Test of Life/MV|Midland Valley Aqua Team]]&lt;br /&gt;
&lt;br /&gt;
== Map Pin Legends ==&lt;br /&gt;
If you edit the marker icons, make sure you edit the markers in ''every'' relevant map data file above. &lt;br /&gt;
*[[Maps/Public Mines/Legend]]&lt;br /&gt;
*[[Maps/Resources/Legend]]&lt;br /&gt;
*[[Maps/Aqueduct/Legend]]&lt;br /&gt;
You can include a legend on your page by using the following, substituting the path and name of your legend page.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;{{:Maps/Public Mines/Legend}}&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rogarian</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t6w/index.php?title=Google_Maps&amp;diff=251976</id>
		<title>Google Maps</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t6w/index.php?title=Google_Maps&amp;diff=251976"/>
		<updated>2014-02-22T16:42:25Z</updated>

		<summary type="html">&lt;p&gt;Rogarian: Redirected page to WikiMaps&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[WikiMaps]]&lt;/div&gt;</summary>
		<author><name>Rogarian</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t6w/index.php?title=WikiMaps&amp;diff=251975</id>
		<title>WikiMaps</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t6w/index.php?title=WikiMaps&amp;diff=251975"/>
		<updated>2014-02-22T16:40:54Z</updated>

		<summary type="html">&lt;p&gt;Rogarian: Created page with &amp;quot;__TOC__   == Google Maps is no more!  (A brief history) ==  After Google deprecated version 2 of the Google Maps API all of the maps on the wiki broke.  After along and drawn out...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__ &lt;br /&gt;
&lt;br /&gt;
== Google Maps is no more!  (A brief history) ==&lt;br /&gt;
&lt;br /&gt;
After Google deprecated version 2 of the Google Maps API all of the maps on the wiki broke.  After along and drawn out process of trying to convert everything to version 3 of the Google Maps API the thought occurred to me that Google would deprecate v3 of the mapping API in the next 3-6 years and the cycle would repeat!  So rather than trusting Google again (fool me once) I decided to look for a stand alone mapping API that wouldn't be dependent on any external services.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After looking at various APIs I settled on the [http://leafletjs.com/ Leaflet] API.  It's small, fast and most importantly: completely self contained.  After learning the new API and using [http://rogarian.atitd.org/shroomdar2/ Shroomdar 2] as my test bed I was able to get every working.  After that I started looking for a [http://www.mediawiki.org/wiki/MediaWiki MediaWiki] mapping extension that used Leaflet and discovered [https://www.mediawiki.org/wiki/Extension:MultiMaps MultiMaps].  By running a local MediaWiki wiki I was able to modify the extension to use the ATITD tile set and coordinate system.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The next step was to install it on the ATITD.org server.  That failed.  The MultiMaps extension used conventions that required a newer version of PHP than the ATITD.org server was running.  So rather than using third-party PHP packages or doing a complete OS upgrade I decided to write a brand new MediaWiki extension.  I've tried to make it MOSTLY compatible with the prior Google Map extension syntax.  But there are differences.  Hopefully these bugs will be slowly ironed out and we'll gain additional functionality.  This page is an attempt to document the new extension.&lt;br /&gt;
&lt;br /&gt;
Please use the discussion tab for thoughts or suggestions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--Rogarian&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Known Issues ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Tale 4A tileset isn't available (naming convention issue) - Currently shows T6 map instead.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Egypt Maps Introduction ==&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;nowiki&amp;gt;&amp;lt;egypt&amp;gt;&amp;lt;/nowiki&amp;gt; tag allows wiki users to create zoom-able, pan-able maps of Egypt with customized markers.&lt;br /&gt;
&lt;br /&gt;
Simply add the following on a wiki page to create a default map:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or for backwards compatibility:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;googlemap&amp;gt;&lt;br /&gt;
&amp;lt;/goolemap&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will generate a map like:&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Map Customization / Tag Attributes ==&lt;br /&gt;
&lt;br /&gt;
To customize the map you can set the following tags (attributes):&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Default&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|tale&lt;br /&gt;
|6&lt;br /&gt;
|Which Tale to display?&lt;br /&gt;
|Legal values: '''1''', '''2''', '''3''', ''4'', '''4b''', '''5''' and '''6'''. Note: Tale 4 (aka T4A) does not work.&lt;br /&gt;
|-&lt;br /&gt;
|width&lt;br /&gt;
|512&lt;br /&gt;
|Width of the map in pixels.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|height&lt;br /&gt;
|1024&lt;br /&gt;
|Height of the map in pixels.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|lat&lt;br /&gt;
|1024&lt;br /&gt;
|The center latitude (x) on the map.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|lon&lt;br /&gt;
|0&lt;br /&gt;
|The center longitude (y) on the map.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|zoom&lt;br /&gt;
|2&lt;br /&gt;
|Default zoom level.&lt;br /&gt;
|Game Map Legal values: 1 to 8 - only tales T5 and up contains data on levels 7 and 8.  Non-game: 1 to 18 (varies based on service and location)&lt;br /&gt;
|-&lt;br /&gt;
|mode&lt;br /&gt;
|game&lt;br /&gt;
|Option to change map services.&lt;br /&gt;
|Legal values: '''game''' or '''osm''' (OpenStreetMap), '''mapq''' (MapQuest standard) and '''mapqoa''' (Mapquest Open Aerial).&lt;br /&gt;
|-&lt;br /&gt;
|showposition &lt;br /&gt;
|yes&lt;br /&gt;
|Show x,y coords under the mouse.  Will show latitude and longitude on non-game maps.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showregion&lt;br /&gt;
|yes&lt;br /&gt;
|Shows the region name under the mouse.  Only Tale 6 game map is supported.&amp;lt;br&amp;gt;Note: Does not work on non-game maps.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showmeasure&lt;br /&gt;
|yes&lt;br /&gt;
|Adds a measuring control to the map to mark a path and show distances in coords.&amp;lt;br&amp;gt;Note: Does not work on non-game maps.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showzoom&lt;br /&gt;
|yes&lt;br /&gt;
|Adds a zoom control to the map.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showfullscreen&lt;br /&gt;
|yes&lt;br /&gt;
|Adds a control to allowing viewing the map in full screen mode.&lt;br /&gt;
|Legal values: '''yes''' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|icons&lt;br /&gt;
|(see description)&lt;br /&gt;
|URL template for custom markers.&amp;lt;br&amp;gt;Default: /wiki/tale5/images/markers/marker{label}.png&lt;br /&gt;
|Use &amp;quot;{label}&amp;quot; where the name of the icon will be inserted.&lt;br /&gt;
|-&lt;br /&gt;
|icon&lt;br /&gt;
|(see description)&lt;br /&gt;
|URL for markers without an icon specified.&amp;lt;br&amp;gt;Default: /wiki/tale5/images/markers/marker.png&lt;br /&gt;
|Default icon to use if one isn't defined.&lt;br /&gt;
|-&lt;br /&gt;
|iconsize&lt;br /&gt;
|32x32&lt;br /&gt;
|Height and width of the icons&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|iconanchor&lt;br /&gt;
|10,32&lt;br /&gt;
|Height and width of the icon anchor point&lt;br /&gt;
|Useful when using non-local markers.&lt;br /&gt;
|-&lt;br /&gt;
|autosizeicons&lt;br /&gt;
|yes&lt;br /&gt;
|Automatically adjusts icon size for locally hosted markers.&amp;lt;br&amp;gt;Disable this if using external markers!&lt;br /&gt;
|Legal values: '''no''' or '''yes'''&lt;br /&gt;
|-&lt;br /&gt;
|scrollwheel&lt;br /&gt;
|zoom&lt;br /&gt;
|Define how the scroll wheel behaves.&lt;br /&gt;
|Legal values: '''nothing''' or '''zoom'''.&lt;br /&gt;
|-&lt;br /&gt;
|mouseoverpopup&lt;br /&gt;
|no&lt;br /&gt;
|Show marker popups on marker mouseover.&amp;lt;br&amp;gt;&lt;br /&gt;
Note: Usage can make links in popups impossible to click!&lt;br /&gt;
|Legal values: '''no''' or '''yes'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Commands no longer supported ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#5F5B5F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#5F5B5F;&amp;quot; | Desc&lt;br /&gt;
! style=&amp;quot;background:#5F5B5F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|cursor&lt;br /&gt;
|Which mouse cursor to use on the map?&lt;br /&gt;
|Legal values: '''pointer''' (hand), ''default'' (standard mouse cursor) and ''crosshair''.&lt;br /&gt;
|-&lt;br /&gt;
|stroke&lt;br /&gt;
|Width of paths, in pixels.&lt;br /&gt;
|Does not work in game maps.&lt;br /&gt;
|-&lt;br /&gt;
|scale&lt;br /&gt;
|Show the scale?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|overview&lt;br /&gt;
|Show the inset navigation map?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|selector&lt;br /&gt;
|Show the map/hybrid/satellite selector&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|type&lt;br /&gt;
|The type of map to display.&lt;br /&gt;
|Game Maps: '''game''' - Shard A, ''gameb'' - Shard B, Normal Google Maps: ''normal'' (or, equivalently, ''map'') - Normal Google Map, ''terrain'', ''hybrid'', and ''satellite''.&lt;br /&gt;
|-&lt;br /&gt;
|controls&lt;br /&gt;
|Zoom and navigation controls.&lt;br /&gt;
|Legal values: ''small'' creates +/- zoom buttons, '''medium''' has zoom buttons and pan buttons, ''large'' has pan buttons with a sliding scale for zoom, and ''none'' has no buttons.&lt;br /&gt;
|-&lt;br /&gt;
|doubleclick&lt;br /&gt;
|What to do when the user double-clicks?&lt;br /&gt;
|Legal values: '''recenter''' or ''zoom''.&lt;br /&gt;
|-&lt;br /&gt;
|zoomstyle&lt;br /&gt;
|How does the map zoom?&lt;br /&gt;
|Legal values: ''fast'' and '''smooth''', also known as continuous zooming (only works in some browsers).&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Markers ==&lt;br /&gt;
&lt;br /&gt;
In the content of the tag, you can define one marker per line. &lt;br /&gt;
&lt;br /&gt;
Each line may or may not start with an icon name in parentheses.  &lt;br /&gt;
&lt;br /&gt;
The line should then have the latitude (x), then a comma, optionally a space, then the longitude (y), then a comma, then text for the popup window.&lt;br /&gt;
&lt;br /&gt;
The popup text can include wiki mark-up (and commas).  Long sections of text may be split over several lines using a backslash (\) at the end of the line. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A list of markers is available on [[User:Mayanah/map|Mayanahs map page.]]&lt;br /&gt;
&lt;br /&gt;
ATITD.org now hosts local copies of most of the icons Mayanah graciously provided.&lt;br /&gt;
&lt;br /&gt;
These are used by default if the ''icons'' tag is not provided; the icons follow the same naming convention on Mayanahs page.  &lt;br /&gt;
&lt;br /&gt;
Click here to show all locally hosted markers: http://www.atitd.org/wiki/tale5/images/markers or visit [[Rogarian/GoogleMapMarkerTest]] which shows all 1461 locally stored pins ('''Warning: will be VERY slow!''').&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Marker Usage Example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; showposition=&amp;quot;yes&amp;quot; scrollwheel=&amp;quot;nothing&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600, This text is in the popup!&lt;br /&gt;
400, 400, More popup text.  It can contain '''wiki markup''' text.&amp;lt;br&amp;gt;\&lt;br /&gt;
Also, text can be split over multiple lines as long as the&amp;lt;br&amp;gt;\&lt;br /&gt;
last character is a backslash (\).&amp;lt;br&amp;gt;\&lt;br /&gt;
It can also contain &amp;quot;quotes&amp;quot;.&amp;lt;br&amp;gt;\&lt;br /&gt;
&amp;lt;br&amp;gt;\&lt;br /&gt;
[http://www.mediawiki.org/wiki/MediaWiki MediaWiki Link]&lt;br /&gt;
(S) 100, 100, Popup Text Goes here&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; showposition=&amp;quot;yes&amp;quot; scrollwheel=&amp;quot;nothing&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600, This text is in the popup!&lt;br /&gt;
400, 400, More popup text.  It can contain '''wiki markup''' text.&amp;lt;br&amp;gt;\&lt;br /&gt;
Also, text can be split over multiple lines as long as the&amp;lt;br&amp;gt;\&lt;br /&gt;
last character is a backslash (\).&amp;lt;br&amp;gt;\&lt;br /&gt;
It can also contain &amp;quot;quotes&amp;quot;.&amp;lt;br&amp;gt;\&lt;br /&gt;
&amp;lt;br&amp;gt;\&lt;br /&gt;
[http://www.mediawiki.org/wiki/MediaWiki MediaWiki Link]&lt;br /&gt;
(S) 100, 100, Popup Text Goes here&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Customized Icons ==&lt;br /&gt;
&lt;br /&gt;
You can host your own collection of icons on your server, but note that they'll have the same anchor points as ATITD.org's default icon (32x32). &lt;br /&gt;
&lt;br /&gt;
Otherwise make sure you disable '''autosizeicons''' and specify the '''iconsize''' and '''iconanchors'''.&lt;br /&gt;
&lt;br /&gt;
To use your icons, add an icon attribute to your maps like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt lat=&amp;quot;42.711618&amp;quot; lon=&amp;quot;-73.205112&amp;quot; zoom=&amp;quot;2&amp;quot; &lt;br /&gt;
 icon=&amp;quot;http://myserver.com/standardmarker.png&amp;quot; &lt;br /&gt;
 icons=&amp;quot;http://myserver.com/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10,32&amp;quot; &lt;br /&gt;
 autosizeicons=&amp;quot;no&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[User:Mayanah|Mayanah]] has some instructions for using an alternate set of icons [[User:Mayanah/map|map here]] and a set of [[User:Mayanah/map#Mine_Specific|Mine Specific]] icons and [[User:Mayanah/map#Quarry_Specific|Quarry Specific]]on the same page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Drawing Commands ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|line ''path'' option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a line along a path.&lt;br /&gt;
|Path format: coordx1,coordy1:x2,y2:x3,y3:...xN,yN &lt;br /&gt;
|-&lt;br /&gt;
|rect ''boundary'' option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a rectangle defined by ''boundary''.&lt;br /&gt;
|Boundary: coordx1,coordy1:x2,y2&lt;br /&gt;
|-&lt;br /&gt;
|poly ''boundary'' option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a filled in polygon defined by ''boundary''.&lt;br /&gt;
|Boundary format: coordx1,coordy1:x2,y2:x3,y3:...xN,yN &lt;br /&gt;
|-&lt;br /&gt;
|circ x,y radius option1:value, option2:value, ... optionN:value[\]&amp;lt;br&amp;gt;''[popup text]''&lt;br /&gt;
|Draws a filled circle defined by coords and radius.&lt;br /&gt;
|Format: coordx1,coordy1 radius&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Popup text is ''optional''.  They are the same as markers except the popup text begins on the second line.&lt;br /&gt;
&lt;br /&gt;
The popup text can include wiki mark-up (and commas). Lines may be split using a backslash (\). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Drawing Options ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Option&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Type&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Default&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Desc&lt;br /&gt;
|-&lt;br /&gt;
|stroke&lt;br /&gt;
|Boolean&lt;br /&gt;
|true&lt;br /&gt;
| 	Whether to draw stroke along the path. Set it to false to disable borders on polygons or circles.&lt;br /&gt;
|-&lt;br /&gt;
|color&lt;br /&gt;
|String&lt;br /&gt;
|'#03f'&lt;br /&gt;
|Stroke color.&lt;br /&gt;
|-&lt;br /&gt;
|weight&lt;br /&gt;
|Number&lt;br /&gt;
|5&lt;br /&gt;
|Stroke width in pixels.&lt;br /&gt;
|-&lt;br /&gt;
|opacity&lt;br /&gt;
|Number&lt;br /&gt;
|0.5&lt;br /&gt;
|Stroke opacity.&lt;br /&gt;
|-&lt;br /&gt;
|fill&lt;br /&gt;
|Boolean&lt;br /&gt;
|depends&lt;br /&gt;
|Whether to fill the path with color. Set it to false to disable filling on polygons or circles.&lt;br /&gt;
|-&lt;br /&gt;
|fillColor&lt;br /&gt;
|String&lt;br /&gt;
|same as color&lt;br /&gt;
|Fill color.&lt;br /&gt;
|-&lt;br /&gt;
|fillOpacity&lt;br /&gt;
|Number&lt;br /&gt;
|0.2&lt;br /&gt;
|Fill opacity.&lt;br /&gt;
|-&lt;br /&gt;
|dashArray&lt;br /&gt;
|String&lt;br /&gt;
|null&lt;br /&gt;
|A string that defines the stroke dash pattern. Doesn't work on canvas-powered layers (e.g. Android 2).&amp;lt;br&amp;gt;&lt;br /&gt;
It's a list of comma separated &amp;lt;length&amp;gt;s and &amp;lt;percentage&amp;gt;s that specify the lengths of alternating dashes and gaps.&amp;lt;br&amp;gt;&lt;br /&gt;
If an odd number of values is provided, then the list of values is repeated to yield an even number of values.&amp;lt;br&amp;gt;&lt;br /&gt;
Thus, 5,3,2 is equivalent to 5,3,2,5,3,2.&lt;br /&gt;
|-&lt;br /&gt;
|lineCap&lt;br /&gt;
|String&lt;br /&gt;
|null&lt;br /&gt;
|A string that defines shape to be used at the end of the stroke.&amp;lt;br&amp;gt;&lt;br /&gt;
Legal values: '''butt''', '''round''' or '''square'''.&lt;br /&gt;
|-&lt;br /&gt;
|lineJoin&lt;br /&gt;
|String&lt;br /&gt;
|null&lt;br /&gt;
|A string that defines shape to be used at the corners of the stroke.&amp;lt;br&amp;gt;&lt;br /&gt;
Legal values: '''butt''', '''round''' or '''square'''.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: ''String'' types must be enclosed in singles quotes: &amp;amp;#39;''string''&amp;amp;#39;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Example Maps==&lt;br /&gt;
&lt;br /&gt;
===Good Default Settings===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Map Drawing Examples===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#ff0000', lineCap:'round', weight:10&lt;br /&gt;
rect 2500,6800:4800,4600 color:'#00ff00', weight:1&lt;br /&gt;
poly 2300,-5500:3200,-3400:4500,-6400 color:'#ff00ff', dashArray:'15, 10, 5, 10, 15'\&lt;br /&gt;
The Egyptian Triangle?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Is there such a thing?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Check [https://www.google.com/search?q=egyptian+triangle Google!]&lt;br /&gt;
circ 0,0 450 color:'#000000'&lt;br /&gt;
circ -1500,-4000 600 color:'#0000FF', fill:false\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -1500,-3200:-1500,-4800 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -2300,-4000:-700,-4000 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#ff0000', lineCap:'round', weight:10&lt;br /&gt;
rect 2500,6800:4800,4600 color:'#00ff00', weight:1&lt;br /&gt;
poly 2300,-5500:3200,-3400:4500,-6400 color:'#ff00ff', dashArray:'15, 10, 5, 10, 15'\&lt;br /&gt;
The Egyptian Triangle?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Is there such a thing?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;\&lt;br /&gt;
Check [https://www.google.com/search?q=egyptian+triangle Google!]&lt;br /&gt;
circ 0,0 450 color:'#000000'&lt;br /&gt;
circ -1500,-4000 600 color:'#0000FF', fill:false\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -1500,-3200:-1500,-4800 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
line -2300,-4000:-700,-4000 color:'#ff0000', opacity:1\&lt;br /&gt;
Bullseye&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Map Boundries Examples===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt showposition=yes&amp;gt;&lt;br /&gt;
# Four Corners&lt;br /&gt;
line -1000,4025:-1000,4790:200,4790:200,4025:-1000,4025 color:'#ff0000'&lt;br /&gt;
# Valley of Kings&lt;br /&gt;
line -3070,4190:-3070,8190:-1000,8190:-1000,4190:-3070,4190 color:'#ff0000'&lt;br /&gt;
Must draw this on top of adjoining areas so it's on top in the z-order&lt;br /&gt;
# Cat's Claw Ridge&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#0000ff',opacity:1\&lt;br /&gt;
This is a pop for the blue line.&amp;lt;br&amp;gt;\&lt;br /&gt;
This is the more text for the blue lines popup.&lt;br /&gt;
# Cradle of the Sun&lt;br /&gt;
line 2700,-1400:2700,740:4900,740:4900,-1400:2700,-1400 color:'#ff0000'&lt;br /&gt;
# Midland Valley&lt;br /&gt;
line 800,4600:800,5500:1750,5500:1750,4600:800,4600 color:'#ff0000'&lt;br /&gt;
# Seven Lakes&lt;br /&gt;
line -400,-4100:-400,-100:2700,-100:2700,-4100:-400,-4100 color:'#ff0000'&lt;br /&gt;
# Eastern Grounds&lt;br /&gt;
line 3505,-8100:3505,-4100:4900,-4100:4900,-8100:3505,-8100 color:'#ff0000'&lt;br /&gt;
# Lake of Reeds&lt;br /&gt;
line 3450,6000:3450,8190:4990,8190:4990,6000:3450,6000 color:'#ff0000'&lt;br /&gt;
# River Plains&lt;br /&gt;
line 200,1440:200,4600:1800,4600:1800,1440:200,1440 color:'#ff0000'&lt;br /&gt;
# Sinai&lt;br /&gt;
line 2170,3700:2170,6000:4200,6000:4200,3700:2170,3700 color:'#ff0000'&lt;br /&gt;
# South Egypt&lt;br /&gt;
line -910,-8190:-910,-4100:3505,-4100:3505,-8190:-910,-8190 color:'#ff0000'&lt;br /&gt;
# Desert of Shades&lt;br /&gt;
line -3070,-600:-3070,4025:200,4025:200,-100:-400,-100:-400,-600:-3070,-600 color:'#ff0000'&lt;br /&gt;
# Old Egypt&lt;br /&gt;
line 200,5200:200,7900:1505,7900:1505,5500:800,5500:800,5200:200,5200 color:'#ff0000'&lt;br /&gt;
# Desert of Nomads&lt;br /&gt;
line 1505,5500:1505,7600:2170,7600:2170,5200:1750,5200:1750,5500:1505,5500 color:'#ff0000'&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt showposition=yes&amp;gt;&lt;br /&gt;
# Four Corners&lt;br /&gt;
line -1000,4025:-1000,4790:200,4790:200,4025:-1000,4025 color:'#ff0000'&lt;br /&gt;
# Valley of Kings&lt;br /&gt;
line -3070,4190:-3070,8190:-1000,8190:-1000,4190:-3070,4190 color:'#ff0000'&lt;br /&gt;
Must draw this on top of adjoining areas so it's on top in the z-order&lt;br /&gt;
# Cat's Claw Ridge&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#0000ff',opacity:1\&lt;br /&gt;
This is a pop for the blue line.&amp;lt;br&amp;gt;\&lt;br /&gt;
This is the more text for the blue lines popup.&lt;br /&gt;
# Cradle of the Sun&lt;br /&gt;
line 2700,-1400:2700,740:4900,740:4900,-1400:2700,-1400 color:'#ff0000'&lt;br /&gt;
# Midland Valley&lt;br /&gt;
line 800,4600:800,5500:1750,5500:1750,4600:800,4600 color:'#ff0000'&lt;br /&gt;
# Seven Lakes&lt;br /&gt;
line -400,-4100:-400,-100:2700,-100:2700,-4100:-400,-4100 color:'#ff0000'&lt;br /&gt;
# Eastern Grounds&lt;br /&gt;
line 3505,-8100:3505,-4100:4900,-4100:4900,-8100:3505,-8100 color:'#ff0000'&lt;br /&gt;
# Lake of Reeds&lt;br /&gt;
line 3450,6000:3450,8190:4990,8190:4990,6000:3450,6000 color:'#ff0000'&lt;br /&gt;
# River Plains&lt;br /&gt;
line 200,1440:200,4600:1800,4600:1800,1440:200,1440 color:'#ff0000'&lt;br /&gt;
# Sinai&lt;br /&gt;
line 2170,3700:2170,6000:4200,6000:4200,3700:2170,3700 color:'#ff0000'&lt;br /&gt;
# South Egypt&lt;br /&gt;
line -910,-8190:-910,-4100:3505,-4100:3505,-8190:-910,-8190 color:'#ff0000'&lt;br /&gt;
# Desert of Shades&lt;br /&gt;
line -3070,-600:-3070,4025:200,4025:200,-100:-400,-100:-400,-600:-3070,-600 color:'#ff0000'&lt;br /&gt;
# Old Egypt&lt;br /&gt;
line 200,5200:200,7900:1505,7900:1505,5500:800,5500:800,5200:200,5200 color:'#ff0000'&lt;br /&gt;
# Desert of Nomads&lt;br /&gt;
line 1505,5500:1505,7600:2170,7600:2170,5200:1750,5200:1750,5500:1505,5500 color:'#ff0000'&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
===All of Egypt, Square===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
===All of Egypt, Square, No visual controls===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512 showfullscreen=no showzoom=no showposition=no showregion=no showmeasure=no&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512 showfullscreen=no showzoom=no showposition=no showregion=no showmeasure=no&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===MapQuest Example===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=11 width=512 height=512 mode=mapqoa lat=29.9792 lon=31.1344&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=11 width=512 height=512 mode=mapqoa lat=29.9792 lon=31.1344&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== All Tales in Table Design ===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 5 Shard A&lt;br /&gt;
!Tale 4 Shard B&lt;br /&gt;
!Tale 4 Shard A&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=5&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;http://www.atitd.org/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
(GH) 770, 5752, GuildHall @ 764, 5742&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=4b&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=4&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;http://www.atitd.org/wiki/tale5/images/markers/{label}.png&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
(red_MarkerC) 863, -5339, T4A Compound @ 863, -5339&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 3&lt;br /&gt;
!Tale 2&lt;br /&gt;
!Tale 1&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=3&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=2&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;http://www.atitd.org/wiki/tale5/images/markers/{label}.png&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(red_MarkerC) 2372, 5136, Old T2 Compound @ 2372, 5136&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=1&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Rogarian</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t6w/index.php?title=Template:CondMap&amp;diff=251555</id>
		<title>Template:CondMap</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t6w/index.php?title=Template:CondMap&amp;diff=251555"/>
		<updated>2014-02-16T19:39:11Z</updated>

		<summary type="html">&lt;p&gt;Rogarian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{{#ifeq: {{{contentonly}}}|yes|{{{1}}}|{{#tag:googlemap|{{{1}}}|iconsize=&amp;quot;32x32&amp;quot;|showregion=&amp;quot;yes&amp;quot;|showposition=&amp;quot;yes&amp;quot;|mouseoverpopup={{{mouseoverpopup|yes}}}|lat={{{lat|1024}}}|lon={{{lon|0}}}|zoom={{{zoom|2}}}|width={{{width|512}}}|height={{{height|1024}}}|icons=&amp;quot;/wiki/tale6/images/markers/marker{label}.png&amp;quot;}}&lt;br /&gt;
This map uses the [[Template:CondMap|CondMap]] template and should not be edited directly. Please see [[Maps]] for further details and links to all raw data pages}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
This template is intended to be used to allow a single reference source for map objects. This template is still being actively worked on ans is as yet undocumented. If in doubt, don't use it yet.&lt;br /&gt;
&lt;br /&gt;
By default the generated map is 512x1024 pixels, at zoom level 2&lt;br /&gt;
&lt;br /&gt;
The reason this template is required is that passing templates into extensions requires use of the #tag: function. In practice this template can probably be simplified somewhat&lt;br /&gt;
&lt;br /&gt;
Parameters:&lt;br /&gt;
&lt;br /&gt;
*lat&lt;br /&gt;
*lon&lt;br /&gt;
*zoom&lt;br /&gt;
*width&lt;br /&gt;
*height&lt;br /&gt;
*contentonly - The important part of this template. If contentonly=yes then only the first parameter (the map data lines) will be returned from the template. This allows condmaps to be nested so that multiple maps can be merged&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rogarian</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t6w/index.php?title=Region/Valley_of_Kings&amp;diff=251541</id>
		<title>Region/Valley of Kings</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t6w/index.php?title=Region/Valley_of_Kings&amp;diff=251541"/>
		<updated>2014-02-16T18:59:42Z</updated>

		<summary type="html">&lt;p&gt;Rogarian: /* Public Mines */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Public Mines ==&lt;br /&gt;
&lt;br /&gt;
{{CondMap|&lt;br /&gt;
{{:Maps/Chariot Stops|contentonly=yes}}&lt;br /&gt;
{{:Maps/Public Mines|contentonly=yes}}&lt;br /&gt;
{{:Maps/Public Smelters|contentonly=yes}}&lt;br /&gt;
((|exmarks=yes|lat=-2030|lon=6190|zoom=4|width=520|height=1000|mouseoverpopup=yes}}&lt;br /&gt;
}}{{:Maps/Public Mines/Legend}}&lt;/div&gt;</summary>
		<author><name>Rogarian</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t6w/index.php?title=Rogarian/GoogleMapsPageRewrite&amp;diff=251330</id>
		<title>Rogarian/GoogleMapsPageRewrite</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t6w/index.php?title=Rogarian/GoogleMapsPageRewrite&amp;diff=251330"/>
		<updated>2014-02-15T18:41:10Z</updated>

		<summary type="html">&lt;p&gt;Rogarian: /* Map Boundries Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__ &lt;br /&gt;
&lt;br /&gt;
== Google Maps is no more!  (A brief history) ==&lt;br /&gt;
&lt;br /&gt;
After Google deprecated version 2 of the Google Maps API all of the maps on the wiki broke.  After along and drawn out process of trying to convert everything to version 3 of the Google Maps API the thought occurred to me that Google would deprecate v3 of the mapping API in the next 3-6 years and the cycle would repeat!  So rather than trusting Google again (fool me once) I decided to look for a stand alone mapping API that wouldn't be dependent on any external services.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After looking at various APIs I settled on the [http://leafletjs.com/ Leaflet] API.  It's small, fast and most importantly: completely self contained.  After learning the new API and using [http://rogarian.atitd.org/shroomdar2/ Shroomdar 2] as my test bed I was able to get every working.  After that I started looking for a [http://www.mediawiki.org/wiki/MediaWiki MediaWiki] mapping extension that used Leaflet and discovered [https://www.mediawiki.org/wiki/Extension:MultiMaps MultiMaps].  By running a local MediaWiki wiki I was able to modify the extension to use the ATITD tile set and coordinate system.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The next step was to install it on the ATITD.org server.  That failed.  The MultiMaps extension used conventions that required a newer version of PHP than the ATITD.org server was running.  So rather than using third-party PHP packages for CentOS (which would mean having to manually apply security patches and updates) or doing a complete OS upgrade/new install I decided to write a brand spanking new MediaWiki extension from scratch using the new API that would work with the current PHP version on the server.  I've tried to make it MOSTLY compatible with the prior Google Map extension.  But there are differences.  Hopefully these bugs will be slowly ironed and and we'll gain additional functionality.  This page is an attempt to document the new extension.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Known Issues ==&lt;br /&gt;
&lt;br /&gt;
Currently these problems still exist:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;strike&amp;gt;Zoomed and cropped maps do not center properly&amp;lt;/strike&amp;gt;&lt;br /&gt;
* Some markers are stretched and may be off center&lt;br /&gt;
* Only Egyptian tile sets are usable (Can't use Openmap or Google Maps tilesets)&lt;br /&gt;
* &amp;lt;strike&amp;gt;Only the T6 map is currently available&amp;lt;/strike&amp;gt;  All maps EXCEPT Tale 4A are available.&lt;br /&gt;
* Markers require all information on 1 line vs split on various line (dealing with the popup window when clicked)&lt;br /&gt;
* Marker tooltips are not functional&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Egypt Maps 1.0 Introduction ==&lt;br /&gt;
&lt;br /&gt;
This wiki now runs a newly written mapping extension by me for [http://www.mediawiki.org/wiki/MediaWiki MediaWiki].  The &amp;lt;nowiki&amp;gt;&amp;lt;egypt&amp;gt;&amp;lt;/nowiki&amp;gt; tag allows wiki users to create zoom-able, pan-able maps of Egypt with customized markers.&lt;br /&gt;
&lt;br /&gt;
Simply add the following on a wiki page to create a default map:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or for backwards compatibility:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;googlemap&amp;gt;&lt;br /&gt;
&amp;lt;/goolemap&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will generate a map like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Markers ==&lt;br /&gt;
&lt;br /&gt;
In the content of the tag, you can define one marker per line. Each line may or may not start with an icon name in parentheses.  The line should then have the latitude (x), then a comma, optionally a space, then the longitude (y), then a comma, then text for the popup window.  The popup text can include wiki mark-up (and commas) (not functional at the moment).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A list of markers is available on [[User:Mayanah/map|Mayanahs map page.]]&lt;br /&gt;
ATITD.org now hosts local copies of most of the icons Mayanah graciously provided.  These are used by default if the ''icons'' tag is not provided; the icons follow the same naming convention on Mayanahs page.  Click here to show all locally hosted markers: http://www.atitd.org/wiki/tale5/images/markers or visit [[Rogarian/GoogleMapMarkerTest]] which shows all 1461 locally stored pins ('''Warning: will be VERY slow!''').&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Marker Usage Example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;egypt zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; showposition=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600,here goes the title&lt;br /&gt;
400, 400, here goes the title, it can contain commas but not wiki markup&lt;br /&gt;
(S) 100, 100, Popup Text Goes here&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; showposition=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600,here goes the title&lt;br /&gt;
400, 400, here goes the title, it can contain commas but not wiki markup&lt;br /&gt;
(S) 100, 100, Popup Text Goes here&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Map Customization / Tag Attributes ==&lt;br /&gt;
&lt;br /&gt;
To customize the map you can set various tags (attributes).&lt;br /&gt;
Legal attributes are ('''boldface''' items are defaults):&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Desc&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|tale&lt;br /&gt;
|Which Tale to display?&lt;br /&gt;
|Legal values: ''1'', ''2'', ''3'', ''4'', ''4b'', ''5'' and '''6'''.  NOTE: Tale 4 does not work.&lt;br /&gt;
|-&lt;br /&gt;
|width&lt;br /&gt;
|Width of the map in pixels.&lt;br /&gt;
|Defaults to '''512''' pixels.&lt;br /&gt;
|-&lt;br /&gt;
|height&lt;br /&gt;
|Height of the map in pixels.&lt;br /&gt;
|Defaults to '''1024''' pixels.&lt;br /&gt;
|-&lt;br /&gt;
|lat&lt;br /&gt;
|The center latitude (x) on the map.&lt;br /&gt;
|Defaults to '''1024'''.&lt;br /&gt;
|-&lt;br /&gt;
|lon&lt;br /&gt;
|The center longitude (y) on the map.&lt;br /&gt;
|Defaults to '''0'''.&lt;br /&gt;
|-&lt;br /&gt;
|zoom&lt;br /&gt;
|Default zoom level.&lt;br /&gt;
|Game Map Legal values: 1 to 8 ('''2''' is default, only the T5 map contains data on levels 7 and 8).&lt;br /&gt;
|-&lt;br /&gt;
|showposition or showregion&lt;br /&gt;
|Show x,y coords under the mouse and region name.  Currently only Tale 6 maps are supported.&lt;br /&gt;
|Legal values: ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|icons&lt;br /&gt;
|URL template for custom markers.&lt;br /&gt;
|Use &amp;quot;{label}&amp;quot; where the name of the icon will be inserted; defaults to &amp;quot;'''/wiki/tale5/images/markers/marker{label}.png'''&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
|icon&lt;br /&gt;
|URL for markers without an icon specified.&lt;br /&gt;
|Defaults to &amp;quot;'''/wiki/tale5/images/markers/marker.png'''&amp;quot; http://www.atitd.org/wiki/tale5/images/markers/marker.png&lt;br /&gt;
|-&lt;br /&gt;
|iconsize&lt;br /&gt;
|Height and width of the icons&lt;br /&gt;
|Defaults to: '''32x32'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Commands no longer supported ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Desc&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|cursor&lt;br /&gt;
|Which mouse cursor to use on the map?&lt;br /&gt;
|Legal values: '''pointer''' (hand), ''default'' (standard mouse cursor) and ''crosshair''.&lt;br /&gt;
|-&lt;br /&gt;
|stroke&lt;br /&gt;
|Width of paths, in pixels.&lt;br /&gt;
|Does not work in game maps.&lt;br /&gt;
|-&lt;br /&gt;
|scale&lt;br /&gt;
|Show the scale?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|overview&lt;br /&gt;
|Show the inset navigation map?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|selector&lt;br /&gt;
|Show the map/hybrid/satellite selector&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|type&lt;br /&gt;
|The type of map to display.&lt;br /&gt;
|Game Maps: '''game''' - Shard A, ''gameb'' - Shard B, Normal Google Maps: ''normal'' (or, equivalently, ''map'') - Normal Google Map, ''terrain'', ''hybrid'', and ''satellite''.&lt;br /&gt;
|-&lt;br /&gt;
|controls&lt;br /&gt;
|Zoom and navigation controls.&lt;br /&gt;
|Legal values: ''small'' creates +/- zoom buttons, '''medium''' has zoom buttons and pan buttons, ''large'' has pan buttons with a sliding scale for zoom, and ''none'' has no buttons.&lt;br /&gt;
|-&lt;br /&gt;
|doubleclick&lt;br /&gt;
|What to do when the user double-clicks?&lt;br /&gt;
|Legal values: '''recenter''' or ''zoom''.&lt;br /&gt;
|-&lt;br /&gt;
|scrollwheel&lt;br /&gt;
|Define how the scroll wheel behaves.&lt;br /&gt;
|Legal values: ''nothing'' or '''zoom'''.&lt;br /&gt;
|-&lt;br /&gt;
|zoomstyle&lt;br /&gt;
|How does the map zoom?&lt;br /&gt;
|Legal values: ''fast'' and '''smooth''', also known as continuous zooming (only works in some browsers).&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All attributes are optional.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Customized Icons ==&lt;br /&gt;
&lt;br /&gt;
You can host your own collection of icons on your server, but note that they'll have the same anchor points as ATITD.org's default icon (32x32). Check out [http://mapki.com/wiki/Icon_Image_Sets Mapki's collection of icon images] for a bunch of icons you can use. To use your icons, add an icon attribute to your googlemap-tags like this&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&amp;lt;egypt lat=&amp;quot;42.711618&amp;quot; lon=&amp;quot;-73.205112&amp;quot; zoom=&amp;quot;2&amp;quot; controls=&amp;quot;small&amp;quot; &lt;br /&gt;
 icon=&amp;quot;http://myserver.com/standardmarker.png&amp;quot; &lt;br /&gt;
 icons=&amp;quot;http://myserver.com/markers/marker{label}.png&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[User:Mayanah|Mayanah]] has some instructions for using an alternate set of icons [[User:Mayanah/map|map here]] and a set of [[User:Mayanah/map#Mine_Specific|Mine Specific]] icons and [[User:Mayanah/map#Quarry_Specific|Quarry Specific]]on the same page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Example Maps==&lt;br /&gt;
&lt;br /&gt;
===Good Default Settings===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Map Drawing Examples===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt mouseoverpopup=yes&amp;gt;&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790  color:'#ff0000', clickable:false&lt;br /&gt;
rect 2500,6800:4800,4600 color:'#00ff00', clickable:false, weight:1&lt;br /&gt;
poly 2300,-5500:3200,-3400:4500,-6400 color:'#ff00ff', clickable:false&lt;br /&gt;
circ 0,0 450 color:'#000000', clickable:false&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt mouseoverpopup=yes&amp;gt;&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790  color:'#ff0000', clickable:false&lt;br /&gt;
rect 2500,6800:4800,4600 color:'#00ff00', clickable:false, weight:1&lt;br /&gt;
poly 2300,-5500:3200,-3400:4500,-6400 color:'#ff00ff', clickable:false&lt;br /&gt;
circ 0,0 450 color:'#000000', clickable:false&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
===Map Boundries Examples===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt showposition=yes&amp;gt;&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790 color:'#ff0000'&lt;br /&gt;
&lt;br /&gt;
line 2700,-1400:2700,740:4900,740:4900,-1400:2700,-1400 color:'#ff0000'&lt;br /&gt;
&lt;br /&gt;
line 800,4600:800,5500:1750,5500:1750,4600:800,4600 color:'#ff0000'&lt;br /&gt;
&lt;br /&gt;
line -400,-4100:-400,-100:2700,-100:2700,-4100:-400,-4100 color:'#ff0000'&lt;br /&gt;
&lt;br /&gt;
line 3505,-8100:3505,-4100:4900,-4100:4900,-8100:3505,-8100 color:'#ff0000'&lt;br /&gt;
&lt;br /&gt;
line -1000,4025:-1000,4790:200,4790:200,4025:-1000,4025 color:'#ff0000'&lt;br /&gt;
&lt;br /&gt;
line 3450,6000:3450,8190:4990,8190:4990,6000:3450,6000 color:'#ff0000'&lt;br /&gt;
&lt;br /&gt;
line 200,1440:200,4600:1800,4600:1800,1440:200,1440 color:'#ff0000'&lt;br /&gt;
&lt;br /&gt;
line 2170,3700:2170,6000:4200,6000:4200,3700:2170,3700 color:'#ff0000'&lt;br /&gt;
&lt;br /&gt;
line -910,-8190:-910,-4100:3505,-4100:3505,-8190:-910,-8190 color:'#ff0000'&lt;br /&gt;
&lt;br /&gt;
line -3070,4190:-3070,8190:-1000,8190:-1000,4190:-3070,4190 color:'#ff0000'&lt;br /&gt;
&lt;br /&gt;
line -3070,-600:-3070,4025:200,4025:200,-100:-400,-100:-400,-600:-3070,-600 color:'#ff0000'&lt;br /&gt;
&lt;br /&gt;
line 200,5200:200,7900:1505,7900:1505,5500:800,5500:800,5200:200,5200 color:'#ff0000'&lt;br /&gt;
&lt;br /&gt;
line 1505,5500:1505,7600:2170,7600:2170,5200:1750,5200:1750,5500:1505,5500 color:'#ff0000'&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
===All of Egypt, Square===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== All Tales in Table Design ===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 5 Shard A&lt;br /&gt;
!Tale 4 Shard B&lt;br /&gt;
!Tale 4 Shard A&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=5&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
(GH) 770, 5752, GuildHall @ 764, 5742&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=4b&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=4&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;20x34&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
(red_MarkerC) 863, -5339, T4A Compound @ 863, -5339&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 3&lt;br /&gt;
!Tale 2&lt;br /&gt;
!Tale 1&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=3&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=2&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;20x34&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(red_MarkerC) 2372, 5136, Old T2 Compound @ 2372, 5136&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=1&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Rogarian</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t6w/index.php?title=Rogarian/GoogleMapsPageRewrite&amp;diff=251329</id>
		<title>Rogarian/GoogleMapsPageRewrite</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t6w/index.php?title=Rogarian/GoogleMapsPageRewrite&amp;diff=251329"/>
		<updated>2014-02-15T18:14:25Z</updated>

		<summary type="html">&lt;p&gt;Rogarian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__ &lt;br /&gt;
&lt;br /&gt;
== Google Maps is no more!  (A brief history) ==&lt;br /&gt;
&lt;br /&gt;
After Google deprecated version 2 of the Google Maps API all of the maps on the wiki broke.  After along and drawn out process of trying to convert everything to version 3 of the Google Maps API the thought occurred to me that Google would deprecate v3 of the mapping API in the next 3-6 years and the cycle would repeat!  So rather than trusting Google again (fool me once) I decided to look for a stand alone mapping API that wouldn't be dependent on any external services.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After looking at various APIs I settled on the [http://leafletjs.com/ Leaflet] API.  It's small, fast and most importantly: completely self contained.  After learning the new API and using [http://rogarian.atitd.org/shroomdar2/ Shroomdar 2] as my test bed I was able to get every working.  After that I started looking for a [http://www.mediawiki.org/wiki/MediaWiki MediaWiki] mapping extension that used Leaflet and discovered [https://www.mediawiki.org/wiki/Extension:MultiMaps MultiMaps].  By running a local MediaWiki wiki I was able to modify the extension to use the ATITD tile set and coordinate system.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The next step was to install it on the ATITD.org server.  That failed.  The MultiMaps extension used conventions that required a newer version of PHP than the ATITD.org server was running.  So rather than using third-party PHP packages for CentOS (which would mean having to manually apply security patches and updates) or doing a complete OS upgrade/new install I decided to write a brand spanking new MediaWiki extension from scratch using the new API that would work with the current PHP version on the server.  I've tried to make it MOSTLY compatible with the prior Google Map extension.  But there are differences.  Hopefully these bugs will be slowly ironed and and we'll gain additional functionality.  This page is an attempt to document the new extension.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Known Issues ==&lt;br /&gt;
&lt;br /&gt;
Currently these problems still exist:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;strike&amp;gt;Zoomed and cropped maps do not center properly&amp;lt;/strike&amp;gt;&lt;br /&gt;
* Some markers are stretched and may be off center&lt;br /&gt;
* Only Egyptian tile sets are usable (Can't use Openmap or Google Maps tilesets)&lt;br /&gt;
* &amp;lt;strike&amp;gt;Only the T6 map is currently available&amp;lt;/strike&amp;gt;  All maps EXCEPT Tale 4A are available.&lt;br /&gt;
* Markers require all information on 1 line vs split on various line (dealing with the popup window when clicked)&lt;br /&gt;
* Marker tooltips are not functional&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Egypt Maps 1.0 Introduction ==&lt;br /&gt;
&lt;br /&gt;
This wiki now runs a newly written mapping extension by me for [http://www.mediawiki.org/wiki/MediaWiki MediaWiki].  The &amp;lt;nowiki&amp;gt;&amp;lt;egypt&amp;gt;&amp;lt;/nowiki&amp;gt; tag allows wiki users to create zoom-able, pan-able maps of Egypt with customized markers.&lt;br /&gt;
&lt;br /&gt;
Simply add the following on a wiki page to create a default map:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or for backwards compatibility:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;googlemap&amp;gt;&lt;br /&gt;
&amp;lt;/goolemap&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will generate a map like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Markers ==&lt;br /&gt;
&lt;br /&gt;
In the content of the tag, you can define one marker per line. Each line may or may not start with an icon name in parentheses.  The line should then have the latitude (x), then a comma, optionally a space, then the longitude (y), then a comma, then text for the popup window.  The popup text can include wiki mark-up (and commas) (not functional at the moment).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A list of markers is available on [[User:Mayanah/map|Mayanahs map page.]]&lt;br /&gt;
ATITD.org now hosts local copies of most of the icons Mayanah graciously provided.  These are used by default if the ''icons'' tag is not provided; the icons follow the same naming convention on Mayanahs page.  Click here to show all locally hosted markers: http://www.atitd.org/wiki/tale5/images/markers or visit [[Rogarian/GoogleMapMarkerTest]] which shows all 1461 locally stored pins ('''Warning: will be VERY slow!''').&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Marker Usage Example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;egypt zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; showposition=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600,here goes the title&lt;br /&gt;
400, 400, here goes the title, it can contain commas but not wiki markup&lt;br /&gt;
(S) 100, 100, Popup Text Goes here&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; showposition=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600,here goes the title&lt;br /&gt;
400, 400, here goes the title, it can contain commas but not wiki markup&lt;br /&gt;
(S) 100, 100, Popup Text Goes here&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Map Customization / Tag Attributes ==&lt;br /&gt;
&lt;br /&gt;
To customize the map you can set various tags (attributes).&lt;br /&gt;
Legal attributes are ('''boldface''' items are defaults):&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Desc&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|tale&lt;br /&gt;
|Which Tale to display?&lt;br /&gt;
|Legal values: ''1'', ''2'', ''3'', ''4'', ''4b'', ''5'' and '''6'''.  NOTE: Tale 4 does not work.&lt;br /&gt;
|-&lt;br /&gt;
|width&lt;br /&gt;
|Width of the map in pixels.&lt;br /&gt;
|Defaults to '''512''' pixels.&lt;br /&gt;
|-&lt;br /&gt;
|height&lt;br /&gt;
|Height of the map in pixels.&lt;br /&gt;
|Defaults to '''1024''' pixels.&lt;br /&gt;
|-&lt;br /&gt;
|lat&lt;br /&gt;
|The center latitude (x) on the map.&lt;br /&gt;
|Defaults to '''1024'''.&lt;br /&gt;
|-&lt;br /&gt;
|lon&lt;br /&gt;
|The center longitude (y) on the map.&lt;br /&gt;
|Defaults to '''0'''.&lt;br /&gt;
|-&lt;br /&gt;
|zoom&lt;br /&gt;
|Default zoom level.&lt;br /&gt;
|Game Map Legal values: 1 to 8 ('''2''' is default, only the T5 map contains data on levels 7 and 8).&lt;br /&gt;
|-&lt;br /&gt;
|showposition or showregion&lt;br /&gt;
|Show x,y coords under the mouse and region name.  Currently only Tale 6 maps are supported.&lt;br /&gt;
|Legal values: ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|icons&lt;br /&gt;
|URL template for custom markers.&lt;br /&gt;
|Use &amp;quot;{label}&amp;quot; where the name of the icon will be inserted; defaults to &amp;quot;'''/wiki/tale5/images/markers/marker{label}.png'''&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
|icon&lt;br /&gt;
|URL for markers without an icon specified.&lt;br /&gt;
|Defaults to &amp;quot;'''/wiki/tale5/images/markers/marker.png'''&amp;quot; http://www.atitd.org/wiki/tale5/images/markers/marker.png&lt;br /&gt;
|-&lt;br /&gt;
|iconsize&lt;br /&gt;
|Height and width of the icons&lt;br /&gt;
|Defaults to: '''32x32'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Commands no longer supported ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Desc&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|cursor&lt;br /&gt;
|Which mouse cursor to use on the map?&lt;br /&gt;
|Legal values: '''pointer''' (hand), ''default'' (standard mouse cursor) and ''crosshair''.&lt;br /&gt;
|-&lt;br /&gt;
|stroke&lt;br /&gt;
|Width of paths, in pixels.&lt;br /&gt;
|Does not work in game maps.&lt;br /&gt;
|-&lt;br /&gt;
|scale&lt;br /&gt;
|Show the scale?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|overview&lt;br /&gt;
|Show the inset navigation map?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|selector&lt;br /&gt;
|Show the map/hybrid/satellite selector&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|type&lt;br /&gt;
|The type of map to display.&lt;br /&gt;
|Game Maps: '''game''' - Shard A, ''gameb'' - Shard B, Normal Google Maps: ''normal'' (or, equivalently, ''map'') - Normal Google Map, ''terrain'', ''hybrid'', and ''satellite''.&lt;br /&gt;
|-&lt;br /&gt;
|controls&lt;br /&gt;
|Zoom and navigation controls.&lt;br /&gt;
|Legal values: ''small'' creates +/- zoom buttons, '''medium''' has zoom buttons and pan buttons, ''large'' has pan buttons with a sliding scale for zoom, and ''none'' has no buttons.&lt;br /&gt;
|-&lt;br /&gt;
|doubleclick&lt;br /&gt;
|What to do when the user double-clicks?&lt;br /&gt;
|Legal values: '''recenter''' or ''zoom''.&lt;br /&gt;
|-&lt;br /&gt;
|scrollwheel&lt;br /&gt;
|Define how the scroll wheel behaves.&lt;br /&gt;
|Legal values: ''nothing'' or '''zoom'''.&lt;br /&gt;
|-&lt;br /&gt;
|zoomstyle&lt;br /&gt;
|How does the map zoom?&lt;br /&gt;
|Legal values: ''fast'' and '''smooth''', also known as continuous zooming (only works in some browsers).&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All attributes are optional.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Customized Icons ==&lt;br /&gt;
&lt;br /&gt;
You can host your own collection of icons on your server, but note that they'll have the same anchor points as ATITD.org's default icon (32x32). Check out [http://mapki.com/wiki/Icon_Image_Sets Mapki's collection of icon images] for a bunch of icons you can use. To use your icons, add an icon attribute to your googlemap-tags like this&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&amp;lt;egypt lat=&amp;quot;42.711618&amp;quot; lon=&amp;quot;-73.205112&amp;quot; zoom=&amp;quot;2&amp;quot; controls=&amp;quot;small&amp;quot; &lt;br /&gt;
 icon=&amp;quot;http://myserver.com/standardmarker.png&amp;quot; &lt;br /&gt;
 icons=&amp;quot;http://myserver.com/markers/marker{label}.png&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[User:Mayanah|Mayanah]] has some instructions for using an alternate set of icons [[User:Mayanah/map|map here]] and a set of [[User:Mayanah/map#Mine_Specific|Mine Specific]] icons and [[User:Mayanah/map#Quarry_Specific|Quarry Specific]]on the same page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Example Maps==&lt;br /&gt;
&lt;br /&gt;
===Good Default Settings===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Map Drawing Examples===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt mouseoverpopup=yes&amp;gt;&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790  color:'#ff0000', clickable:false&lt;br /&gt;
rect 2500,6800:4800,4600 color:'#00ff00', clickable:false, weight:1&lt;br /&gt;
poly 2300,-5500:3200,-3400:4500,-6400 color:'#ff00ff', clickable:false&lt;br /&gt;
circ 0,0 450 color:'#000000', clickable:false&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt mouseoverpopup=yes&amp;gt;&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790  color:'#ff0000', clickable:false&lt;br /&gt;
rect 2500,6800:4800,4600 color:'#00ff00', clickable:false, weight:1&lt;br /&gt;
poly 2300,-5500:3200,-3400:4500,-6400 color:'#ff00ff', clickable:false&lt;br /&gt;
circ 0,0 450 color:'#000000', clickable:false&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
===Map Boundries Examples===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt showposition=yes&amp;gt;&lt;br /&gt;
line -1000,4790,:-1000,8190,:0,8190,:0,4790,:-1000,4790 color:'#ff0000'&lt;br /&gt;
&lt;br /&gt;
line 2700,-1400,:2700,740,:4900,740,:4900,-1400,:2700,-1400 color:'#ff0000'&lt;br /&gt;
&lt;br /&gt;
line 800,4600,:800,5500,:1750,5500,:1750,4600,:800,4600 color:'#ff0000'&lt;br /&gt;
&lt;br /&gt;
line -400,-4100,:-400,-100,:2700,-100,:2700,-4100,:-400,-4100 color:'#ff0000'&lt;br /&gt;
&lt;br /&gt;
line 3505,-8100,:3505,-4100,:4900,-4100,:4900,-8100,:3505,-8100 color:'#ff0000'&lt;br /&gt;
&lt;br /&gt;
line -1000,4025,:-1000,4790,:200,4790,:200,4025,:-1000,4025 color:'#ff0000'&lt;br /&gt;
&lt;br /&gt;
line 3450,6000,:3450,8190,:4990,8190,:4990,6000,:3450,6000 color:'#ff0000'&lt;br /&gt;
&lt;br /&gt;
line 200,1440,:200,4600,:1800,4600,:1800,1440,:200,1440 color:'#ff0000'&lt;br /&gt;
&lt;br /&gt;
line 2170,3700,:2170,6000,:4200,6000,:4200,3700,:2170,3700 color:'#ff0000'&lt;br /&gt;
&lt;br /&gt;
line -910,-8190,:-910,-4100,:3505,-4100,:3505,-8190,:-910,-8190 color:'#ff0000'&lt;br /&gt;
&lt;br /&gt;
line -3070,4190,:-3070,8190,:-1000,8190,:-1000,4190,:-3070,4190 color:'#ff0000'&lt;br /&gt;
&lt;br /&gt;
line -3070,-600,:-3070,4025,:200,4025,:200,-100,:-400,-100,:-400,-600,:-3070,-600 color:'#ff0000'&lt;br /&gt;
&lt;br /&gt;
line 200,5200,:200,7900,:1505,7900,:1505,5500,:800,5500,:800,5200,:200,5200 color:'#ff0000'&lt;br /&gt;
&lt;br /&gt;
line 1505,5500:1505,7600:2170,7600:2170,5200:1750,5200:1750,5500:1505,5500 color:'#ff0000'&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===All of Egypt, Square===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== All Tales in Table Design ===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 5 Shard A&lt;br /&gt;
!Tale 4 Shard B&lt;br /&gt;
!Tale 4 Shard A&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=5&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
(GH) 770, 5752, GuildHall @ 764, 5742&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=4b&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=4&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;20x34&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
(red_MarkerC) 863, -5339, T4A Compound @ 863, -5339&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 3&lt;br /&gt;
!Tale 2&lt;br /&gt;
!Tale 1&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=3&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=2&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;20x34&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(red_MarkerC) 2372, 5136, Old T2 Compound @ 2372, 5136&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=1&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Rogarian</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t6w/index.php?title=Rogarian/GoogleMapsPageRewrite&amp;diff=251292</id>
		<title>Rogarian/GoogleMapsPageRewrite</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t6w/index.php?title=Rogarian/GoogleMapsPageRewrite&amp;diff=251292"/>
		<updated>2014-02-14T19:20:51Z</updated>

		<summary type="html">&lt;p&gt;Rogarian: /* Good Default Settings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__ &lt;br /&gt;
&lt;br /&gt;
== Google Maps is no more!  (A brief history) ==&lt;br /&gt;
&lt;br /&gt;
After Google deprecated version 2 of the Google Maps API all of the maps on the wiki broke.  After along and drawn out process of trying to convert everything to version 3 of the Google Maps API the thought occurred to me that Google would deprecate v3 of the mapping API in the next 3-6 years and the cycle would repeat!  So rather than trusting Google again (fool me once) I decided to look for a stand alone mapping API that wouldn't be dependent on any external services.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After looking at various APIs I settled on the [http://leafletjs.com/ Leaflet] API.  It's small, fast and most importantly: completely self contained.  After learning the new API and using [http://rogarian.atitd.org/shroomdar2/ Shroomdar 2] as my test bed I was able to get every working.  After that I started looking for a [http://www.mediawiki.org/wiki/MediaWiki MediaWiki] mapping extension that used Leaflet and discovered [https://www.mediawiki.org/wiki/Extension:MultiMaps MultiMaps].  By running a local MediaWiki wiki I was able to modify the extension to use the ATITD tile set and coordinate system.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The next step was to install it on the ATITD.org server.  That failed.  The MultiMaps extension used conventions that required a newer version of PHP than the ATITD.org server was running.  So rather than using third-party PHP packages for CentOS (which would mean having to manually apply security patches and updates) or doing a complete OS upgrade/new install I decided to write a brand spanking new MediaWiki extension from scratch using the new API that would work with the current PHP version on the server.  I've tried to make it MOSTLY compatible with the prior Google Map extension.  But there are differences.  Hopefully these bugs will be slowly ironed and and we'll gain additional functionality.  This page is an attempt to document the new extension.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Known Issues ==&lt;br /&gt;
&lt;br /&gt;
Currently these problems still exist:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;strike&amp;gt;Zoomed and cropped maps do not center properly&amp;lt;/strike&amp;gt;&lt;br /&gt;
* Some markers are stretched and may be off center&lt;br /&gt;
* Only Egyptian tile sets are usable (Can't use Openmap or Google Maps tilesets)&lt;br /&gt;
* &amp;lt;strike&amp;gt;Only the T6 map is currently available&amp;lt;/strike&amp;gt;  All maps EXCEPT Tale 4A are available.&lt;br /&gt;
* Markers require all information on 1 line vs split on various line (dealing with the popup window when clicked)&lt;br /&gt;
* Marker tooltips are not functional&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Egypt Maps 1.0 Introduction ==&lt;br /&gt;
&lt;br /&gt;
This wiki now runs a newly written mapping extension by me for [http://www.mediawiki.org/wiki/MediaWiki MediaWiki].  The &amp;lt;nowiki&amp;gt;&amp;lt;egypt&amp;gt;&amp;lt;/nowiki&amp;gt; tag allows wiki users to create zoom-able, pan-able maps of Egypt with customized markers.&lt;br /&gt;
&lt;br /&gt;
Simply add the following on a wiki page to create a default map:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or for backwards compatibility:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;googlemap&amp;gt;&lt;br /&gt;
&amp;lt;/goolemap&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will generate a map like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Markers ==&lt;br /&gt;
&lt;br /&gt;
In the content of the tag, you can define one marker per line. Each line may or may not start with an icon name in parentheses.  The line should then have the latitude (x), then a comma, optionally a space, then the longitude (y), then a comma, then text for the popup window.  The popup text can include wiki mark-up (and commas) (not functional at the moment).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A list of markers is available on [[User:Mayanah/map|Mayanahs map page.]]&lt;br /&gt;
ATITD.org now hosts local copies of most of the icons Mayanah graciously provided.  These are used by default if the ''icons'' tag is not provided; the icons follow the same naming convention on Mayanahs page.  Click here to show all locally hosted markers: http://www.atitd.org/wiki/tale5/images/markers or visit [[Rogarian/GoogleMapMarkerTest]] which shows all 1461 locally stored pins ('''Warning: will be VERY slow!''').&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Marker Usage Example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;egypt zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; showposition=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600,here goes the title&lt;br /&gt;
400, 400, here goes the title, it can contain commas but not wiki markup&lt;br /&gt;
(S) 100, 100, Popup Text Goes here&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; showposition=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600,here goes the title&lt;br /&gt;
400, 400, here goes the title, it can contain commas but not wiki markup&lt;br /&gt;
(S) 100, 100, Popup Text Goes here&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Map Customization / Tag Attributes ==&lt;br /&gt;
&lt;br /&gt;
To customize the map you can set various tags (attributes).&lt;br /&gt;
Legal attributes are ('''boldface''' items are defaults):&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Desc&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|tale&lt;br /&gt;
|Which Tale to display?&lt;br /&gt;
|Legal values: ''1'', ''2'', ''3'', ''4'', ''4b'', ''5'' and '''6'''.  NOTE: Tale 4 does not work.&lt;br /&gt;
|-&lt;br /&gt;
|width&lt;br /&gt;
|Width of the map in pixels.&lt;br /&gt;
|Defaults to '''512''' pixels.&lt;br /&gt;
|-&lt;br /&gt;
|height&lt;br /&gt;
|Height of the map in pixels.&lt;br /&gt;
|Defaults to '''1024''' pixels.&lt;br /&gt;
|-&lt;br /&gt;
|lat&lt;br /&gt;
|The center latitude (x) on the map.&lt;br /&gt;
|Defaults to '''1024'''.&lt;br /&gt;
|-&lt;br /&gt;
|lon&lt;br /&gt;
|The center longitude (y) on the map.&lt;br /&gt;
|Defaults to '''0'''.&lt;br /&gt;
|-&lt;br /&gt;
|zoom&lt;br /&gt;
|Default zoom level.&lt;br /&gt;
|Game Map Legal values: 1 to 8 ('''2''' is default, only the T5 map contains data on levels 7 and 8).&lt;br /&gt;
|-&lt;br /&gt;
|showposition or showregion&lt;br /&gt;
|Show x,y coords under the mouse and region name.  Currently only Tale 6 maps are supported.&lt;br /&gt;
|Legal values: ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|icons&lt;br /&gt;
|URL template for custom markers.&lt;br /&gt;
|Use &amp;quot;{label}&amp;quot; where the name of the icon will be inserted; defaults to &amp;quot;'''/wiki/tale5/images/markers/marker{label}.png'''&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
|icon&lt;br /&gt;
|URL for markers without an icon specified.&lt;br /&gt;
|Defaults to &amp;quot;'''/wiki/tale5/images/markers/marker.png'''&amp;quot; http://www.atitd.org/wiki/tale5/images/markers/marker.png&lt;br /&gt;
|-&lt;br /&gt;
|iconsize&lt;br /&gt;
|Height and width of the icons&lt;br /&gt;
|Defaults to: '''32x32'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Commands no longer supported ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Desc&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|cursor&lt;br /&gt;
|Which mouse cursor to use on the map?&lt;br /&gt;
|Legal values: '''pointer''' (hand), ''default'' (standard mouse cursor) and ''crosshair''.&lt;br /&gt;
|-&lt;br /&gt;
|stroke&lt;br /&gt;
|Width of paths, in pixels.&lt;br /&gt;
|Does not work in game maps.&lt;br /&gt;
|-&lt;br /&gt;
|scale&lt;br /&gt;
|Show the scale?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|overview&lt;br /&gt;
|Show the inset navigation map?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|selector&lt;br /&gt;
|Show the map/hybrid/satellite selector&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|type&lt;br /&gt;
|The type of map to display.&lt;br /&gt;
|Game Maps: '''game''' - Shard A, ''gameb'' - Shard B, Normal Google Maps: ''normal'' (or, equivalently, ''map'') - Normal Google Map, ''terrain'', ''hybrid'', and ''satellite''.&lt;br /&gt;
|-&lt;br /&gt;
|controls&lt;br /&gt;
|Zoom and navigation controls.&lt;br /&gt;
|Legal values: ''small'' creates +/- zoom buttons, '''medium''' has zoom buttons and pan buttons, ''large'' has pan buttons with a sliding scale for zoom, and ''none'' has no buttons.&lt;br /&gt;
|-&lt;br /&gt;
|doubleclick&lt;br /&gt;
|What to do when the user double-clicks?&lt;br /&gt;
|Legal values: '''recenter''' or ''zoom''.&lt;br /&gt;
|-&lt;br /&gt;
|scrollwheel&lt;br /&gt;
|Define how the scroll wheel behaves.&lt;br /&gt;
|Legal values: ''nothing'' or '''zoom'''.&lt;br /&gt;
|-&lt;br /&gt;
|zoomstyle&lt;br /&gt;
|How does the map zoom?&lt;br /&gt;
|Legal values: ''fast'' and '''smooth''', also known as continuous zooming (only works in some browsers).&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All attributes are optional.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Customized Icons ==&lt;br /&gt;
&lt;br /&gt;
You can host your own collection of icons on your server, but note that they'll have the same anchor points as ATITD.org's default icon (32x32). Check out [http://mapki.com/wiki/Icon_Image_Sets Mapki's collection of icon images] for a bunch of icons you can use. To use your icons, add an icon attribute to your googlemap-tags like this&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&amp;lt;egypt lat=&amp;quot;42.711618&amp;quot; lon=&amp;quot;-73.205112&amp;quot; zoom=&amp;quot;2&amp;quot; controls=&amp;quot;small&amp;quot; &lt;br /&gt;
 icon=&amp;quot;http://myserver.com/standardmarker.png&amp;quot; &lt;br /&gt;
 icons=&amp;quot;http://myserver.com/markers/marker{label}.png&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[User:Mayanah|Mayanah]] has some instructions for using an alternate set of icons [[User:Mayanah/map|map here]] and a set of [[User:Mayanah/map#Mine_Specific|Mine Specific]] icons and [[User:Mayanah/map#Quarry_Specific|Quarry Specific]]on the same page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Example Maps==&lt;br /&gt;
&lt;br /&gt;
===Good Default Settings===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Map Drawing Examples===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt mouseoverpopup=yes&amp;gt;&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790  color:'#ff0000', clickable:false&lt;br /&gt;
rect 2500,6800:4800,4600 color:'#00ff00', clickable:false, weight:1&lt;br /&gt;
poly 2300,-5500:3200,-3400:4500,-6400 color:'#ff00ff', clickable:false&lt;br /&gt;
circ 0,0 450 color:'#000000', clickable:false&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt mouseoverpopup=yes&amp;gt;&lt;br /&gt;
line -1000,4790:-1000,8190:0,8190:0,4790:-1000,4790  color:'#ff0000', clickable:false&lt;br /&gt;
rect 2500,6800:4800,4600 color:'#00ff00', clickable:false, weight:1&lt;br /&gt;
poly 2300,-5500:3200,-3400:4500,-6400 color:'#ff00ff', clickable:false&lt;br /&gt;
circ 0,0 450 color:'#000000', clickable:false&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
===All of Egypt, Square===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== All Tales in Table Design ===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 5 Shard A&lt;br /&gt;
!Tale 4 Shard B&lt;br /&gt;
!Tale 4 Shard A&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=5&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
(GH) 770, 5752, GuildHall @ 764, 5742&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=4b&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=4&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;20x34&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
(red_MarkerC) 863, -5339, T4A Compound @ 863, -5339&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 3&lt;br /&gt;
!Tale 2&lt;br /&gt;
!Tale 1&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=3&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=2&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;20x34&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(red_MarkerC) 2372, 5136, Old T2 Compound @ 2372, 5136&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=1&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Rogarian</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t6w/index.php?title=Rogarian/GoogleMapsPageRewrite&amp;diff=251214</id>
		<title>Rogarian/GoogleMapsPageRewrite</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t6w/index.php?title=Rogarian/GoogleMapsPageRewrite&amp;diff=251214"/>
		<updated>2014-02-13T21:37:38Z</updated>

		<summary type="html">&lt;p&gt;Rogarian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__ &lt;br /&gt;
&lt;br /&gt;
== Google Maps is no more!  (A brief history) ==&lt;br /&gt;
&lt;br /&gt;
After Google deprecated version 2 of the Google Maps API all of the maps on the wiki broke.  After along and drawn out process of trying to convert everything to version 3 of the Google Maps API the thought occurred to me that Google would deprecate v3 of the mapping API in the next 3-6 years and the cycle would repeat!  So rather than trusting Google again (fool me once) I decided to look for a stand alone mapping API that wouldn't be dependent on any external services.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After looking at various APIs I settled on the [http://leafletjs.com/ Leaflet] API.  It's small, fast and most importantly: completely self contained.  After learning the new API and using [http://rogarian.atitd.org/shroomdar2/ Shroomdar 2] as my test bed I was able to get every working.  After that I started looking for a [http://www.mediawiki.org/wiki/MediaWiki MediaWiki] mapping extension that used Leaflet and discovered [https://www.mediawiki.org/wiki/Extension:MultiMaps MultiMaps].  By running a local MediaWiki wiki I was able to modify the extension to use the ATITD tile set and coordinate system.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The next step was to install it on the ATITD.org server.  That failed.  The MultiMaps extension used conventions that required a newer version of PHP than the ATITD.org server was running.  So rather than using third-party PHP packages for CentOS (which would mean having to manually apply security patches and updates) or doing a complete OS upgrade/new install I decided to write a brand spanking new MediaWiki extension from scratch using the new API that would work with the current PHP version on the server.  I've tried to make it MOSTLY compatible with the prior Google Map extension.  But there are differences.  Hopefully these bugs will be slowly ironed and and we'll gain additional functionality.  This page is an attempt to document the new extension.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Known Issues ==&lt;br /&gt;
&lt;br /&gt;
Currently these problems still exist:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;strike&amp;gt;Zoomed and cropped maps do not center properly&amp;lt;/strike&amp;gt;&lt;br /&gt;
* Some markers are stretched and may be off center&lt;br /&gt;
* Only Egyptian tile sets are usable (Can't use Openmap or Google Maps tilesets)&lt;br /&gt;
* &amp;lt;strike&amp;gt;Only the T6 map is currently available&amp;lt;/strike&amp;gt;  All maps EXCEPT Tale 4A are available.&lt;br /&gt;
* Markers require all information on 1 line vs split on various line (dealing with the popup window when clicked)&lt;br /&gt;
* Marker tooltips are not functional&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Egypt Maps 1.0 Introduction ==&lt;br /&gt;
&lt;br /&gt;
This wiki now runs a newly written mapping extension by me for [http://www.mediawiki.org/wiki/MediaWiki MediaWiki].  The &amp;lt;nowiki&amp;gt;&amp;lt;egypt&amp;gt;&amp;lt;/nowiki&amp;gt; tag allows wiki users to create zoom-able, pan-able maps of Egypt with customized markers.&lt;br /&gt;
&lt;br /&gt;
Simply add the following on a wiki page to create a default map:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or for backwards compatibility:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;googlemap&amp;gt;&lt;br /&gt;
&amp;lt;/goolemap&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will generate a map like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Markers ==&lt;br /&gt;
&lt;br /&gt;
In the content of the tag, you can define one marker per line. Each line may or may not start with an icon name in parentheses.  The line should then have the latitude (x), then a comma, optionally a space, then the longitude (y), then a comma, then text for the popup window.  The popup text can include wiki mark-up (and commas) (not functional at the moment).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A list of markers is available on [[User:Mayanah/map|Mayanahs map page.]]&lt;br /&gt;
ATITD.org now hosts local copies of most of the icons Mayanah graciously provided.  These are used by default if the ''icons'' tag is not provided; the icons follow the same naming convention on Mayanahs page.  Click here to show all locally hosted markers: http://www.atitd.org/wiki/tale5/images/markers or visit [[Rogarian/GoogleMapMarkerTest]] which shows all 1461 locally stored pins ('''Warning: will be VERY slow!''').&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Marker Usage Example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;egypt zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; showposition=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600,here goes the title&lt;br /&gt;
400, 400, here goes the title, it can contain commas but not wiki markup&lt;br /&gt;
(S) 100, 100, Popup Text Goes here&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; showposition=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600,here goes the title&lt;br /&gt;
400, 400, here goes the title, it can contain commas but not wiki markup&lt;br /&gt;
(S) 100, 100, Popup Text Goes here&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Map Customization / Tag Attributes ==&lt;br /&gt;
&lt;br /&gt;
To customize the map you can set various tags (attributes).&lt;br /&gt;
Legal attributes are ('''boldface''' items are defaults):&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Desc&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|tale&lt;br /&gt;
|Which Tale to display?&lt;br /&gt;
|Legal values: ''1'', ''2'', ''3'', ''4'', ''4b'', ''5'' and '''6'''.  NOTE: Tale 4 does not work.&lt;br /&gt;
|-&lt;br /&gt;
|width&lt;br /&gt;
|Width of the map in pixels.&lt;br /&gt;
|Defaults to '''512''' pixels.&lt;br /&gt;
|-&lt;br /&gt;
|height&lt;br /&gt;
|Height of the map in pixels.&lt;br /&gt;
|Defaults to '''1024''' pixels.&lt;br /&gt;
|-&lt;br /&gt;
|lat&lt;br /&gt;
|The center latitude (x) on the map.&lt;br /&gt;
|Defaults to '''1024'''.&lt;br /&gt;
|-&lt;br /&gt;
|lon&lt;br /&gt;
|The center longitude (y) on the map.&lt;br /&gt;
|Defaults to '''0'''.&lt;br /&gt;
|-&lt;br /&gt;
|zoom&lt;br /&gt;
|Default zoom level.&lt;br /&gt;
|Game Map Legal values: 1 to 8 ('''2''' is default, only the T5 map contains data on levels 7 and 8).&lt;br /&gt;
|-&lt;br /&gt;
|showposition or showregion&lt;br /&gt;
|Show x,y coords under the mouse and region name.  Currently only Tale 6 maps are supported.&lt;br /&gt;
|Legal values: ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|icons&lt;br /&gt;
|URL template for custom markers.&lt;br /&gt;
|Use &amp;quot;{label}&amp;quot; where the name of the icon will be inserted; defaults to &amp;quot;'''/wiki/tale5/images/markers/marker{label}.png'''&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
|icon&lt;br /&gt;
|URL for markers without an icon specified.&lt;br /&gt;
|Defaults to &amp;quot;'''/wiki/tale5/images/markers/marker.png'''&amp;quot; http://www.atitd.org/wiki/tale5/images/markers/marker.png&lt;br /&gt;
|-&lt;br /&gt;
|iconsize&lt;br /&gt;
|Height and width of the icons&lt;br /&gt;
|Defaults to: '''32x32'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Commands no longer supported ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Desc&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|cursor&lt;br /&gt;
|Which mouse cursor to use on the map?&lt;br /&gt;
|Legal values: '''pointer''' (hand), ''default'' (standard mouse cursor) and ''crosshair''.&lt;br /&gt;
|-&lt;br /&gt;
|stroke&lt;br /&gt;
|Width of paths, in pixels.&lt;br /&gt;
|Does not work in game maps.&lt;br /&gt;
|-&lt;br /&gt;
|scale&lt;br /&gt;
|Show the scale?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|overview&lt;br /&gt;
|Show the inset navigation map?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|selector&lt;br /&gt;
|Show the map/hybrid/satellite selector&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|type&lt;br /&gt;
|The type of map to display.&lt;br /&gt;
|Game Maps: '''game''' - Shard A, ''gameb'' - Shard B, Normal Google Maps: ''normal'' (or, equivalently, ''map'') - Normal Google Map, ''terrain'', ''hybrid'', and ''satellite''.&lt;br /&gt;
|-&lt;br /&gt;
|controls&lt;br /&gt;
|Zoom and navigation controls.&lt;br /&gt;
|Legal values: ''small'' creates +/- zoom buttons, '''medium''' has zoom buttons and pan buttons, ''large'' has pan buttons with a sliding scale for zoom, and ''none'' has no buttons.&lt;br /&gt;
|-&lt;br /&gt;
|doubleclick&lt;br /&gt;
|What to do when the user double-clicks?&lt;br /&gt;
|Legal values: '''recenter''' or ''zoom''.&lt;br /&gt;
|-&lt;br /&gt;
|scrollwheel&lt;br /&gt;
|Define how the scroll wheel behaves.&lt;br /&gt;
|Legal values: ''nothing'' or '''zoom'''.&lt;br /&gt;
|-&lt;br /&gt;
|zoomstyle&lt;br /&gt;
|How does the map zoom?&lt;br /&gt;
|Legal values: ''fast'' and '''smooth''', also known as continuous zooming (only works in some browsers).&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All attributes are optional.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Customized Icons ==&lt;br /&gt;
&lt;br /&gt;
You can host your own collection of icons on your server, but note that they'll have the same anchor points as ATITD.org's default icon (32x32). Check out [http://mapki.com/wiki/Icon_Image_Sets Mapki's collection of icon images] for a bunch of icons you can use. To use your icons, add an icon attribute to your googlemap-tags like this&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&amp;lt;egypt lat=&amp;quot;42.711618&amp;quot; lon=&amp;quot;-73.205112&amp;quot; zoom=&amp;quot;2&amp;quot; controls=&amp;quot;small&amp;quot; &lt;br /&gt;
 icon=&amp;quot;http://myserver.com/standardmarker.png&amp;quot; &lt;br /&gt;
 icons=&amp;quot;http://myserver.com/markers/marker{label}.png&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[User:Mayanah|Mayanah]] has some instructions for using an alternate set of icons [[User:Mayanah/map|map here]] and a set of [[User:Mayanah/map#Mine_Specific|Mine Specific]] icons and [[User:Mayanah/map#Quarry_Specific|Quarry Specific]]on the same page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Example Maps==&lt;br /&gt;
&lt;br /&gt;
===Good Default Settings===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===All of Egypt, Square===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== All Tales in Table Design ===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 5 Shard A&lt;br /&gt;
!Tale 4 Shard B&lt;br /&gt;
!Tale 4 Shard A&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=5&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
(GH) 770, 5752, GuildHall @ 764, 5742&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=4b&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=4&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;20x34&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
(red_MarkerC) 863, -5339, T4A Compound @ 863, -5339&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 3&lt;br /&gt;
!Tale 2&lt;br /&gt;
!Tale 1&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=3&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=2&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;20x34&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;10x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(red_MarkerC) 2372, 5136, Old T2 Compound @ 2372, 5136&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=1&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 showposition=yes&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Rogarian</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t6w/index.php?title=Rogarian/GoogleMapsPageRewrite&amp;diff=251213</id>
		<title>Rogarian/GoogleMapsPageRewrite</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t6w/index.php?title=Rogarian/GoogleMapsPageRewrite&amp;diff=251213"/>
		<updated>2014-02-13T20:48:19Z</updated>

		<summary type="html">&lt;p&gt;Rogarian: /* All Tales in Table Design */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__ &lt;br /&gt;
&lt;br /&gt;
== Google Maps is no more!  (A brief history) ==&lt;br /&gt;
&lt;br /&gt;
After Google deprecated version 2 of the Google Maps API all of the maps on the wiki broke.  After along and drawn out process of trying to convert everything to version 3 of the Google Maps API the thought occurred to me that Google would deprecate v3 of the mapping API in the next 3-6 years and the cycle would repeat!  So rather than trusting Google again (fool me once) I decided to look for a stand alone mapping API that wouldn't be dependent on any external services.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After looking at various APIs I settled on the [http://leafletjs.com/ Leaflet] API.  It's small, fast and most importantly: completely self contained.  After learning the new API and using [http://rogarian.atitd.org/shroomdar2/ Shroomdar 2] as my test bed I was able to get every working.  After that I started looking for a [http://www.mediawiki.org/wiki/MediaWiki MediaWiki] mapping extension that used Leaflet and discovered [https://www.mediawiki.org/wiki/Extension:MultiMaps MultiMaps].  By running a local MediaWiki wiki I was able to modify the extension to use the ATITD tile set and coordinate system.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The next step was to install it on the ATITD.org server.  That failed.  The MultiMaps extension used conventions that required a newer version of PHP than the ATITD.org server was running.  So rather than using third-party PHP packages for CentOS (which would mean having to manually apply security patches and updates) or doing a complete OS upgrade/new install I decided to write a brand spanking new MediaWiki extension from scratch using the new API that would work with the current PHP version on the server.  I've tried to make it MOSTLY compatible with the prior Google Map extension.  But there are differences.  Hopefully these bugs will be slowly ironed and and we'll gain additional functionality.  This page is an attempt to document the new extension.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Known Issues ==&lt;br /&gt;
&lt;br /&gt;
Currently these problems still exist:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;strike&amp;gt;Zoomed and cropped maps do not center properly&amp;lt;/strike&amp;gt;&lt;br /&gt;
* Some markers are stretched and may be off center&lt;br /&gt;
* Only Egyptian tiles ets are usable (Can't use Openmap or Google Maps tilesets)&lt;br /&gt;
* Only the T6 map is currently available &lt;br /&gt;
* Markers require all information on 1 line vs split on various line (dealing with the popup window when clicked)&lt;br /&gt;
* Marker tooltips are not functional&lt;br /&gt;
&lt;br /&gt;
== Egypt Maps 1.0 Introduction ==&lt;br /&gt;
&lt;br /&gt;
This wiki now runs a newly written mapping extension by me for [http://www.mediawiki.org/wiki/MediaWiki MediaWiki].  The &amp;lt;nowiki&amp;gt;&amp;lt;egypt&amp;gt;&amp;lt;/nowiki&amp;gt; tag allows wiki users to create zoom-able, pan-able maps of Egypt with customized markers.&lt;br /&gt;
&lt;br /&gt;
Simply add the following on a wiki page to create a default map:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or for backwards compatibility:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;googlemap&amp;gt;&lt;br /&gt;
&amp;lt;/goolemap&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will generate a map like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Markers ==&lt;br /&gt;
&lt;br /&gt;
In the content of the tag, you can define one marker per line. Each line may or may not start with an icon name in parentheses.  The line should then have the latitude (x), then a comma, optionally a space, then the longitude (y), then a comma, then text for the popup window.  The popup text can include wiki mark-up (and commas) (not functional at the moment).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A list of markers is available on [[User:Mayanah/map|Mayanahs map page.]]&lt;br /&gt;
ATITD.org now hosts local copies of most of the icons Mayanah graciously provided.  These are used by default if the ''icons'' tag is not provided; the icons follow the same naming convention on Mayanahs page.  Click here to show all locally hosted markers: http://www.atitd.org/wiki/tale5/images/markers or visit [[Rogarian/GoogleMapMarkerTest]] which shows all 1461 locally stored pins ('''Warning: will be VERY slow!''').&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Marker Usage Example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;egypt zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; showposition=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600,here goes the title&lt;br /&gt;
400, 400, here goes the title, it can contain commas but not wiki markup&lt;br /&gt;
(S) 100, 100, Popup Text Goes here&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; showposition=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600,here goes the title&lt;br /&gt;
400, 400, here goes the title, it can contain commas but not wiki markup&lt;br /&gt;
(S) 100, 100, Popup Text Goes here&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Map Customization / Tag Attributes ==&lt;br /&gt;
&lt;br /&gt;
To customize the map you can set various tags (attributes).&lt;br /&gt;
Legal attributes are ('''boldface''' items are defaults):&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Desc&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|tale&lt;br /&gt;
|Which Tale to display?&lt;br /&gt;
|Legal values: ''1'', ''2'', ''3'', ''4'', ''5'' and '''6'''. (not enabled currently)&lt;br /&gt;
|-&lt;br /&gt;
|width&lt;br /&gt;
|Width of the map in pixels.&lt;br /&gt;
|Defaults to '''512''' pixels.&lt;br /&gt;
|-&lt;br /&gt;
|height&lt;br /&gt;
|Height of the map in pixels.&lt;br /&gt;
|Defaults to '''1024''' pixels.&lt;br /&gt;
|-&lt;br /&gt;
|lat&lt;br /&gt;
|The center latitude (x) on the map.&lt;br /&gt;
|Defaults to '''1024'''.&lt;br /&gt;
|-&lt;br /&gt;
|lon&lt;br /&gt;
|The center longitude (y) on the map.&lt;br /&gt;
|Defaults to '''0'''.&lt;br /&gt;
|-&lt;br /&gt;
|zoom&lt;br /&gt;
|Default zoom level.&lt;br /&gt;
|Game Map Legal values: 1 to 8 ('''2''' is default, only the T5 map contains data on levels 7 and 8).&lt;br /&gt;
|-&lt;br /&gt;
|showposition or showregion&lt;br /&gt;
|Show x,y coords under the mouse and region name.  Currently only Tale 6 maps are supported.&lt;br /&gt;
|Legal values: ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|icons&lt;br /&gt;
|URL template for custom markers.&lt;br /&gt;
|Use &amp;quot;{label}&amp;quot; where the name of the icon will be inserted; defaults to &amp;quot;'''/wiki/tale5/images/markers/marker{label}.png'''&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
|icon&lt;br /&gt;
|URL for markers without an icon specified.&lt;br /&gt;
|Defaults to &amp;quot;'''/wiki/tale5/images/markers/marker.png'''&amp;quot; http://www.atitd.org/wiki/tale5/images/markers/marker.png&lt;br /&gt;
|-&lt;br /&gt;
|iconsize&lt;br /&gt;
|Height and width of the icons&lt;br /&gt;
|Defaults to: '''32x32'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Commands no longer supported ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Desc&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|cursor&lt;br /&gt;
|Which mouse cursor to use on the map?&lt;br /&gt;
|Legal values: '''pointer''' (hand), ''default'' (standard mouse cursor) and ''crosshair''.&lt;br /&gt;
|-&lt;br /&gt;
|stroke&lt;br /&gt;
|Width of paths, in pixels.&lt;br /&gt;
|Does not work in game maps.&lt;br /&gt;
|-&lt;br /&gt;
|scale&lt;br /&gt;
|Show the scale?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|overview&lt;br /&gt;
|Show the inset navigation map?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|selector&lt;br /&gt;
|Show the map/hybrid/satellite selector&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|type&lt;br /&gt;
|The type of map to display.&lt;br /&gt;
|Game Maps: '''game''' - Shard A, ''gameb'' - Shard B, Normal Google Maps: ''normal'' (or, equivalently, ''map'') - Normal Google Map, ''terrain'', ''hybrid'', and ''satellite''.&lt;br /&gt;
|-&lt;br /&gt;
|controls&lt;br /&gt;
|Zoom and navigation controls.&lt;br /&gt;
|Legal values: ''small'' creates +/- zoom buttons, '''medium''' has zoom buttons and pan buttons, ''large'' has pan buttons with a sliding scale for zoom, and ''none'' has no buttons.&lt;br /&gt;
|-&lt;br /&gt;
|doubleclick&lt;br /&gt;
|What to do when the user double-clicks?&lt;br /&gt;
|Legal values: '''recenter''' or ''zoom''.&lt;br /&gt;
|-&lt;br /&gt;
|scrollwheel&lt;br /&gt;
|Define how the scroll wheel behaves.&lt;br /&gt;
|Legal values: ''nothing'' or '''zoom'''.&lt;br /&gt;
|-&lt;br /&gt;
|zoomstyle&lt;br /&gt;
|How does the map zoom?&lt;br /&gt;
|Legal values: ''fast'' and '''smooth''', also known as continuous zooming (only works in some browsers).&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All attributes are optional.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Customized Icons ==&lt;br /&gt;
&lt;br /&gt;
You can host your own collection of icons on your server, but note that they'll have the same anchor points as ATITD.org's default icon (32x32). Check out [http://mapki.com/wiki/Icon_Image_Sets Mapki's collection of icon images] for a bunch of icons you can use. To use your icons, add an icon attribute to your googlemap-tags like this&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&amp;lt;egypt lat=&amp;quot;42.711618&amp;quot; lon=&amp;quot;-73.205112&amp;quot; zoom=&amp;quot;2&amp;quot; controls=&amp;quot;small&amp;quot; &lt;br /&gt;
 icon=&amp;quot;http://myserver.com/standardmarker.png&amp;quot; &lt;br /&gt;
 icons=&amp;quot;http://myserver.com/markers/marker{label}.png&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[User:Mayanah|Mayanah]] has some instructions for using an alternate set of icons [[User:Mayanah/map|map here]] and a set of [[User:Mayanah/map#Mine_Specific|Mine Specific]] icons and [[User:Mayanah/map#Quarry_Specific|Quarry Specific]]on the same page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Example Maps==&lt;br /&gt;
&lt;br /&gt;
===Good Default Settings===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===All of Egypt, Square===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===A real map of Egypt===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;googlemap height=&amp;quot;512&amp;quot; lat=&amp;quot;29.980624&amp;quot; lon=&amp;quot;31.134653&amp;quot; zoom=&amp;quot;14&amp;quot; controls=&amp;quot;medium&amp;quot; type=&amp;quot;hybrid&amp;quot; selector=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
29.980624, 31.134653, PYRAMIDS&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;googlemap height=&amp;quot;512&amp;quot; lat=&amp;quot;29.980624&amp;quot; lon=&amp;quot;31.134653&amp;quot; zoom=&amp;quot;14&amp;quot; controls=&amp;quot;medium&amp;quot; type=&amp;quot;hybrid&amp;quot; selector=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
29.980624, 31.134653, PYRAMIDS&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== All Tales in Table Design ===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 5 Shard A&lt;br /&gt;
!Tale 4 Shard B&lt;br /&gt;
!Tale 4 Shard A&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=5&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 cursor=default&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
(GH) 770, 5752, GuildHall @ 764, 5742&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=4b&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 cursor=crosshair&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=4&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 cursor=pointer&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;20x34&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
(red_MarkerC) 863, -5339, T4A Compound @ 863, -5339&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
 tale=5&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 cursor=default&lt;br /&gt;
|&lt;br /&gt;
 tale=4&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 cursor=crosshair&lt;br /&gt;
|&lt;br /&gt;
 tale=4b&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 cursor=pointer&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 3&lt;br /&gt;
!Tale 2&lt;br /&gt;
!Tale 1&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=3&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=2&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;20x34&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(red_MarkerC) 2372, 5136, Old T2 Compound @ 2372, 5136&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=1&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
 tale=3&lt;br /&gt;
 showposition=yes&lt;br /&gt;
|&lt;br /&gt;
 tale=2&lt;br /&gt;
 showposition=yes&lt;br /&gt;
|&lt;br /&gt;
 tale=1&lt;br /&gt;
 showposition=yes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Rogarian</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t6w/index.php?title=Rogarian/GoogleMapsPageRewrite&amp;diff=251212</id>
		<title>Rogarian/GoogleMapsPageRewrite</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t6w/index.php?title=Rogarian/GoogleMapsPageRewrite&amp;diff=251212"/>
		<updated>2014-02-13T20:29:33Z</updated>

		<summary type="html">&lt;p&gt;Rogarian: /* Known Issues */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__ &lt;br /&gt;
&lt;br /&gt;
== Google Maps is no more!  (A brief history) ==&lt;br /&gt;
&lt;br /&gt;
After Google deprecated version 2 of the Google Maps API all of the maps on the wiki broke.  After along and drawn out process of trying to convert everything to version 3 of the Google Maps API the thought occurred to me that Google would deprecate v3 of the mapping API in the next 3-6 years and the cycle would repeat!  So rather than trusting Google again (fool me once) I decided to look for a stand alone mapping API that wouldn't be dependent on any external services.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After looking at various APIs I settled on the [http://leafletjs.com/ Leaflet] API.  It's small, fast and most importantly: completely self contained.  After learning the new API and using [http://rogarian.atitd.org/shroomdar2/ Shroomdar 2] as my test bed I was able to get every working.  After that I started looking for a [http://www.mediawiki.org/wiki/MediaWiki MediaWiki] mapping extension that used Leaflet and discovered [https://www.mediawiki.org/wiki/Extension:MultiMaps MultiMaps].  By running a local MediaWiki wiki I was able to modify the extension to use the ATITD tile set and coordinate system.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The next step was to install it on the ATITD.org server.  That failed.  The MultiMaps extension used conventions that required a newer version of PHP than the ATITD.org server was running.  So rather than using third-party PHP packages for CentOS (which would mean having to manually apply security patches and updates) or doing a complete OS upgrade/new install I decided to write a brand spanking new MediaWiki extension from scratch using the new API that would work with the current PHP version on the server.  I've tried to make it MOSTLY compatible with the prior Google Map extension.  But there are differences.  Hopefully these bugs will be slowly ironed and and we'll gain additional functionality.  This page is an attempt to document the new extension.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Known Issues ==&lt;br /&gt;
&lt;br /&gt;
Currently these problems still exist:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;strike&amp;gt;Zoomed and cropped maps do not center properly&amp;lt;/strike&amp;gt;&lt;br /&gt;
* Some markers are stretched and may be off center&lt;br /&gt;
* Only Egyptian tiles ets are usable (Can't use Openmap or Google Maps tilesets)&lt;br /&gt;
* Only the T6 map is currently available &lt;br /&gt;
* Markers require all information on 1 line vs split on various line (dealing with the popup window when clicked)&lt;br /&gt;
* Marker tooltips are not functional&lt;br /&gt;
&lt;br /&gt;
== Egypt Maps 1.0 Introduction ==&lt;br /&gt;
&lt;br /&gt;
This wiki now runs a newly written mapping extension by me for [http://www.mediawiki.org/wiki/MediaWiki MediaWiki].  The &amp;lt;nowiki&amp;gt;&amp;lt;egypt&amp;gt;&amp;lt;/nowiki&amp;gt; tag allows wiki users to create zoom-able, pan-able maps of Egypt with customized markers.&lt;br /&gt;
&lt;br /&gt;
Simply add the following on a wiki page to create a default map:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or for backwards compatibility:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;googlemap&amp;gt;&lt;br /&gt;
&amp;lt;/goolemap&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will generate a map like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Markers ==&lt;br /&gt;
&lt;br /&gt;
In the content of the tag, you can define one marker per line. Each line may or may not start with an icon name in parentheses.  The line should then have the latitude (x), then a comma, optionally a space, then the longitude (y), then a comma, then text for the popup window.  The popup text can include wiki mark-up (and commas) (not functional at the moment).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A list of markers is available on [[User:Mayanah/map|Mayanahs map page.]]&lt;br /&gt;
ATITD.org now hosts local copies of most of the icons Mayanah graciously provided.  These are used by default if the ''icons'' tag is not provided; the icons follow the same naming convention on Mayanahs page.  Click here to show all locally hosted markers: http://www.atitd.org/wiki/tale5/images/markers or visit [[Rogarian/GoogleMapMarkerTest]] which shows all 1461 locally stored pins ('''Warning: will be VERY slow!''').&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Marker Usage Example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;egypt zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; showposition=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600,here goes the title&lt;br /&gt;
400, 400, here goes the title, it can contain commas but not wiki markup&lt;br /&gt;
(S) 100, 100, Popup Text Goes here&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; showposition=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600,here goes the title&lt;br /&gt;
400, 400, here goes the title, it can contain commas but not wiki markup&lt;br /&gt;
(S) 100, 100, Popup Text Goes here&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Map Customization / Tag Attributes ==&lt;br /&gt;
&lt;br /&gt;
To customize the map you can set various tags (attributes).&lt;br /&gt;
Legal attributes are ('''boldface''' items are defaults):&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Desc&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|tale&lt;br /&gt;
|Which Tale to display?&lt;br /&gt;
|Legal values: ''1'', ''2'', ''3'', ''4'', ''5'' and '''6'''. (not enabled currently)&lt;br /&gt;
|-&lt;br /&gt;
|width&lt;br /&gt;
|Width of the map in pixels.&lt;br /&gt;
|Defaults to '''512''' pixels.&lt;br /&gt;
|-&lt;br /&gt;
|height&lt;br /&gt;
|Height of the map in pixels.&lt;br /&gt;
|Defaults to '''1024''' pixels.&lt;br /&gt;
|-&lt;br /&gt;
|lat&lt;br /&gt;
|The center latitude (x) on the map.&lt;br /&gt;
|Defaults to '''1024'''.&lt;br /&gt;
|-&lt;br /&gt;
|lon&lt;br /&gt;
|The center longitude (y) on the map.&lt;br /&gt;
|Defaults to '''0'''.&lt;br /&gt;
|-&lt;br /&gt;
|zoom&lt;br /&gt;
|Default zoom level.&lt;br /&gt;
|Game Map Legal values: 1 to 8 ('''2''' is default, only the T5 map contains data on levels 7 and 8).&lt;br /&gt;
|-&lt;br /&gt;
|showposition or showregion&lt;br /&gt;
|Show x,y coords under the mouse and region name.  Currently only Tale 6 maps are supported.&lt;br /&gt;
|Legal values: ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|icons&lt;br /&gt;
|URL template for custom markers.&lt;br /&gt;
|Use &amp;quot;{label}&amp;quot; where the name of the icon will be inserted; defaults to &amp;quot;'''/wiki/tale5/images/markers/marker{label}.png'''&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
|icon&lt;br /&gt;
|URL for markers without an icon specified.&lt;br /&gt;
|Defaults to &amp;quot;'''/wiki/tale5/images/markers/marker.png'''&amp;quot; http://www.atitd.org/wiki/tale5/images/markers/marker.png&lt;br /&gt;
|-&lt;br /&gt;
|iconsize&lt;br /&gt;
|Height and width of the icons&lt;br /&gt;
|Defaults to: '''32x32'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Commands no longer supported ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Desc&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|cursor&lt;br /&gt;
|Which mouse cursor to use on the map?&lt;br /&gt;
|Legal values: '''pointer''' (hand), ''default'' (standard mouse cursor) and ''crosshair''.&lt;br /&gt;
|-&lt;br /&gt;
|stroke&lt;br /&gt;
|Width of paths, in pixels.&lt;br /&gt;
|Does not work in game maps.&lt;br /&gt;
|-&lt;br /&gt;
|scale&lt;br /&gt;
|Show the scale?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|overview&lt;br /&gt;
|Show the inset navigation map?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|selector&lt;br /&gt;
|Show the map/hybrid/satellite selector&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|type&lt;br /&gt;
|The type of map to display.&lt;br /&gt;
|Game Maps: '''game''' - Shard A, ''gameb'' - Shard B, Normal Google Maps: ''normal'' (or, equivalently, ''map'') - Normal Google Map, ''terrain'', ''hybrid'', and ''satellite''.&lt;br /&gt;
|-&lt;br /&gt;
|controls&lt;br /&gt;
|Zoom and navigation controls.&lt;br /&gt;
|Legal values: ''small'' creates +/- zoom buttons, '''medium''' has zoom buttons and pan buttons, ''large'' has pan buttons with a sliding scale for zoom, and ''none'' has no buttons.&lt;br /&gt;
|-&lt;br /&gt;
|doubleclick&lt;br /&gt;
|What to do when the user double-clicks?&lt;br /&gt;
|Legal values: '''recenter''' or ''zoom''.&lt;br /&gt;
|-&lt;br /&gt;
|scrollwheel&lt;br /&gt;
|Define how the scroll wheel behaves.&lt;br /&gt;
|Legal values: ''nothing'' or '''zoom'''.&lt;br /&gt;
|-&lt;br /&gt;
|zoomstyle&lt;br /&gt;
|How does the map zoom?&lt;br /&gt;
|Legal values: ''fast'' and '''smooth''', also known as continuous zooming (only works in some browsers).&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All attributes are optional.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Customized Icons ==&lt;br /&gt;
&lt;br /&gt;
You can host your own collection of icons on your server, but note that they'll have the same anchor points as ATITD.org's default icon (32x32). Check out [http://mapki.com/wiki/Icon_Image_Sets Mapki's collection of icon images] for a bunch of icons you can use. To use your icons, add an icon attribute to your googlemap-tags like this&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&amp;lt;egypt lat=&amp;quot;42.711618&amp;quot; lon=&amp;quot;-73.205112&amp;quot; zoom=&amp;quot;2&amp;quot; controls=&amp;quot;small&amp;quot; &lt;br /&gt;
 icon=&amp;quot;http://myserver.com/standardmarker.png&amp;quot; &lt;br /&gt;
 icons=&amp;quot;http://myserver.com/markers/marker{label}.png&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[User:Mayanah|Mayanah]] has some instructions for using an alternate set of icons [[User:Mayanah/map|map here]] and a set of [[User:Mayanah/map#Mine_Specific|Mine Specific]] icons and [[User:Mayanah/map#Quarry_Specific|Quarry Specific]]on the same page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Example Maps==&lt;br /&gt;
&lt;br /&gt;
===Good Default Settings===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===All of Egypt, Square===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===A real map of Egypt===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;googlemap height=&amp;quot;512&amp;quot; lat=&amp;quot;29.980624&amp;quot; lon=&amp;quot;31.134653&amp;quot; zoom=&amp;quot;14&amp;quot; controls=&amp;quot;medium&amp;quot; type=&amp;quot;hybrid&amp;quot; selector=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
29.980624, 31.134653, PYRAMIDS&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;googlemap height=&amp;quot;512&amp;quot; lat=&amp;quot;29.980624&amp;quot; lon=&amp;quot;31.134653&amp;quot; zoom=&amp;quot;14&amp;quot; controls=&amp;quot;medium&amp;quot; type=&amp;quot;hybrid&amp;quot; selector=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
29.980624, 31.134653, PYRAMIDS&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== All Tales in Table Design ===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 5 Shard A&lt;br /&gt;
!Tale 4 Shard B&lt;br /&gt;
!Tale 4 Shard A&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=5&lt;br /&gt;
 type=game&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 cursor=default&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
(GH) 770, 5752, GuildHall @ 764, 5742&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=4&lt;br /&gt;
 type=gameb&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 cursor=crosshair&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=4&lt;br /&gt;
 type=game&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 cursor=pointer&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;20x34&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
(red_MarkerC) 863, -5339, T4A Compound @ 863, -5339&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
 tale=5&lt;br /&gt;
 type=game&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 cursor=default&lt;br /&gt;
|&lt;br /&gt;
 tale=4&lt;br /&gt;
 type=gameb&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 cursor=crosshair&lt;br /&gt;
|&lt;br /&gt;
 tale=4&lt;br /&gt;
 type=game&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 cursor=pointer&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 3&lt;br /&gt;
!Tale 2&lt;br /&gt;
!Tale 1&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=3&lt;br /&gt;
 type=game&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=2&lt;br /&gt;
 type=game&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;20x34&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(red_MarkerC) 2372, 5136, Old T2 Compound @ 2372, 5136&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=1&lt;br /&gt;
 type=game&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
 tale=3&lt;br /&gt;
 type=game&lt;br /&gt;
 showposition=yes&lt;br /&gt;
|&lt;br /&gt;
 tale=2&lt;br /&gt;
 type=game&lt;br /&gt;
 showposition=yes&lt;br /&gt;
|&lt;br /&gt;
 tale=1&lt;br /&gt;
 type=game&lt;br /&gt;
 showposition=yes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Rogarian</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t6w/index.php?title=Rogarian/GoogleMapsPageRewrite&amp;diff=251193</id>
		<title>Rogarian/GoogleMapsPageRewrite</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t6w/index.php?title=Rogarian/GoogleMapsPageRewrite&amp;diff=251193"/>
		<updated>2014-02-13T14:45:48Z</updated>

		<summary type="html">&lt;p&gt;Rogarian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__ &lt;br /&gt;
&lt;br /&gt;
== Google Maps is no more!  (A brief history) ==&lt;br /&gt;
&lt;br /&gt;
After Google deprecated version 2 of the Google Maps API all of the maps on the wiki broke.  After along and drawn out process of trying to convert everything to version 3 of the Google Maps API the thought occurred to me that Google would deprecate v3 of the mapping API in the next 3-6 years and the cycle would repeat!  So rather than trusting Google again (fool me once) I decided to look for a stand alone mapping API that wouldn't be dependent on any external services.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After looking at various APIs I settled on the [http://leafletjs.com/ Leaflet] API.  It's small, fast and most importantly: completely self contained.  After learning the new API and using [http://rogarian.atitd.org/shroomdar2/ Shroomdar 2] as my test bed I was able to get every working.  After that I started looking for a [http://www.mediawiki.org/wiki/MediaWiki MediaWiki] mapping extension that used Leaflet and discovered [https://www.mediawiki.org/wiki/Extension:MultiMaps MultiMaps].  By running a local MediaWiki wiki I was able to modify the extension to use the ATITD tile set and coordinate system.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The next step was to install it on the ATITD.org server.  That failed.  The MultiMaps extension used conventions that required a newer version of PHP than the ATITD.org server was running.  So rather than using third-party PHP packages for CentOS (which would mean having to manually apply security patches and updates) or doing a complete OS upgrade/new install I decided to write a brand spanking new MediaWiki extension from scratch using the new API that would work with the current PHP version on the server.  I've tried to make it MOSTLY compatible with the prior Google Map extension.  But there are differences.  Hopefully these bugs will be slowly ironed and and we'll gain additional functionality.  This page is an attempt to document the new extension.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Known Issues ==&lt;br /&gt;
&lt;br /&gt;
Currently these problems still exist:&lt;br /&gt;
&lt;br /&gt;
* Zoomed and cropped maps do not center properly&lt;br /&gt;
* Some markers are stretched and may be off center&lt;br /&gt;
* Only Egyptian tiles ets are usable (Can't use Openmap or Google Maps tilesets)&lt;br /&gt;
* Only the T6 map is currently available &lt;br /&gt;
* Markers require all information on 1 line vs split on various line (dealing with the popup window when clicked)&lt;br /&gt;
* Marker tooltips are not functional&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Egypt Maps 1.0 Introduction ==&lt;br /&gt;
&lt;br /&gt;
This wiki now runs a newly written mapping extension by me for [http://www.mediawiki.org/wiki/MediaWiki MediaWiki].  The &amp;lt;nowiki&amp;gt;&amp;lt;egypt&amp;gt;&amp;lt;/nowiki&amp;gt; tag allows wiki users to create zoom-able, pan-able maps of Egypt with customized markers.&lt;br /&gt;
&lt;br /&gt;
Simply add the following on a wiki page to create a default map:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or for backwards compatibility:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;googlemap&amp;gt;&lt;br /&gt;
&amp;lt;/goolemap&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will generate a map like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Markers ==&lt;br /&gt;
&lt;br /&gt;
In the content of the tag, you can define one marker per line. Each line may or may not start with an icon name in parentheses.  The line should then have the latitude (x), then a comma, optionally a space, then the longitude (y), then a comma, then text for the popup window.  The popup text can include wiki mark-up (and commas) (not functional at the moment).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A list of markers is available on [[User:Mayanah/map|Mayanahs map page.]]&lt;br /&gt;
ATITD.org now hosts local copies of most of the icons Mayanah graciously provided.  These are used by default if the ''icons'' tag is not provided; the icons follow the same naming convention on Mayanahs page.  Click here to show all locally hosted markers: http://www.atitd.org/wiki/tale5/images/markers or visit [[Rogarian/GoogleMapMarkerTest]] which shows all 1461 locally stored pins ('''Warning: will be VERY slow!''').&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Marker Usage Example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;egypt zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; showposition=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600,here goes the title&lt;br /&gt;
400, 400, here goes the title, it can contain commas but not wiki markup&lt;br /&gt;
(S) 100, 100, Popup Text Goes here&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; showposition=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600,here goes the title&lt;br /&gt;
400, 400, here goes the title, it can contain commas but not wiki markup&lt;br /&gt;
(S) 100, 100, Popup Text Goes here&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Map Customization / Tag Attributes ==&lt;br /&gt;
&lt;br /&gt;
To customize the map you can set various tags (attributes).&lt;br /&gt;
Legal attributes are ('''boldface''' items are defaults):&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Desc&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|tale&lt;br /&gt;
|Which Tale to display?&lt;br /&gt;
|Legal values: ''1'', ''2'', ''3'', ''4'', ''5'' and '''6'''. (not enabled currently)&lt;br /&gt;
|-&lt;br /&gt;
|width&lt;br /&gt;
|Width of the map in pixels.&lt;br /&gt;
|Defaults to '''512''' pixels.&lt;br /&gt;
|-&lt;br /&gt;
|height&lt;br /&gt;
|Height of the map in pixels.&lt;br /&gt;
|Defaults to '''1024''' pixels.&lt;br /&gt;
|-&lt;br /&gt;
|lat&lt;br /&gt;
|The center latitude (x) on the map.&lt;br /&gt;
|Defaults to '''1024'''.&lt;br /&gt;
|-&lt;br /&gt;
|lon&lt;br /&gt;
|The center longitude (y) on the map.&lt;br /&gt;
|Defaults to '''0'''.&lt;br /&gt;
|-&lt;br /&gt;
|zoom&lt;br /&gt;
|Default zoom level.&lt;br /&gt;
|Game Map Legal values: 1 to 8 ('''2''' is default, only the T5 map contains data on levels 7 and 8).&lt;br /&gt;
|-&lt;br /&gt;
|showposition or showregion&lt;br /&gt;
|Show x,y coords under the mouse and region name.  Currently only Tale 6 maps are supported.&lt;br /&gt;
|Legal values: ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|icons&lt;br /&gt;
|URL template for custom markers.&lt;br /&gt;
|Use &amp;quot;{label}&amp;quot; where the name of the icon will be inserted; defaults to &amp;quot;'''/wiki/tale5/images/markers/marker{label}.png'''&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
|icon&lt;br /&gt;
|URL for markers without an icon specified.&lt;br /&gt;
|Defaults to &amp;quot;'''/wiki/tale5/images/markers/marker.png'''&amp;quot; http://www.atitd.org/wiki/tale5/images/markers/marker.png&lt;br /&gt;
|-&lt;br /&gt;
|iconsize&lt;br /&gt;
|Height and width of the icons&lt;br /&gt;
|Defaults to: '''32x32'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Commands no longer supported ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Desc&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|cursor&lt;br /&gt;
|Which mouse cursor to use on the map?&lt;br /&gt;
|Legal values: '''pointer''' (hand), ''default'' (standard mouse cursor) and ''crosshair''.&lt;br /&gt;
|-&lt;br /&gt;
|stroke&lt;br /&gt;
|Width of paths, in pixels.&lt;br /&gt;
|Does not work in game maps.&lt;br /&gt;
|-&lt;br /&gt;
|scale&lt;br /&gt;
|Show the scale?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|overview&lt;br /&gt;
|Show the inset navigation map?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|selector&lt;br /&gt;
|Show the map/hybrid/satellite selector&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|type&lt;br /&gt;
|The type of map to display.&lt;br /&gt;
|Game Maps: '''game''' - Shard A, ''gameb'' - Shard B, Normal Google Maps: ''normal'' (or, equivalently, ''map'') - Normal Google Map, ''terrain'', ''hybrid'', and ''satellite''.&lt;br /&gt;
|-&lt;br /&gt;
|controls&lt;br /&gt;
|Zoom and navigation controls.&lt;br /&gt;
|Legal values: ''small'' creates +/- zoom buttons, '''medium''' has zoom buttons and pan buttons, ''large'' has pan buttons with a sliding scale for zoom, and ''none'' has no buttons.&lt;br /&gt;
|-&lt;br /&gt;
|doubleclick&lt;br /&gt;
|What to do when the user double-clicks?&lt;br /&gt;
|Legal values: '''recenter''' or ''zoom''.&lt;br /&gt;
|-&lt;br /&gt;
|scrollwheel&lt;br /&gt;
|Define how the scroll wheel behaves.&lt;br /&gt;
|Legal values: ''nothing'' or '''zoom'''.&lt;br /&gt;
|-&lt;br /&gt;
|zoomstyle&lt;br /&gt;
|How does the map zoom?&lt;br /&gt;
|Legal values: ''fast'' and '''smooth''', also known as continuous zooming (only works in some browsers).&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All attributes are optional.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Customized Icons ==&lt;br /&gt;
&lt;br /&gt;
You can host your own collection of icons on your server, but note that they'll have the same anchor points as ATITD.org's default icon (32x32). Check out [http://mapki.com/wiki/Icon_Image_Sets Mapki's collection of icon images] for a bunch of icons you can use. To use your icons, add an icon attribute to your googlemap-tags like this&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&amp;lt;egypt lat=&amp;quot;42.711618&amp;quot; lon=&amp;quot;-73.205112&amp;quot; zoom=&amp;quot;2&amp;quot; controls=&amp;quot;small&amp;quot; &lt;br /&gt;
 icon=&amp;quot;http://myserver.com/standardmarker.png&amp;quot; &lt;br /&gt;
 icons=&amp;quot;http://myserver.com/markers/marker{label}.png&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[User:Mayanah|Mayanah]] has some instructions for using an alternate set of icons [[User:Mayanah/map|map here]] and a set of [[User:Mayanah/map#Mine_Specific|Mine Specific]] icons and [[User:Mayanah/map#Quarry_Specific|Quarry Specific]]on the same page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Example Maps==&lt;br /&gt;
&lt;br /&gt;
===Good Default Settings===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===All of Egypt, Square===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===A real map of Egypt===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;googlemap height=&amp;quot;512&amp;quot; lat=&amp;quot;29.980624&amp;quot; lon=&amp;quot;31.134653&amp;quot; zoom=&amp;quot;14&amp;quot; controls=&amp;quot;medium&amp;quot; type=&amp;quot;hybrid&amp;quot; selector=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
29.980624, 31.134653, PYRAMIDS&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;googlemap height=&amp;quot;512&amp;quot; lat=&amp;quot;29.980624&amp;quot; lon=&amp;quot;31.134653&amp;quot; zoom=&amp;quot;14&amp;quot; controls=&amp;quot;medium&amp;quot; type=&amp;quot;hybrid&amp;quot; selector=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
29.980624, 31.134653, PYRAMIDS&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== All Tales in Table Design ===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 5 Shard A&lt;br /&gt;
!Tale 4 Shard B&lt;br /&gt;
!Tale 4 Shard A&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=5&lt;br /&gt;
 type=game&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 cursor=default&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
(GH) 770, 5752, GuildHall @ 764, 5742&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=4&lt;br /&gt;
 type=gameb&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 cursor=crosshair&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=4&lt;br /&gt;
 type=game&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 cursor=pointer&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;20x34&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
(red_MarkerC) 863, -5339, T4A Compound @ 863, -5339&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
 tale=5&lt;br /&gt;
 type=game&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 cursor=default&lt;br /&gt;
|&lt;br /&gt;
 tale=4&lt;br /&gt;
 type=gameb&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 cursor=crosshair&lt;br /&gt;
|&lt;br /&gt;
 tale=4&lt;br /&gt;
 type=game&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 cursor=pointer&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 3&lt;br /&gt;
!Tale 2&lt;br /&gt;
!Tale 1&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=3&lt;br /&gt;
 type=game&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=2&lt;br /&gt;
 type=game&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;20x34&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(red_MarkerC) 2372, 5136, Old T2 Compound @ 2372, 5136&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=1&lt;br /&gt;
 type=game&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
 tale=3&lt;br /&gt;
 type=game&lt;br /&gt;
 showposition=yes&lt;br /&gt;
|&lt;br /&gt;
 tale=2&lt;br /&gt;
 type=game&lt;br /&gt;
 showposition=yes&lt;br /&gt;
|&lt;br /&gt;
 tale=1&lt;br /&gt;
 type=game&lt;br /&gt;
 showposition=yes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Rogarian</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t6w/index.php?title=Rogarian/GoogleMapsPageRewrite&amp;diff=251192</id>
		<title>Rogarian/GoogleMapsPageRewrite</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t6w/index.php?title=Rogarian/GoogleMapsPageRewrite&amp;diff=251192"/>
		<updated>2014-02-13T14:44:39Z</updated>

		<summary type="html">&lt;p&gt;Rogarian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__ &lt;br /&gt;
&lt;br /&gt;
== Google Maps is no more!  (A brief history) ==&lt;br /&gt;
&lt;br /&gt;
After Google deprecated version 2 of the Google Maps API all of the maps on the wiki broke.  After along and drawn out process of trying to convert everything to version 3 of the Google Maps API the thought occurred to me that Google would deprecate v3 of the mapping API in the next 3-6 years and the cycle would repeat!  So rather than trusting Google again (fool me once) I decided to look for a stand alone mapping API that wouldn't be dependent on any external services.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After looking at various APIs I settled on the [http://leafletjs.com/ Leaflet] API.  It's small, fast and most importantly: completely self contained.  After learning the new API and using [http://rogarian.atitd.org/shroomdar2/ Shroomdar 2] as my test bed I was able to get every working.  After that I started looking for a [http://www.mediawiki.org/wiki/MediaWiki MediaWiki] mapping extension that used Leaflet and discovered [https://www.mediawiki.org/wiki/Extension:MultiMaps MultiMaps].  By running a local MediaWiki wiki I was able to modify the extension to use the ATITD tile set and coordinate system.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The next step was to install it on the ATITD.org server.  That failed.  The MultiMaps extension used conventions that required a newer version of PHP than the ATITD.org server was running.  So rather than using third-party PHP packages for CentOS (which would mean having to manually apply security patches and updates) I decided to write a brand spanking new MediaWiki extension from scratch using the new API that would work with the current PHP version on the server.  I've tried to make it MOSTLY compatible with the prior Google Map extension.  But there are differences.  Hopefully these bugs will be slowly ironed and and we'll gain additional functionality.  This page is an attempt to document the new extension.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Known Issues ==&lt;br /&gt;
&lt;br /&gt;
Currently these problems still exist:&lt;br /&gt;
&lt;br /&gt;
* Zoomed and cropped maps do not center properly&lt;br /&gt;
* Some markers are stretched and may be off center&lt;br /&gt;
* Only Egyptian tiles ets are usable (Can't use Openmap or Google Maps tilesets)&lt;br /&gt;
* Only the T6 map is currently available &lt;br /&gt;
* Markers require all information on 1 line vs split on various line (dealing with the popup window when clicked)&lt;br /&gt;
* Marker tooltips are not functional&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Egypt Maps 1.0 Introduction ==&lt;br /&gt;
&lt;br /&gt;
This wiki now runs a newly written mapping extension by me for [http://www.mediawiki.org/wiki/MediaWiki MediaWiki].  The &amp;lt;nowiki&amp;gt;&amp;lt;egypt&amp;gt;&amp;lt;/nowiki&amp;gt; tag allows wiki users to create zoom-able, pan-able maps of Egypt with customized markers.&lt;br /&gt;
&lt;br /&gt;
Simply add the following on a wiki page to create a default map:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or for backwards compatibility:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;googlemap&amp;gt;&lt;br /&gt;
&amp;lt;/goolemap&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will generate a map like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Markers ==&lt;br /&gt;
&lt;br /&gt;
In the content of the tag, you can define one marker per line. Each line may or may not start with an icon name in parentheses.  The line should then have the latitude (x), then a comma, optionally a space, then the longitude (y), then a comma, then text for the popup window.  The popup text can include wiki mark-up (and commas) (not functional at the moment).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A list of markers is available on [[User:Mayanah/map|Mayanahs map page.]]&lt;br /&gt;
ATITD.org now hosts local copies of most of the icons Mayanah graciously provided.  These are used by default if the ''icons'' tag is not provided; the icons follow the same naming convention on Mayanahs page.  Click here to show all locally hosted markers: http://www.atitd.org/wiki/tale5/images/markers or visit [[Rogarian/GoogleMapMarkerTest]] which shows all 1461 locally stored pins ('''Warning: will be VERY slow!''').&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Marker Usage Example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;egypt zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; showposition=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600,here goes the title&lt;br /&gt;
400, 400, here goes the title, it can contain commas but not wiki markup&lt;br /&gt;
(S) 100, 100, Popup Text Goes here&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; showposition=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600,here goes the title&lt;br /&gt;
400, 400, here goes the title, it can contain commas but not wiki markup&lt;br /&gt;
(S) 100, 100, Popup Text Goes here&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Map Customization / Tag Attributes ==&lt;br /&gt;
&lt;br /&gt;
To customize the map you can set various tags (attributes).&lt;br /&gt;
Legal attributes are ('''boldface''' items are defaults):&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Desc&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|tale&lt;br /&gt;
|Which Tale to display?&lt;br /&gt;
|Legal values: ''1'', ''2'', ''3'', ''4'', ''5'' and '''6'''. (not enabled currently)&lt;br /&gt;
|-&lt;br /&gt;
|width&lt;br /&gt;
|Width of the map in pixels.&lt;br /&gt;
|Defaults to '''512''' pixels.&lt;br /&gt;
|-&lt;br /&gt;
|height&lt;br /&gt;
|Height of the map in pixels.&lt;br /&gt;
|Defaults to '''1024''' pixels.&lt;br /&gt;
|-&lt;br /&gt;
|lat&lt;br /&gt;
|The center latitude (x) on the map.&lt;br /&gt;
|Defaults to '''1024'''.&lt;br /&gt;
|-&lt;br /&gt;
|lon&lt;br /&gt;
|The center longitude (y) on the map.&lt;br /&gt;
|Defaults to '''0'''.&lt;br /&gt;
|-&lt;br /&gt;
|zoom&lt;br /&gt;
|Default zoom level.&lt;br /&gt;
|Game Map Legal values: 1 to 8 ('''2''' is default, only the T5 map contains data on levels 7 and 8).&lt;br /&gt;
|-&lt;br /&gt;
|showposition or showregion&lt;br /&gt;
|Show x,y coords under the mouse and region name.  Currently only Tale 6 maps are supported.&lt;br /&gt;
|Legal values: ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|icons&lt;br /&gt;
|URL template for custom markers.&lt;br /&gt;
|Use &amp;quot;{label}&amp;quot; where the name of the icon will be inserted; defaults to &amp;quot;'''/wiki/tale5/images/markers/marker{label}.png'''&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
|icon&lt;br /&gt;
|URL for markers without an icon specified.&lt;br /&gt;
|Defaults to &amp;quot;'''/wiki/tale5/images/markers/marker.png'''&amp;quot; http://www.atitd.org/wiki/tale5/images/markers/marker.png&lt;br /&gt;
|-&lt;br /&gt;
|iconsize&lt;br /&gt;
|Height and width of the icons&lt;br /&gt;
|Defaults to: '''32x32'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Commands no longer supported ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Desc&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|cursor&lt;br /&gt;
|Which mouse cursor to use on the map?&lt;br /&gt;
|Legal values: '''pointer''' (hand), ''default'' (standard mouse cursor) and ''crosshair''.&lt;br /&gt;
|-&lt;br /&gt;
|stroke&lt;br /&gt;
|Width of paths, in pixels.&lt;br /&gt;
|Does not work in game maps.&lt;br /&gt;
|-&lt;br /&gt;
|scale&lt;br /&gt;
|Show the scale?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|overview&lt;br /&gt;
|Show the inset navigation map?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|selector&lt;br /&gt;
|Show the map/hybrid/satellite selector&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|type&lt;br /&gt;
|The type of map to display.&lt;br /&gt;
|Game Maps: '''game''' - Shard A, ''gameb'' - Shard B, Normal Google Maps: ''normal'' (or, equivalently, ''map'') - Normal Google Map, ''terrain'', ''hybrid'', and ''satellite''.&lt;br /&gt;
|-&lt;br /&gt;
|controls&lt;br /&gt;
|Zoom and navigation controls.&lt;br /&gt;
|Legal values: ''small'' creates +/- zoom buttons, '''medium''' has zoom buttons and pan buttons, ''large'' has pan buttons with a sliding scale for zoom, and ''none'' has no buttons.&lt;br /&gt;
|-&lt;br /&gt;
|doubleclick&lt;br /&gt;
|What to do when the user double-clicks?&lt;br /&gt;
|Legal values: '''recenter''' or ''zoom''.&lt;br /&gt;
|-&lt;br /&gt;
|scrollwheel&lt;br /&gt;
|Define how the scroll wheel behaves.&lt;br /&gt;
|Legal values: ''nothing'' or '''zoom'''.&lt;br /&gt;
|-&lt;br /&gt;
|zoomstyle&lt;br /&gt;
|How does the map zoom?&lt;br /&gt;
|Legal values: ''fast'' and '''smooth''', also known as continuous zooming (only works in some browsers).&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All attributes are optional.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Customized Icons ==&lt;br /&gt;
&lt;br /&gt;
You can host your own collection of icons on your server, but note that they'll have the same anchor points as ATITD.org's default icon (32x32). Check out [http://mapki.com/wiki/Icon_Image_Sets Mapki's collection of icon images] for a bunch of icons you can use. To use your icons, add an icon attribute to your googlemap-tags like this&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&amp;lt;egypt lat=&amp;quot;42.711618&amp;quot; lon=&amp;quot;-73.205112&amp;quot; zoom=&amp;quot;2&amp;quot; controls=&amp;quot;small&amp;quot; &lt;br /&gt;
 icon=&amp;quot;http://myserver.com/standardmarker.png&amp;quot; &lt;br /&gt;
 icons=&amp;quot;http://myserver.com/markers/marker{label}.png&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[User:Mayanah|Mayanah]] has some instructions for using an alternate set of icons [[User:Mayanah/map|map here]] and a set of [[User:Mayanah/map#Mine_Specific|Mine Specific]] icons and [[User:Mayanah/map#Quarry_Specific|Quarry Specific]]on the same page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Example Maps==&lt;br /&gt;
&lt;br /&gt;
===Good Default Settings===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===All of Egypt, Square===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===A real map of Egypt===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;googlemap height=&amp;quot;512&amp;quot; lat=&amp;quot;29.980624&amp;quot; lon=&amp;quot;31.134653&amp;quot; zoom=&amp;quot;14&amp;quot; controls=&amp;quot;medium&amp;quot; type=&amp;quot;hybrid&amp;quot; selector=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
29.980624, 31.134653, PYRAMIDS&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;googlemap height=&amp;quot;512&amp;quot; lat=&amp;quot;29.980624&amp;quot; lon=&amp;quot;31.134653&amp;quot; zoom=&amp;quot;14&amp;quot; controls=&amp;quot;medium&amp;quot; type=&amp;quot;hybrid&amp;quot; selector=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
29.980624, 31.134653, PYRAMIDS&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== All Tales in Table Design ===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 5 Shard A&lt;br /&gt;
!Tale 4 Shard B&lt;br /&gt;
!Tale 4 Shard A&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=5&lt;br /&gt;
 type=game&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 cursor=default&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
(GH) 770, 5752, GuildHall @ 764, 5742&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=4&lt;br /&gt;
 type=gameb&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 cursor=crosshair&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=4&lt;br /&gt;
 type=game&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 cursor=pointer&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;20x34&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
(red_MarkerC) 863, -5339, T4A Compound @ 863, -5339&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
 tale=5&lt;br /&gt;
 type=game&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 cursor=default&lt;br /&gt;
|&lt;br /&gt;
 tale=4&lt;br /&gt;
 type=gameb&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 cursor=crosshair&lt;br /&gt;
|&lt;br /&gt;
 tale=4&lt;br /&gt;
 type=game&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 cursor=pointer&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 3&lt;br /&gt;
!Tale 2&lt;br /&gt;
!Tale 1&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=3&lt;br /&gt;
 type=game&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=2&lt;br /&gt;
 type=game&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;20x34&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(red_MarkerC) 2372, 5136, Old T2 Compound @ 2372, 5136&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=1&lt;br /&gt;
 type=game&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
 tale=3&lt;br /&gt;
 type=game&lt;br /&gt;
 showposition=yes&lt;br /&gt;
|&lt;br /&gt;
 tale=2&lt;br /&gt;
 type=game&lt;br /&gt;
 showposition=yes&lt;br /&gt;
|&lt;br /&gt;
 tale=1&lt;br /&gt;
 type=game&lt;br /&gt;
 showposition=yes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Rogarian</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t6w/index.php?title=Rogarian/GoogleMapsPageRewrite&amp;diff=251191</id>
		<title>Rogarian/GoogleMapsPageRewrite</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t6w/index.php?title=Rogarian/GoogleMapsPageRewrite&amp;diff=251191"/>
		<updated>2014-02-13T14:42:00Z</updated>

		<summary type="html">&lt;p&gt;Rogarian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__ &lt;br /&gt;
&lt;br /&gt;
== Google Maps is no more!  (A brief history) ==&lt;br /&gt;
&lt;br /&gt;
After Google deprecated version 2 of the Google Maps API all of the maps on the wiki broke.  After along and drawn out process of trying to convert everything to version 3 of the Google Maps API the thought occurred to me that Google would deprecate v3 of the mapping API in the next 3-6 years and the cycle would repeat!  So rather than trusting Google again (fool me once) I decided to look for a stand alone mapping API that wouldn't be dependent on any external services.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After looking at various APIs I settled on the [http://leafletjs.com/ Leaflet] API.  It's small, fast and most importantly: completely self contained.  After learning the new API and using [http://rogarian.atitd.org/shroomdar2/ Shroomdar 2] as my test bed I was able to get every working.  After that I started looking for a [http://www.mediawiki.org/wiki/MediaWiki MediaWiki] mapping extension that used Leaflet and discovered [https://www.mediawiki.org/wiki/Extension:MultiMaps MultiMaps].  By running a local MediaWiki wiki I was able to modify the extension to use the ATITD tile set and coordinate system.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The next step was to install it on the ATITD.org server.  That failed.  The MultiMaps extension used conventions that required a newer version of PHP than the ATITD.org server was running.  So rather than using third-party PHP packages for CentOS (which would mean having to manually apply security patches and updates) I decided to write a brand spanking new MediaWiki extension from scratch using the new API that would work with the current PHP version on the server.  I've tried to make it MOSTLY compatible with the prior Google Map extension.  But there are differences.  Hopefully these bugs will be slowly ironed and and we'll gain additional functionality.  This page is an attempt to document the new extension.&lt;br /&gt;
&lt;br /&gt;
== Known Issues ==&lt;br /&gt;
&lt;br /&gt;
Currently these problems still exist:&lt;br /&gt;
&lt;br /&gt;
* Zoomed and cropped maps do not center properly&lt;br /&gt;
* Some markers are stretched and may be off center&lt;br /&gt;
* Only Egyptian tiles ets are usable (Can't use Openmap or Google Maps tilesets)&lt;br /&gt;
* Only the T6 map is currently available &lt;br /&gt;
* Markers require all information on 1 line vs split on various line (dealing with the popup window when clicked)&lt;br /&gt;
* Marker tooltips are not functional&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Egypt Maps 1.0 Introduction ==&lt;br /&gt;
&lt;br /&gt;
This wiki now runs a newly written mapping extension by me for [http://www.mediawiki.org/wiki/MediaWiki MediaWiki].  The &amp;lt;nowiki&amp;gt;&amp;lt;egypt&amp;gt;&amp;lt;/nowiki&amp;gt; tag allows wiki users to create zoom-able, pan-able maps of Egypt with customized markers.&lt;br /&gt;
&lt;br /&gt;
Simply add the following on a wiki page to create a default map:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or for backwards compatibility:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;googlemap&amp;gt;&lt;br /&gt;
&amp;lt;/goolemap&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will generate a map like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Markers ==&lt;br /&gt;
&lt;br /&gt;
In the content of the tag, you can define one marker per line. Each line may or may not start with an icon name in parentheses.  The line should then have the latitude (x), then a comma, optionally a space, then the longitude (y), then a comma, then text for the popup window.  The popup text can include wiki mark-up (and commas) (not functional at the moment).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A list of markers is available on [[User:Mayanah/map|Mayanahs map page.]]&lt;br /&gt;
ATITD.org now hosts local copies of most of the icons Mayanah graciously provided.  These are used by default if the ''icons'' tag is not provided; the icons follow the same naming convention on Mayanahs page.  Click here to show all locally hosted markers: http://www.atitd.org/wiki/tale5/images/markers or visit [[Rogarian/GoogleMapMarkerTest]] which shows all 1461 locally stored pins ('''Warning: will be VERY slow!''').&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Marker Usage Example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;egypt zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; showposition=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600,here goes the title&lt;br /&gt;
400, 400, here goes the title, it can contain commas but not wiki markup&lt;br /&gt;
(S) 100, 100, Popup Text Goes here&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; showposition=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600,here goes the title&lt;br /&gt;
400, 400, here goes the title, it can contain commas but not wiki markup&lt;br /&gt;
(S) 100, 100, Popup Text Goes here&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Map Customization / Tag Attributes ==&lt;br /&gt;
&lt;br /&gt;
To customize the map you can set various tags (attributes).&lt;br /&gt;
Legal attributes are ('''boldface''' items are defaults):&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Desc&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|tale&lt;br /&gt;
|Which Tale to display?&lt;br /&gt;
|Legal values: ''1'', ''2'', ''3'', ''4'', ''5'' and '''6'''. (not enabled currently)&lt;br /&gt;
|-&lt;br /&gt;
|width&lt;br /&gt;
|Width of the map in pixels.&lt;br /&gt;
|Defaults to '''512''' pixels.&lt;br /&gt;
|-&lt;br /&gt;
|height&lt;br /&gt;
|Height of the map in pixels.&lt;br /&gt;
|Defaults to '''1024''' pixels.&lt;br /&gt;
|-&lt;br /&gt;
|lat&lt;br /&gt;
|The center latitude (x) on the map.&lt;br /&gt;
|Defaults to '''1024'''.&lt;br /&gt;
|-&lt;br /&gt;
|lon&lt;br /&gt;
|The center longitude (y) on the map.&lt;br /&gt;
|Defaults to '''0'''.&lt;br /&gt;
|-&lt;br /&gt;
|zoom&lt;br /&gt;
|Default zoom level.&lt;br /&gt;
|Game Map Legal values: 1 to 8 ('''2''' is default, only the T5 map contains data on levels 7 and 8).&lt;br /&gt;
|-&lt;br /&gt;
|showposition or showregion&lt;br /&gt;
|Show x,y coords under the mouse and region name.  Currently only Tale 6 maps are supported.&lt;br /&gt;
|Legal values: ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|icons&lt;br /&gt;
|URL template for custom markers.&lt;br /&gt;
|Use &amp;quot;{label}&amp;quot; where the name of the icon will be inserted; defaults to &amp;quot;'''/wiki/tale5/images/markers/marker{label}.png'''&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
|icon&lt;br /&gt;
|URL for markers without an icon specified.&lt;br /&gt;
|Defaults to &amp;quot;'''/wiki/tale5/images/markers/marker.png'''&amp;quot; http://www.atitd.org/wiki/tale5/images/markers/marker.png&lt;br /&gt;
|-&lt;br /&gt;
|iconsize&lt;br /&gt;
|Height and width of the icons&lt;br /&gt;
|Defaults to: '''32x32'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Commands no longer supported ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Desc&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|cursor&lt;br /&gt;
|Which mouse cursor to use on the map?&lt;br /&gt;
|Legal values: '''pointer''' (hand), ''default'' (standard mouse cursor) and ''crosshair''.&lt;br /&gt;
|-&lt;br /&gt;
|stroke&lt;br /&gt;
|Width of paths, in pixels.&lt;br /&gt;
|Does not work in game maps.&lt;br /&gt;
|-&lt;br /&gt;
|scale&lt;br /&gt;
|Show the scale?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|overview&lt;br /&gt;
|Show the inset navigation map?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|selector&lt;br /&gt;
|Show the map/hybrid/satellite selector&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|type&lt;br /&gt;
|The type of map to display.&lt;br /&gt;
|Game Maps: '''game''' - Shard A, ''gameb'' - Shard B, Normal Google Maps: ''normal'' (or, equivalently, ''map'') - Normal Google Map, ''terrain'', ''hybrid'', and ''satellite''.&lt;br /&gt;
|-&lt;br /&gt;
|controls&lt;br /&gt;
|Zoom and navigation controls.&lt;br /&gt;
|Legal values: ''small'' creates +/- zoom buttons, '''medium''' has zoom buttons and pan buttons, ''large'' has pan buttons with a sliding scale for zoom, and ''none'' has no buttons.&lt;br /&gt;
|-&lt;br /&gt;
|doubleclick&lt;br /&gt;
|What to do when the user double-clicks?&lt;br /&gt;
|Legal values: '''recenter''' or ''zoom''.&lt;br /&gt;
|-&lt;br /&gt;
|scrollwheel&lt;br /&gt;
|Define how the scroll wheel behaves.&lt;br /&gt;
|Legal values: ''nothing'' or '''zoom'''.&lt;br /&gt;
|-&lt;br /&gt;
|zoomstyle&lt;br /&gt;
|How does the map zoom?&lt;br /&gt;
|Legal values: ''fast'' and '''smooth''', also known as continuous zooming (only works in some browsers).&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All attributes are optional.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Customized Icons ==&lt;br /&gt;
&lt;br /&gt;
You can host your own collection of icons on your server, but note that they'll have the same anchor points as ATITD.org's default icon (32x32). Check out [http://mapki.com/wiki/Icon_Image_Sets Mapki's collection of icon images] for a bunch of icons you can use. To use your icons, add an icon attribute to your googlemap-tags like this&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&amp;lt;egypt lat=&amp;quot;42.711618&amp;quot; lon=&amp;quot;-73.205112&amp;quot; zoom=&amp;quot;2&amp;quot; controls=&amp;quot;small&amp;quot; &lt;br /&gt;
 icon=&amp;quot;http://myserver.com/standardmarker.png&amp;quot; &lt;br /&gt;
 icons=&amp;quot;http://myserver.com/markers/marker{label}.png&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[User:Mayanah|Mayanah]] has some instructions for using an alternate set of icons [[User:Mayanah/map|map here]] and a set of [[User:Mayanah/map#Mine_Specific|Mine Specific]] icons and [[User:Mayanah/map#Quarry_Specific|Quarry Specific]]on the same page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Example Maps==&lt;br /&gt;
&lt;br /&gt;
===Good Default Settings===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===All of Egypt, Square===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===A real map of Egypt===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;googlemap height=&amp;quot;512&amp;quot; lat=&amp;quot;29.980624&amp;quot; lon=&amp;quot;31.134653&amp;quot; zoom=&amp;quot;14&amp;quot; controls=&amp;quot;medium&amp;quot; type=&amp;quot;hybrid&amp;quot; selector=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
29.980624, 31.134653, PYRAMIDS&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;googlemap height=&amp;quot;512&amp;quot; lat=&amp;quot;29.980624&amp;quot; lon=&amp;quot;31.134653&amp;quot; zoom=&amp;quot;14&amp;quot; controls=&amp;quot;medium&amp;quot; type=&amp;quot;hybrid&amp;quot; selector=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
29.980624, 31.134653, PYRAMIDS&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== All Tales in Table Design ===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 5 Shard A&lt;br /&gt;
!Tale 4 Shard B&lt;br /&gt;
!Tale 4 Shard A&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=5&lt;br /&gt;
 type=game&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 cursor=default&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
(GH) 770, 5752, GuildHall @ 764, 5742&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=4&lt;br /&gt;
 type=gameb&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 cursor=crosshair&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=4&lt;br /&gt;
 type=game&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 cursor=pointer&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;20x34&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
(red_MarkerC) 863, -5339, T4A Compound @ 863, -5339&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
 tale=5&lt;br /&gt;
 type=game&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 cursor=default&lt;br /&gt;
|&lt;br /&gt;
 tale=4&lt;br /&gt;
 type=gameb&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 cursor=crosshair&lt;br /&gt;
|&lt;br /&gt;
 tale=4&lt;br /&gt;
 type=game&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 cursor=pointer&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 3&lt;br /&gt;
!Tale 2&lt;br /&gt;
!Tale 1&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=3&lt;br /&gt;
 type=game&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=2&lt;br /&gt;
 type=game&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;20x34&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(red_MarkerC) 2372, 5136, Old T2 Compound @ 2372, 5136&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=1&lt;br /&gt;
 type=game&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
 tale=3&lt;br /&gt;
 type=game&lt;br /&gt;
 showposition=yes&lt;br /&gt;
|&lt;br /&gt;
 tale=2&lt;br /&gt;
 type=game&lt;br /&gt;
 showposition=yes&lt;br /&gt;
|&lt;br /&gt;
 tale=1&lt;br /&gt;
 type=game&lt;br /&gt;
 showposition=yes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Rogarian</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t6w/index.php?title=Rogarian/GoogleMapsPageRewrite&amp;diff=251183</id>
		<title>Rogarian/GoogleMapsPageRewrite</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t6w/index.php?title=Rogarian/GoogleMapsPageRewrite&amp;diff=251183"/>
		<updated>2014-02-13T03:49:54Z</updated>

		<summary type="html">&lt;p&gt;Rogarian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__ &lt;br /&gt;
&lt;br /&gt;
== Google Maps ==&lt;br /&gt;
&lt;br /&gt;
This wiki runs a modified version of the [http://www.mediawiki.org/wiki/Extension:Google_Maps Google Maps extension] for [http://www.mediawiki.org/wiki/MediaWiki MediaWiki].  The &amp;lt;nowiki&amp;gt;&amp;lt;egypt&amp;gt;&amp;lt;/nowiki&amp;gt; tag allows wiki users to create zoom-able, pan-able maps of Egypt with customized markers.&lt;br /&gt;
&lt;br /&gt;
Simply add the following on a wiki page to create a default map:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&amp;lt;egypt&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will generate a map like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Markers ==&lt;br /&gt;
&lt;br /&gt;
In the content of the tag, you can define one marker per line. Each line may or may not start with an icon name in parentheses.  The line should then have the latitude (x), then a comma, optionally a space, then the longitude (y), then a comma, then a label for the point. The label can include wiki mark-up (and commas).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A list of markers is available on [[User:Mayanah/map|Mayanahs map page.]]&lt;br /&gt;
ATITD.org now hosts local copies of most of the icons Mayanah graciously provided.  These are used by default if the ''icons'' tag is not provided; the icons follow the same naming convention on Mayanahs page.  Click here to show all locally hosted markers: http://www.atitd.org/wiki/tale5/images/markers or visit [[Rogarian/GoogleMapMarkerTest]] which shows all 1461 locally stored pins ('''Warning: will be VERY slow!''').&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Marker Usage Example:'''&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&amp;lt;egypt zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; controls=&amp;quot;small&amp;quot; showposition=&amp;quot;yes&amp;quot; showregion=&amp;quot;yes&amp;quot; scrollwheel=&amp;quot;nothing&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600,here goes the title&lt;br /&gt;
400, 400, here goes the title, it can contain commas but not wiki markup&lt;br /&gt;
(S) 100, 100, here goes the title&lt;br /&gt;
first line of the caption&lt;br /&gt;
Second line of the caption, not that the caption can contain wiki markup like [[Resources]]&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; controls=&amp;quot;small&amp;quot; showposition=&amp;quot;yes&amp;quot; showregion=&amp;quot;yes&amp;quot; scrollwheel=&amp;quot;nothing&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600,here goes the title&lt;br /&gt;
400, 400, here goes the title, it can contain commas but not wiki markup&lt;br /&gt;
(S) 100, 100, here goes the title&lt;br /&gt;
first line of the caption&lt;br /&gt;
Second line of the caption, not that the caption can contain wiki markup like [[Resources]]&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tabbed Info Balloons ==&lt;br /&gt;
&lt;br /&gt;
Each tab should have a plain-text title surrounded by inward-leaning slashes (like /this\) followed by a caption that can include wiki mark-up. Tabs will be attached to the previous marker. Example:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; controls=&amp;quot;small&amp;quot; showposition=&amp;quot;yes&amp;quot; showregion=&amp;quot;yes&amp;quot; scrollwheel=&amp;quot;nothing&amp;quot;&amp;gt;&lt;br /&gt;
(pyramid) 900,100&lt;br /&gt;
/Info\&lt;br /&gt;
This is where a pharaoh is buried! ;) (Not really)&lt;br /&gt;
/Directions\&lt;br /&gt;
[http://maps.google.com Click here] to get driving directions&lt;br /&gt;
Or just drive in a random direction&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
That will create a point whose info balloon has two tabs. Note that you can put as much or as little space as you'd like between the title and the caption to make the syntax more readable.&lt;br /&gt;
&lt;br /&gt;
If a point has a regular caption ''and'' tabbed captions, clicking the point will only show the tabbed captions.&lt;br /&gt;
&lt;br /&gt;
'''Example Map:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;egypt zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; controls=&amp;quot;small&amp;quot; showposition=&amp;quot;yes&amp;quot; showregion=&amp;quot;yes&amp;quot; scrollwheel=&amp;quot;nothing&amp;quot;&amp;gt;&lt;br /&gt;
(pyramid) 900,100&lt;br /&gt;
/Info\&lt;br /&gt;
This is where a pharaoh is buried! ;) (Not really)&lt;br /&gt;
/Directions\&lt;br /&gt;
[http://maps.google.com Click here] to get driving directions&lt;br /&gt;
Or just drive in a random direction&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Map Customization / Tag Attributes ==&lt;br /&gt;
&lt;br /&gt;
To customize the map you can set various tags (attributes).&lt;br /&gt;
Legal attributes are ('''boldface''' items are defaults):&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Desc&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|tale&lt;br /&gt;
|Which Tale to display?&lt;br /&gt;
|Legal values: ''1'', ''2'', ''3'', ''4'' and '''5'''.&lt;br /&gt;
|-&lt;br /&gt;
|cursor&lt;br /&gt;
|Which mouse cursor to use on the map?&lt;br /&gt;
|Legal values: '''pointer''' (hand), ''default'' (standard mouse cursor) and ''crosshair''.&lt;br /&gt;
|-&lt;br /&gt;
|width&lt;br /&gt;
|Width of the map in pixels.&lt;br /&gt;
|Defaults to '''512''' pixels.&lt;br /&gt;
|-&lt;br /&gt;
|height&lt;br /&gt;
|Height of the map in pixels.&lt;br /&gt;
|Defaults to '''1024''' pixels.&lt;br /&gt;
|-&lt;br /&gt;
|lat&lt;br /&gt;
|The center latitude (x) on the map.&lt;br /&gt;
|Defaults to '''1024'''.&lt;br /&gt;
|-&lt;br /&gt;
|lon&lt;br /&gt;
|The center longitude (y) on the map.&lt;br /&gt;
|Defaults to '''0'''.&lt;br /&gt;
|-&lt;br /&gt;
|zoom&lt;br /&gt;
|Default zoom level.&lt;br /&gt;
|Game Map Legal values: 1 to 8 ('''2''' is default, only the T5 map contains data on levels 7 and 8).&lt;br /&gt;
|-&lt;br /&gt;
|type&lt;br /&gt;
|The type of map to display.&lt;br /&gt;
|Game Maps: '''game''' - Shard A, ''gameb'' - Shard B&lt;br /&gt;
Normal Google Maps: ''normal'' (or, equivalently, ''map'') - Normal Google Map, ''terrain'', ''hybrid'', and ''satellite''.&lt;br /&gt;
|-&lt;br /&gt;
|controls&lt;br /&gt;
|Zoom and navigation controls.&lt;br /&gt;
|Legal values: ''small'' creates +/- zoom buttons, '''medium''' has zoom buttons and pan buttons, ''large'' has pan buttons with a sliding scale for zoom, and ''none'' has no buttons.&lt;br /&gt;
|-&lt;br /&gt;
|showposition&lt;br /&gt;
|Show x,y coords under the mouse?&lt;br /&gt;
|Legal values: ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showregion&lt;br /&gt;
|Show the region name under of the mouse?&lt;br /&gt;
|Legal values: ''yes'' and '''no'''.  Requires showpositions=yes; does not work in Tale 1, Tale 2 or Tale 3 maps.&lt;br /&gt;
|-&lt;br /&gt;
|icons&lt;br /&gt;
|URL template for custom markers.&lt;br /&gt;
|Use &amp;quot;{label}&amp;quot; where the name of the icon will be inserted; defaults to &amp;quot;'''/wiki/tale5/images/markers/marker{label}.png'''&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
|icon&lt;br /&gt;
|URL for markers without an icon specified.&lt;br /&gt;
|Defaults to &amp;quot;'''/wiki/tale5/images/markers/marker.png'''&amp;quot; http://www.atitd.org/wiki/tale5/images/markers/marker.png&lt;br /&gt;
|-&lt;br /&gt;
|iconsize&lt;br /&gt;
|Height and width of the icons&lt;br /&gt;
|Defaults to: '''32x32'''&lt;br /&gt;
|-&lt;br /&gt;
|doubleclick&lt;br /&gt;
|What to do when the user double-clicks?&lt;br /&gt;
|Legal values: '''recenter''' or ''zoom''.&lt;br /&gt;
|-&lt;br /&gt;
|scrollwheel&lt;br /&gt;
|Define how the scroll wheel behaves.&lt;br /&gt;
|Legal values: ''nothing'' or '''zoom'''.&lt;br /&gt;
|-&lt;br /&gt;
|zoomstyle&lt;br /&gt;
|How does the map zoom?&lt;br /&gt;
|Legal values: ''fast'' and '''smooth''', also known as continuous zooming (only works in some browsers).&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Other Commands (Not useful for game maps):&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Desc&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|stroke&lt;br /&gt;
|Width of paths, in pixels.&lt;br /&gt;
|Does not work in game maps.&lt;br /&gt;
|-&lt;br /&gt;
|scale&lt;br /&gt;
|Show the scale?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|overview&lt;br /&gt;
|Show the inset navigation map?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|selector&lt;br /&gt;
|Show the map/hybrid/satellite selector&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All attributes are optional.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Customized Icons ==&lt;br /&gt;
&lt;br /&gt;
You can host your own collection of icons on your server, but note that they'll have the same anchor points as ATITD.org's default icon (32x32). Check out [http://mapki.com/wiki/Icon_Image_Sets Mapki's collection of icon images] for a bunch of icons you can use. To use your icons, add an icon attribute to your googlemap-tags like this&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&amp;lt;egypt lat=&amp;quot;42.711618&amp;quot; lon=&amp;quot;-73.205112&amp;quot; zoom=&amp;quot;2&amp;quot; controls=&amp;quot;small&amp;quot; &lt;br /&gt;
 icon=&amp;quot;http://myserver.com/standardmarker.png&amp;quot; &lt;br /&gt;
 icons=&amp;quot;http://myserver.com/markers/marker{label}.png&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[User:Mayanah|Mayanah]] has some instructions for using an alternate set of icons [[User:Mayanah/map|map here]] and a set of [[User:Mayanah/map#Mine_Specific|Mine Specific]] icons and [[User:Mayanah/map#Quarry_Specific|Quarry Specific]]on the same page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Example Maps==&lt;br /&gt;
&lt;br /&gt;
===Good Default Settings===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===All of Egypt, Square===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;egypt zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===A real map of Egypt===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;googlemap height=&amp;quot;512&amp;quot; lat=&amp;quot;29.980624&amp;quot; lon=&amp;quot;31.134653&amp;quot; zoom=&amp;quot;14&amp;quot; controls=&amp;quot;medium&amp;quot; type=&amp;quot;hybrid&amp;quot; selector=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
29.980624, 31.134653, PYRAMIDS&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;googlemap height=&amp;quot;512&amp;quot; lat=&amp;quot;29.980624&amp;quot; lon=&amp;quot;31.134653&amp;quot; zoom=&amp;quot;14&amp;quot; controls=&amp;quot;medium&amp;quot; type=&amp;quot;hybrid&amp;quot; selector=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
29.980624, 31.134653, PYRAMIDS&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== All Tales in Table Design ===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 5 Shard A&lt;br /&gt;
!Tale 4 Shard B&lt;br /&gt;
!Tale 4 Shard A&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=5&lt;br /&gt;
 type=game&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 cursor=default&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
(GH) 770, 5752, GuildHall @ 764, 5742&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=4&lt;br /&gt;
 type=gameb&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 cursor=crosshair&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=4&lt;br /&gt;
 type=game&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 cursor=pointer&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;20x34&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
(red_MarkerC) 863, -5339, T4A Compound @ 863, -5339&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
 tale=5&lt;br /&gt;
 type=game&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 cursor=default&lt;br /&gt;
|&lt;br /&gt;
 tale=4&lt;br /&gt;
 type=gameb&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 cursor=crosshair&lt;br /&gt;
|&lt;br /&gt;
 tale=4&lt;br /&gt;
 type=game&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 cursor=pointer&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 3&lt;br /&gt;
!Tale 2&lt;br /&gt;
!Tale 1&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=3&lt;br /&gt;
 type=game&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=2&lt;br /&gt;
 type=game&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;20x34&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(red_MarkerC) 2372, 5136, Old T2 Compound @ 2372, 5136&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;egypt &lt;br /&gt;
 tale=1&lt;br /&gt;
 type=game&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/egypt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
 tale=3&lt;br /&gt;
 type=game&lt;br /&gt;
 showposition=yes&lt;br /&gt;
|&lt;br /&gt;
 tale=2&lt;br /&gt;
 type=game&lt;br /&gt;
 showposition=yes&lt;br /&gt;
|&lt;br /&gt;
 tale=1&lt;br /&gt;
 type=game&lt;br /&gt;
 showposition=yes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Rogarian</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t6w/index.php?title=Google_Maps&amp;diff=129232</id>
		<title>Google Maps</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t6w/index.php?title=Google_Maps&amp;diff=129232"/>
		<updated>2011-12-21T01:35:22Z</updated>

		<summary type="html">&lt;p&gt;Rogarian: /* Map Customization / Tag Attributes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__ &lt;br /&gt;
&lt;br /&gt;
== Google Maps ==&lt;br /&gt;
&lt;br /&gt;
This wiki runs a modified version of the [http://www.mediawiki.org/wiki/Extension:Google_Maps Google Maps extension] for [http://www.mediawiki.org/wiki/MediaWiki MediaWiki].  The &amp;lt;nowiki&amp;gt;&amp;lt;googlemap&amp;gt;&amp;lt;/nowiki&amp;gt; tag allows wiki users to create zoom-able, pan-able maps of Egypt with customized markers.&lt;br /&gt;
&lt;br /&gt;
Simply add the following on a wiki page to create a default map:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&amp;lt;googlemap&amp;gt;&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will generate a map like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;googlemap&amp;gt;&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Markers ==&lt;br /&gt;
&lt;br /&gt;
In the content of the tag, you can define one marker per line. Each line may or may not start with an icon name in parentheses.  The line should then have the latitude (x), then a comma, optionally a space, then the longitude (y), then a comma, then a label for the point. The label can include wiki mark-up (and commas).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A list of markers is available on [[User:Mayanah/map|Mayanahs map page.]]&lt;br /&gt;
ATITD.org now hosts local copies of most of the icons Mayanah graciously provided.  These are used by default if the ''icons'' tag is not provided; the icons follow the same naming convention as Mayanahs page.  Click here to show all locally hosted markers: http://www.atitd.org/wiki/tale5/images/markers or visit [[Rogarian/GoogleMapMarkerTest]] which shows all 1461 locally stored pins ('''Warning: will be VERY slow!''').&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Marker Usage Example:'''&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&amp;lt;googlemap zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; controls=&amp;quot;small&amp;quot; showposition=&amp;quot;yes&amp;quot; showregion=&amp;quot;yes&amp;quot; scrollwheel=&amp;quot;nothing&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600,here goes the title&lt;br /&gt;
400, 400, here goes the title, it can contain commas but not wiki markup&lt;br /&gt;
(S) 100, 100, here goes the title&lt;br /&gt;
first line of the caption&lt;br /&gt;
Second line of the caption, not that the caption can contain wiki markup like [[Resources]]&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;googlemap zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; controls=&amp;quot;small&amp;quot; showposition=&amp;quot;yes&amp;quot; showregion=&amp;quot;yes&amp;quot; scrollwheel=&amp;quot;nothing&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600,here goes the title&lt;br /&gt;
400, 400, here goes the title, it can contain commas but not wiki markup&lt;br /&gt;
(S) 100, 100, here goes the title&lt;br /&gt;
first line of the caption&lt;br /&gt;
Second line of the caption, not that the caption can contain wiki markup like [[Resources]]&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Some standardized icon suggestions ===&lt;br /&gt;
&lt;br /&gt;
==== Mines ====&lt;br /&gt;
For mining, you can use the chemical symbols for better international recognition:&lt;br /&gt;
{{:Maps/Public Mines/Legend}}&lt;br /&gt;
To use these in a Google Map data point, open the source for [[Maps/Public Mines/Legend]], and use the text between 'marker' and '.png' for the icon name. (For example, the icon name for the aluminum symbol in the mining legend is '''MtAl'''.)&lt;br /&gt;
&lt;br /&gt;
== Tabbed Info Balloons ==&lt;br /&gt;
&lt;br /&gt;
Each tab should have a plain-text title surrounded by inward-leaning slashes (like /this\) followed by a caption that can include wiki mark-up. Tabs will be attached to the previous marker. Example:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;googlemap zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; controls=&amp;quot;small&amp;quot; showposition=&amp;quot;yes&amp;quot; showregion=&amp;quot;yes&amp;quot; scrollwheel=&amp;quot;nothing&amp;quot;&amp;gt;&lt;br /&gt;
(pyramid) 900,100&lt;br /&gt;
/Info\&lt;br /&gt;
This is where a pharaoh is buried! ;) (Not really)&lt;br /&gt;
/Directions\&lt;br /&gt;
[http://maps.google.com Click here] to get driving directions&lt;br /&gt;
Or just drive in a random direction&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
That will create a point whose info balloon has two tabs. Note that you can put as much or as little space as you'd like between the title and the caption to make the syntax more readable.&lt;br /&gt;
&lt;br /&gt;
If a point has a regular caption ''and'' tabbed captions, clicking the point will only show the tabbed captions.&lt;br /&gt;
&lt;br /&gt;
'''Example Map:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;googlemap zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; controls=&amp;quot;small&amp;quot; showposition=&amp;quot;yes&amp;quot; showregion=&amp;quot;yes&amp;quot; scrollwheel=&amp;quot;nothing&amp;quot;&amp;gt;&lt;br /&gt;
(pyramid) 900,100&lt;br /&gt;
/Info\&lt;br /&gt;
This is where a pharaoh is buried! ;) (Not really)&lt;br /&gt;
/Directions\&lt;br /&gt;
[http://maps.google.com Click here] to get driving directions&lt;br /&gt;
Or just drive in a random direction&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Map Customization / Tag Attributes ==&lt;br /&gt;
&lt;br /&gt;
To customize the map you can set various tags (attributes).&lt;br /&gt;
Legal attributes are ('''boldface''' items are defaults):&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Desc&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|tale&lt;br /&gt;
|Which Tale to display?&lt;br /&gt;
|Legal values: ''1'', ''2'', ''3'', ''4'', ''5'' and '''6'''.&lt;br /&gt;
|-&lt;br /&gt;
|cursor&lt;br /&gt;
|Which mouse cursor to use on the map?&lt;br /&gt;
|Legal values: '''pointer''' (hand), ''default'' (standard mouse cursor) and ''crosshair''.&lt;br /&gt;
|-&lt;br /&gt;
|width&lt;br /&gt;
|Width of the map in pixels.&lt;br /&gt;
|Defaults to '''512''' pixels.&lt;br /&gt;
|-&lt;br /&gt;
|height&lt;br /&gt;
|Height of the map in pixels.&lt;br /&gt;
|Defaults to '''1024''' pixels.&lt;br /&gt;
|-&lt;br /&gt;
|lat&lt;br /&gt;
|The center latitude (x) on the map.&lt;br /&gt;
|Defaults to '''1024'''.&lt;br /&gt;
|-&lt;br /&gt;
|lon&lt;br /&gt;
|The center longitude (y) on the map.&lt;br /&gt;
|Defaults to '''0'''.&lt;br /&gt;
|-&lt;br /&gt;
|zoom&lt;br /&gt;
|Default zoom level.&lt;br /&gt;
|Game Map Legal values: 1 to 8 ('''2''' is default, only the T5 and T6 maps contain data on levels 7 and 8).&lt;br /&gt;
|-&lt;br /&gt;
|type&lt;br /&gt;
|The type of map to display.&lt;br /&gt;
|Game Maps: '''game''' - Shard A, ''gameb'' - Shard B&lt;br /&gt;
Normal Google Maps: ''normal'' (or, equivalently, ''map'') - Normal Google Map, ''terrain'', ''hybrid'', and ''satellite''.&lt;br /&gt;
|-&lt;br /&gt;
|controls&lt;br /&gt;
|Zoom and navigation controls.&lt;br /&gt;
|Legal values: ''small'' creates +/- zoom buttons, '''medium''' has zoom buttons and pan buttons, ''large'' has pan buttons with a sliding scale for zoom, and ''none'' has no buttons.&lt;br /&gt;
|-&lt;br /&gt;
|showposition&lt;br /&gt;
|Show x,y coords under the mouse?&lt;br /&gt;
|Legal values: ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showregion&lt;br /&gt;
|Show the region name under of the mouse?&lt;br /&gt;
|Legal values: ''yes'' and '''no'''.  Requires showpositions=yes; does not work in Tale 1, Tale 2 or Tale 3 maps.&lt;br /&gt;
|-&lt;br /&gt;
|icons&lt;br /&gt;
|URL template for custom markers.&lt;br /&gt;
|Use &amp;quot;{label}&amp;quot; where the name of the icon will be inserted; defaults to &amp;quot;'''/wiki/tale5/images/markers/marker{label}.png'''&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
|icon&lt;br /&gt;
|URL for markers without an icon specified.&lt;br /&gt;
|Defaults to &amp;quot;'''/wiki/tale5/images/markers/marker.png'''&amp;quot; http://www.atitd.org/wiki/tale5/images/markers/marker.png&lt;br /&gt;
|-&lt;br /&gt;
|iconsize&lt;br /&gt;
|Height and width of the icons&lt;br /&gt;
|Defaults to: '''32x32'''&lt;br /&gt;
|-&lt;br /&gt;
|doubleclick&lt;br /&gt;
|What to do when the user double-clicks?&lt;br /&gt;
|Legal values: '''recenter''' or ''zoom''.&lt;br /&gt;
|-&lt;br /&gt;
|scrollwheel&lt;br /&gt;
|Define how the scroll wheel behaves.&lt;br /&gt;
|Legal values: ''nothing'' or '''zoom'''.&lt;br /&gt;
|-&lt;br /&gt;
|zoomstyle&lt;br /&gt;
|How does the map zoom?&lt;br /&gt;
|Legal values: ''fast'' and '''smooth''', also known as continuous zooming (only works in some browsers).&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Other Commands (Not useful for game maps):&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Desc&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|stroke&lt;br /&gt;
|Width of paths, in pixels.&lt;br /&gt;
|Does not work in game maps.&lt;br /&gt;
|-&lt;br /&gt;
|scale&lt;br /&gt;
|Show the scale?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|overview&lt;br /&gt;
|Show the inset navigation map?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|selector&lt;br /&gt;
|Show the map/hybrid/satellite selector&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All attributes are optional.&lt;br /&gt;
&lt;br /&gt;
== Customized Icons ==&lt;br /&gt;
&lt;br /&gt;
You can host your own collection of icons on your server, but note that they'll have the same anchor points as ATITD.org's default icon (32x32). Check out [http://mapki.com/wiki/Icon_Image_Sets Mapki's collection of icon images] for a bunch of icons you can use. To use your icons, add an icon attribute to your googlemap-tags like this&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&amp;lt;googlemap lat=&amp;quot;42.711618&amp;quot; lon=&amp;quot;-73.205112&amp;quot; zoom=&amp;quot;2&amp;quot; controls=&amp;quot;small&amp;quot; &lt;br /&gt;
 icon=&amp;quot;http://myserver.com/standardmarker.png&amp;quot; &lt;br /&gt;
 icons=&amp;quot;http://myserver.com/markers/marker{label}.png&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[User:Mayanah|Mayanah]] has some instructions for using an alternate set of icons [[User:Mayanah/map|map here]] and a set of [[User:Mayanah/map#Mine_Specific|Mine Specific]] icons and [[User:Mayanah/map#Quarry_Specific|Quarry Specific]]on the same page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Example Maps==&lt;br /&gt;
&lt;br /&gt;
===Good Default Settings===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;googlemap zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;googlemap zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===All of Egypt, Square===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;googlemap zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;googlemap zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===A real map of Egypt===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;googlemap height=&amp;quot;512&amp;quot; lat=&amp;quot;29.980624&amp;quot; lon=&amp;quot;31.134653&amp;quot; zoom=&amp;quot;14&amp;quot; controls=&amp;quot;medium&amp;quot; type=&amp;quot;hybrid&amp;quot; selector=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
29.980624, 31.134653, PYRAMIDS&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;googlemap height=&amp;quot;512&amp;quot; lat=&amp;quot;29.980624&amp;quot; lon=&amp;quot;31.134653&amp;quot; zoom=&amp;quot;14&amp;quot; controls=&amp;quot;medium&amp;quot; type=&amp;quot;hybrid&amp;quot; selector=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
29.980624, 31.134653, PYRAMIDS&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== All Tales in Table Design ===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 6&lt;br /&gt;
!Tale 5 Shard A&lt;br /&gt;
!Tale 4 Shard A&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;googlemap &lt;br /&gt;
 tale=6&lt;br /&gt;
 type=game&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 cursor=default&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale6/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;googlemap &lt;br /&gt;
 tale=5&lt;br /&gt;
 type=game&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 cursor=default&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
(GH) 770, 5752, GuildHall @ 764, 5742&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;googlemap &lt;br /&gt;
 tale=4&lt;br /&gt;
 type=game&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 cursor=crosshair&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
 tale=6&lt;br /&gt;
 type=game&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 cursor=default&lt;br /&gt;
|&lt;br /&gt;
 tale=5&lt;br /&gt;
 type=game&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 cursor=default&lt;br /&gt;
|&lt;br /&gt;
 tale=4&lt;br /&gt;
 type=game&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 cursor=pointer&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 4 Shard B&lt;br /&gt;
!Tale 3&lt;br /&gt;
!Tale 2&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;googlemap &lt;br /&gt;
 tale=4&lt;br /&gt;
 type=gameb&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 cursor=crosshair&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;googlemap &lt;br /&gt;
 tale=3&lt;br /&gt;
 type=game&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;googlemap &lt;br /&gt;
 tale=2&lt;br /&gt;
 type=game&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;20x34&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(red_MarkerC) 2372, 5136, Old T2 Compound @ 2372, 5136&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
 tale=4&lt;br /&gt;
 type=gameb&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 cursor=crosshair&lt;br /&gt;
|&lt;br /&gt;
 tale=3&lt;br /&gt;
 type=game&lt;br /&gt;
 showposition=yes&lt;br /&gt;
|&lt;br /&gt;
 tale=2&lt;br /&gt;
 type=game&lt;br /&gt;
 showposition=yes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 1&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;googlemap &lt;br /&gt;
 tale=1&lt;br /&gt;
 type=game&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
 tale=1&lt;br /&gt;
 type=game&lt;br /&gt;
 showposition=yes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Rogarian</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t6w/index.php?title=Google_Maps&amp;diff=125730</id>
		<title>Google Maps</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t6w/index.php?title=Google_Maps&amp;diff=125730"/>
		<updated>2011-12-12T18:53:41Z</updated>

		<summary type="html">&lt;p&gt;Rogarian: /* All Tales in Table Design */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__ &lt;br /&gt;
&lt;br /&gt;
== Google Maps ==&lt;br /&gt;
&lt;br /&gt;
This wiki runs a modified version of the [http://www.mediawiki.org/wiki/Extension:Google_Maps Google Maps extension] for [http://www.mediawiki.org/wiki/MediaWiki MediaWiki].  The &amp;lt;nowiki&amp;gt;&amp;lt;googlemap&amp;gt;&amp;lt;/nowiki&amp;gt; tag allows wiki users to create zoom-able, pan-able maps of Egypt with customized markers.&lt;br /&gt;
&lt;br /&gt;
Simply add the following on a wiki page to create a default map:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&amp;lt;googlemap&amp;gt;&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will generate a map like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;googlemap&amp;gt;&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Markers ==&lt;br /&gt;
&lt;br /&gt;
In the content of the tag, you can define one marker per line. Each line may or may not start with an icon name in parentheses.  The line should then have the latitude (x), then a comma, optionally a space, then the longitude (y), then a comma, then a label for the point. The label can include wiki mark-up (and commas).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A list of markers is available on [[User:Mayanah/map|Mayanahs map page.]]&lt;br /&gt;
ATITD.org now hosts local copies of most of the icons Mayanah graciously provided.  These are used by default if the ''icons'' tag is not provided; the icons follow the same naming convention as Mayanahs page.  Click here to show all locally hosted markers: http://www.atitd.org/wiki/tale5/images/markers or visit [[Rogarian/GoogleMapMarkerTest]] which shows all 1461 locally stored pins ('''Warning: will be VERY slow!''').&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Marker Usage Example:'''&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&amp;lt;googlemap zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; controls=&amp;quot;small&amp;quot; showposition=&amp;quot;yes&amp;quot; showregion=&amp;quot;yes&amp;quot; scrollwheel=&amp;quot;nothing&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600,here goes the title&lt;br /&gt;
400, 400, here goes the title, it can contain commas but not wiki markup&lt;br /&gt;
(S) 100, 100, here goes the title&lt;br /&gt;
first line of the caption&lt;br /&gt;
Second line of the caption, not that the caption can contain wiki markup like [[Resources]]&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;googlemap zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; controls=&amp;quot;small&amp;quot; showposition=&amp;quot;yes&amp;quot; showregion=&amp;quot;yes&amp;quot; scrollwheel=&amp;quot;nothing&amp;quot;&amp;gt;&lt;br /&gt;
(GH) 700,600,here goes the title&lt;br /&gt;
400, 400, here goes the title, it can contain commas but not wiki markup&lt;br /&gt;
(S) 100, 100, here goes the title&lt;br /&gt;
first line of the caption&lt;br /&gt;
Second line of the caption, not that the caption can contain wiki markup like [[Resources]]&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Some standardized icon suggestions ===&lt;br /&gt;
&lt;br /&gt;
==== Mines ====&lt;br /&gt;
For mining, you can use the chemical symbols for better international recognition:&lt;br /&gt;
{{:Maps/Public Mines/Legend}}&lt;br /&gt;
To use these in a Google Map data point, open the source for [[Maps/Public Mines/Legend]], and use the text between 'marker' and '.png' for the icon name. (For example, the icon name for the aluminum symbol in the mining legend is '''MtAl'''.)&lt;br /&gt;
&lt;br /&gt;
== Tabbed Info Balloons ==&lt;br /&gt;
&lt;br /&gt;
Each tab should have a plain-text title surrounded by inward-leaning slashes (like /this\) followed by a caption that can include wiki mark-up. Tabs will be attached to the previous marker. Example:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;googlemap zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; controls=&amp;quot;small&amp;quot; showposition=&amp;quot;yes&amp;quot; showregion=&amp;quot;yes&amp;quot; scrollwheel=&amp;quot;nothing&amp;quot;&amp;gt;&lt;br /&gt;
(pyramid) 900,100&lt;br /&gt;
/Info\&lt;br /&gt;
This is where a pharaoh is buried! ;) (Not really)&lt;br /&gt;
/Directions\&lt;br /&gt;
[http://maps.google.com Click here] to get driving directions&lt;br /&gt;
Or just drive in a random direction&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
That will create a point whose info balloon has two tabs. Note that you can put as much or as little space as you'd like between the title and the caption to make the syntax more readable.&lt;br /&gt;
&lt;br /&gt;
If a point has a regular caption ''and'' tabbed captions, clicking the point will only show the tabbed captions.&lt;br /&gt;
&lt;br /&gt;
'''Example Map:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;googlemap zoom=&amp;quot;2&amp;quot; height=&amp;quot;512&amp;quot; lon=&amp;quot;0&amp;quot; controls=&amp;quot;small&amp;quot; showposition=&amp;quot;yes&amp;quot; showregion=&amp;quot;yes&amp;quot; scrollwheel=&amp;quot;nothing&amp;quot;&amp;gt;&lt;br /&gt;
(pyramid) 900,100&lt;br /&gt;
/Info\&lt;br /&gt;
This is where a pharaoh is buried! ;) (Not really)&lt;br /&gt;
/Directions\&lt;br /&gt;
[http://maps.google.com Click here] to get driving directions&lt;br /&gt;
Or just drive in a random direction&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Map Customization / Tag Attributes ==&lt;br /&gt;
&lt;br /&gt;
To customize the map you can set various tags (attributes).&lt;br /&gt;
Legal attributes are ('''boldface''' items are defaults):&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Desc&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|tale&lt;br /&gt;
|Which Tale to display?&lt;br /&gt;
|Legal values: ''1'', ''2'', ''3'', ''4'' and '''5'''.&lt;br /&gt;
|-&lt;br /&gt;
|cursor&lt;br /&gt;
|Which mouse cursor to use on the map?&lt;br /&gt;
|Legal values: '''pointer''' (hand), ''default'' (standard mouse cursor) and ''crosshair''.&lt;br /&gt;
|-&lt;br /&gt;
|width&lt;br /&gt;
|Width of the map in pixels.&lt;br /&gt;
|Defaults to '''512''' pixels.&lt;br /&gt;
|-&lt;br /&gt;
|height&lt;br /&gt;
|Height of the map in pixels.&lt;br /&gt;
|Defaults to '''1024''' pixels.&lt;br /&gt;
|-&lt;br /&gt;
|lat&lt;br /&gt;
|The center latitude (x) on the map.&lt;br /&gt;
|Defaults to '''1024'''.&lt;br /&gt;
|-&lt;br /&gt;
|lon&lt;br /&gt;
|The center longitude (y) on the map.&lt;br /&gt;
|Defaults to '''0'''.&lt;br /&gt;
|-&lt;br /&gt;
|zoom&lt;br /&gt;
|Default zoom level.&lt;br /&gt;
|Game Map Legal values: 1 to 8 ('''2''' is default, only the T5 map contains data on levels 7 and 8).&lt;br /&gt;
|-&lt;br /&gt;
|type&lt;br /&gt;
|The type of map to display.&lt;br /&gt;
|Game Maps: '''game''' - Shard A, ''gameb'' - Shard B&lt;br /&gt;
Normal Google Maps: ''normal'' (or, equivalently, ''map'') - Normal Google Map, ''terrain'', ''hybrid'', and ''satellite''.&lt;br /&gt;
|-&lt;br /&gt;
|controls&lt;br /&gt;
|Zoom and navigation controls.&lt;br /&gt;
|Legal values: ''small'' creates +/- zoom buttons, '''medium''' has zoom buttons and pan buttons, ''large'' has pan buttons with a sliding scale for zoom, and ''none'' has no buttons.&lt;br /&gt;
|-&lt;br /&gt;
|showposition&lt;br /&gt;
|Show x,y coords under the mouse?&lt;br /&gt;
|Legal values: ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|showregion&lt;br /&gt;
|Show the region name under of the mouse?&lt;br /&gt;
|Legal values: ''yes'' and '''no'''.  Requires showpositions=yes; does not work in Tale 1, Tale 2 or Tale 3 maps.&lt;br /&gt;
|-&lt;br /&gt;
|icons&lt;br /&gt;
|URL template for custom markers.&lt;br /&gt;
|Use &amp;quot;{label}&amp;quot; where the name of the icon will be inserted; defaults to &amp;quot;'''/wiki/tale5/images/markers/marker{label}.png'''&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
|icon&lt;br /&gt;
|URL for markers without an icon specified.&lt;br /&gt;
|Defaults to &amp;quot;'''/wiki/tale5/images/markers/marker.png'''&amp;quot; http://www.atitd.org/wiki/tale5/images/markers/marker.png&lt;br /&gt;
|-&lt;br /&gt;
|iconsize&lt;br /&gt;
|Height and width of the icons&lt;br /&gt;
|Defaults to: '''32x32'''&lt;br /&gt;
|-&lt;br /&gt;
|doubleclick&lt;br /&gt;
|What to do when the user double-clicks?&lt;br /&gt;
|Legal values: '''recenter''' or ''zoom''.&lt;br /&gt;
|-&lt;br /&gt;
|scrollwheel&lt;br /&gt;
|Define how the scroll wheel behaves.&lt;br /&gt;
|Legal values: ''nothing'' or '''zoom'''.&lt;br /&gt;
|-&lt;br /&gt;
|zoomstyle&lt;br /&gt;
|How does the map zoom?&lt;br /&gt;
|Legal values: ''fast'' and '''smooth''', also known as continuous zooming (only works in some browsers).&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Other Commands (Not useful for game maps):&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Command&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Desc&lt;br /&gt;
! style=&amp;quot;background:#FFEB8F;&amp;quot; | Options&lt;br /&gt;
|-&lt;br /&gt;
|stroke&lt;br /&gt;
|Width of paths, in pixels.&lt;br /&gt;
|Does not work in game maps.&lt;br /&gt;
|-&lt;br /&gt;
|scale&lt;br /&gt;
|Show the scale?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|overview&lt;br /&gt;
|Show the inset navigation map?&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|selector&lt;br /&gt;
|Show the map/hybrid/satellite selector&lt;br /&gt;
|Legal values are ''yes'' and '''no'''.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All attributes are optional.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Customized Icons ==&lt;br /&gt;
&lt;br /&gt;
You can host your own collection of icons on your server, but note that they'll have the same anchor points as ATITD.org's default icon (32x32). Check out [http://mapki.com/wiki/Icon_Image_Sets Mapki's collection of icon images] for a bunch of icons you can use. To use your icons, add an icon attribute to your googlemap-tags like this&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&amp;lt;googlemap lat=&amp;quot;42.711618&amp;quot; lon=&amp;quot;-73.205112&amp;quot; zoom=&amp;quot;2&amp;quot; controls=&amp;quot;small&amp;quot; &lt;br /&gt;
 icon=&amp;quot;http://myserver.com/standardmarker.png&amp;quot; &lt;br /&gt;
 icons=&amp;quot;http://myserver.com/markers/marker{label}.png&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[User:Mayanah|Mayanah]] has some instructions for using an alternate set of icons [[User:Mayanah/map|map here]] and a set of [[User:Mayanah/map#Mine_Specific|Mine Specific]] icons and [[User:Mayanah/map#Quarry_Specific|Quarry Specific]]on the same page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Example Maps==&lt;br /&gt;
&lt;br /&gt;
===Good Default Settings===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;googlemap zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;googlemap zoom=1 width=256 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===All of Egypt, Square===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;googlemap zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;googlemap zoom=1 width=512 height=512&amp;gt;&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===A real map of Egypt===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;googlemap height=&amp;quot;512&amp;quot; lat=&amp;quot;29.980624&amp;quot; lon=&amp;quot;31.134653&amp;quot; zoom=&amp;quot;14&amp;quot; controls=&amp;quot;medium&amp;quot; type=&amp;quot;hybrid&amp;quot; selector=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
29.980624, 31.134653, PYRAMIDS&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;googlemap height=&amp;quot;512&amp;quot; lat=&amp;quot;29.980624&amp;quot; lon=&amp;quot;31.134653&amp;quot; zoom=&amp;quot;14&amp;quot; controls=&amp;quot;medium&amp;quot; type=&amp;quot;hybrid&amp;quot; selector=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
29.980624, 31.134653, PYRAMIDS&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== All Tales in Table Design ===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 6&lt;br /&gt;
!Tale 5 Shard A&lt;br /&gt;
!Tale 4 Shard A&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;googlemap &lt;br /&gt;
 tale=6&lt;br /&gt;
 type=game&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 cursor=default&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale6/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;googlemap &lt;br /&gt;
 tale=5&lt;br /&gt;
 type=game&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 cursor=default&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
(GH) 770, 5752, GuildHall @ 764, 5742&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;googlemap &lt;br /&gt;
 tale=4&lt;br /&gt;
 type=game&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 cursor=crosshair&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
 tale=6&lt;br /&gt;
 type=game&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 cursor=default&lt;br /&gt;
|&lt;br /&gt;
 tale=5&lt;br /&gt;
 type=game&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 cursor=default&lt;br /&gt;
|&lt;br /&gt;
 tale=4&lt;br /&gt;
 type=game&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 cursor=pointer&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 4 Shard B&lt;br /&gt;
!Tale 3&lt;br /&gt;
!Tale 2&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;googlemap &lt;br /&gt;
 tale=4&lt;br /&gt;
 type=gameb&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 cursor=crosshair&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;googlemap &lt;br /&gt;
 tale=3&lt;br /&gt;
 type=game&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;googlemap &lt;br /&gt;
 tale=2&lt;br /&gt;
 type=game&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;20x34&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(red_MarkerC) 2372, 5136, Old T2 Compound @ 2372, 5136&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
 tale=4&lt;br /&gt;
 type=gameb&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 showregion=yes&lt;br /&gt;
 cursor=crosshair&lt;br /&gt;
|&lt;br /&gt;
 tale=3&lt;br /&gt;
 type=game&lt;br /&gt;
 showposition=yes&lt;br /&gt;
|&lt;br /&gt;
 tale=2&lt;br /&gt;
 type=game&lt;br /&gt;
 showposition=yes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:#CFC38E;&amp;quot;&lt;br /&gt;
!Tale 1&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;googlemap &lt;br /&gt;
 tale=1&lt;br /&gt;
 type=game&lt;br /&gt;
 zoom=1&lt;br /&gt;
 width=256&lt;br /&gt;
 height=512&lt;br /&gt;
 scrollwheel=nothing&lt;br /&gt;
 showposition=yes&lt;br /&gt;
 icons=&amp;quot;/wiki/tale5/images/markers/marker{label}.png&amp;quot;&lt;br /&gt;
 iconsize=&amp;quot;32x32&amp;quot;&lt;br /&gt;
 iconanchor=&amp;quot;9x32&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/googlemap&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
 tale=1&lt;br /&gt;
 type=game&lt;br /&gt;
 showposition=yes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Rogarian</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t6w/index.php?title=User:Rogarian&amp;diff=123802</id>
		<title>User:Rogarian</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t6w/index.php?title=User:Rogarian&amp;diff=123802"/>
		<updated>2011-12-08T01:07:16Z</updated>

		<summary type="html">&lt;p&gt;Rogarian: Created page with &amp;quot;Hi.  You can find me on IRC if you need to contact me.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi.  You can find me on IRC if you need to contact me.&lt;/div&gt;</summary>
		<author><name>Rogarian</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t6w/index.php?title=Foraging&amp;diff=123800</id>
		<title>Foraging</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t6w/index.php?title=Foraging&amp;diff=123800"/>
		<updated>2011-12-08T01:06:18Z</updated>

		<summary type="html">&lt;p&gt;Rogarian: /* Outside Sites */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;toclimit-3&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
{{languages}}&lt;br /&gt;
=Foraging Skill=&lt;br /&gt;
&lt;br /&gt;
==Skill Tuitions==&lt;br /&gt;
Skill may be acquired at Level 2 for the following resources at the School of Worship:&lt;br /&gt;
*300 [[Thorns]]&lt;br /&gt;
*30 [[Cactus Sap]]&lt;br /&gt;
&lt;br /&gt;
Rank Two may be acquired at Level 9 for the following resources at the School of Worship:&lt;br /&gt;
*7 [[Yellow Tristeria]]&lt;br /&gt;
*7 [[Sweetsop]]&lt;br /&gt;
*7 [[Pulmonaria Opal]]&lt;br /&gt;
*7 [[Orange Sweetgrass]]&lt;br /&gt;
*7 [[Ilex]]&lt;br /&gt;
*7 [[Fumitory]]&lt;br /&gt;
*7 [[Ashoka]]&lt;br /&gt;
It allows for '''Foraging Memory''' (see below).&lt;br /&gt;
&lt;br /&gt;
==How to Forage==&lt;br /&gt;
Clicking on an herb will give its name as &amp;quot;some kind of herb&amp;quot;. If you have the foraging skill (level 1), you also have a menu &amp;quot;Foraging...&amp;quot;. If you harvest the herb correctly you'll get 1-7 herbs in your inventory and the plant will disappear. You can look up the correct forage method for all the known herbs on the [[#List of Herbs|list of herbs]] below.&lt;br /&gt;
&lt;br /&gt;
==Foraging Memory==&lt;br /&gt;
Once you learn foraging degree 2 (after level 9) aka &amp;quot;Foraging Memory&amp;quot; you can memorize the forage methods of herbs, and never have to look them up again!  To memorize a foraging method you must successfully forage that herb 7 times, without fumbling in-between those successes.  If you fumble the herb on forage number 6, the counter resets, and you must successfully forage it another 7 times.  Eating an herb fresh off the ground does not interfere with the memorization counter.&lt;br /&gt;
&lt;br /&gt;
Once you memorize the forage method for an herb, the sub-menu of forage method options will disappear, and it will be replaced with a menu option that says, for example, &amp;quot;Forage this Wild Lettuce.&amp;quot;  &lt;br /&gt;
&lt;br /&gt;
[[File:Foraging2.jpg]]&lt;br /&gt;
&lt;br /&gt;
=Foraging Guide=&lt;br /&gt;
&lt;br /&gt;
== Outside Sites==&lt;br /&gt;
'''''There have been concurrent and independent updates to tlanthil's Herb:aList page by members of the community.'''''&lt;br /&gt;
&lt;br /&gt;
[http://rogarian.atitd.org/herbalist2/t6_herbalist/ Herb:aList for T6] - Has been released by [[User:Rogarian|Rogarian]] as an alternate community supported version.  Community users will need to update it as it was seeded with information from Tale 5.&lt;br /&gt;
&lt;br /&gt;
[http://herbs.drunkenfumble.com Herb:aList5] ([http://www.atitd.org/wiki/tale5/User:Aiko/Herb:aList5 more info])  is a T5-updated version of tlanthil's herb identification page. The foraging methods on this page are confirmed and verified carefully, rather than being freely editable.&lt;br /&gt;
&lt;br /&gt;
-- Looks like there's a version of this for t6 available; I'm currently getting the database up to speed with the foraging page as a starting point --  Arame&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
-- And initial list is seeded from the Foraging page:&lt;br /&gt;
[http://rogarian.atitd.org/herbalist2/t6_herbalist/ Herb:aList for T6]&amp;lt;br/&amp;gt;&lt;br /&gt;
Rogarian, hope that's all right with you.  Apparently the tag recognition need some whitespace - if you see [T6] that means it's unknown, [S] means the stats aren't known (which is 99% of them, because I stopped editing that in after the first five or so).&lt;br /&gt;
&lt;br /&gt;
== Harvesting ==&lt;br /&gt;
There are twelve different ways to harvest the herbs: &lt;br /&gt;
# Cut away the outer stem &lt;br /&gt;
# Harvest the Root pith &lt;br /&gt;
# Trim the Root fibres &lt;br /&gt;
# Snip the leaf stems &lt;br /&gt;
# Peel back the stem base &lt;br /&gt;
# Scrape off the stem pith &lt;br /&gt;
# Remove the Tap Root &lt;br /&gt;
# Pick out the seeds &lt;br /&gt;
# Crush the stems &lt;br /&gt;
# Pluck the leaves &lt;br /&gt;
# Squeeze out the sap &lt;br /&gt;
# Scrape away the leaf hairs&lt;br /&gt;
&lt;br /&gt;
== List of Herbs ==&lt;br /&gt;
Upload your image to the wiki and add a link like &amp;lt;nowiki&amp;gt;[[Image:Newherbs%24tagetese.jpg|thumb|256px|Tagetese]]&amp;lt;/nowiki&amp;gt; in the third column. That will automatically resize the picture to a width of 256 pixels, independent of the size of the uploaded picture. Please turn off Time-of-day-lighting to make the images comparable, and drop a grass beside the herb before taking the shot to illustrate the size of the herb. See [[Help:Herb_Image]] for more information.&amp;lt;br/&amp;gt; '''also please keep in mind that its the HERB people want to get a good look at not you dancing!'''&lt;br /&gt;
(the herb will be relatively bigger in the thumbnail if it is only the herb in the cropped image.)&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
* '''Known:''' &amp;lt;nowiki&amp;gt;{{Herb_Image|Blue Bottle Clover|Peel back the stem base|_SingleLeaf|_Blue|_Clover}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* '''UnKnown:''' &amp;lt;nowiki&amp;gt;{{Herb_Image|Unknown|NOT 1,2|_MultiLeaf|_Yellow|_Striped}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-warning&amp;quot;&amp;gt;&lt;br /&gt;
Don't add links to paysites like photobucket, this page is used very frequently and will very quickly use up your download capacity. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Please make sure the images you upload are from T6 or T5, and not from earlier, as many of the colors have shifted dramatically&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''How to use this table:'''&amp;lt;br&amp;gt;&lt;br /&gt;
If more than one foraging method is listed, then try one. If it works, edit the entry to remove all the other options. If it fails, edit the entry to remove the method that failed. Eventually the only method left should be the correct one. Questions? /chat merek in game.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== A ===&lt;br /&gt;
Jump to letter: '''A''' [[#B | B]] [[#C | C]] [[#D | D]] [[#E | E]] [[#F | F]] [[#G | G]] [[#H | H]] [[#I | I]] [[#J | J]] [[#K | K]] [[#L | L]] [[#M | M]] [[#N | N]] [[#O | O]] [[#P | P]] [[#Q | Q]] [[#R | R]] [[#S | S]] [[#T | T]] [[#U | U]] [[#V | V]] [[#W | W]] [[#X | X]] [[#Y | Y]] [[#Z | Z]]&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; width=&amp;quot;95%&amp;quot;&lt;br /&gt;
! Herb Name !! Method (tried/working) !!Details !! Picture !! Stats&lt;br /&gt;
|-&lt;br /&gt;
| Allbright &lt;br /&gt;
| Cut away the outer stem&amp;lt;br&amp;gt;&lt;br /&gt;
Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Trim the Root fibres&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
| Similar to Enchanters Plant but lighter colored.&lt;br /&gt;
| [[Image:Allbright.jpg|thumb|256px|Allbright]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| Aloe&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;b&amp;gt;Trim the Root fibres&amp;lt;/b&amp;gt; &lt;br /&gt;
|&lt;br /&gt;
| [[Image:Aloe.jpg|thumb|256px|Aloe]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| Altar's Blessing&lt;br /&gt;
| &lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
| Edged&lt;br /&gt;
| [[Image:Altar's_Blessing.jpg|thumb|256px|Altar's Blessing]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Anansi&lt;br /&gt;
|&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Anansi.jpg|thumb|256px|Anansi]]&lt;br /&gt;
| +2 Str, -1 Spd, -1 Foc&lt;br /&gt;
|-&lt;br /&gt;
| Apiphenalm&lt;br /&gt;
| &amp;lt;s&amp;gt;Trim the Root fibres&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Apiphenalm.jpg|thumb|256px|Apiphenalm]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| Apothecary's Scythe&lt;br /&gt;
| &amp;lt;s&amp;gt;Cut away the outer stem&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Harvest the Root pith&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
| Edged *See Lavender Navarre&lt;br /&gt;
| [[Image:Apothecarys_Scythe.jpg|thumb|256px|Apothecary's Scythe]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| Artemisia&lt;br /&gt;
|&lt;br /&gt;
Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Pluck the leaves&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt; &lt;br /&gt;
| Edged. Similar to Honey Mint. For me these usually have more orange than yellow leaves&lt;br /&gt;
| [[Image:Artemisia.jpg|thumb|256px|Artemisia]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Asafoetida&lt;br /&gt;
| &amp;lt;b&amp;gt;Harvest the Root pith&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Asafoetida.jpg|thumb|256px|Asafoetida]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Asane&lt;br /&gt;
|Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Asane.jpg|thumb|256px|Asane]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Ashoka&lt;br /&gt;
| &lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Ashoka.jpg|thumb|256px|Ashoka]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Azure Tristeria &lt;br /&gt;
| &amp;lt;s&amp;gt;Cut away the outer stem&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Harvest the Root pith&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Trim the Root fibres&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
| Note: Azure Tristeria is a lighter shade of &amp;lt;br&amp;gt;Blue with darker stems and Tristeria is a darker &amp;lt;br&amp;gt;shade of Blue with lighter stems.&lt;br /&gt;
| [[Image:Azure_Tristeria.jpg|thumb|256px|Azure Tristeria]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== B ===&lt;br /&gt;
Jump to letter: [[#A | A]] '''B''' [[#C | C]] [[#D | D]] [[#E | E]] [[#F | F]] [[#G | G]] [[#H | H]] [[#I | I]] [[#J | J]] [[#K | K]] [[#L | L]] [[#M | M]] [[#N | N]] [[#O | O]] [[#P | P]] [[#Q | Q]] [[#R | R]] [[#S | S]] [[#T | T]] [[#U | U]] [[#V | V]] [[#W | W]] [[#X | X]] [[#Y | Y]] [[#Z | Z]]&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; width=&amp;quot;95%&amp;quot;&lt;br /&gt;
! Herb Name !! Method (tried/working) !!Details !! Picture !! Stats&lt;br /&gt;
|- &lt;br /&gt;
| Banto &lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Banto.jpg|thumb|256px|Banto]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| Bay Tree&lt;br /&gt;
| '''Cut away the outer stem'''&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:BayTree.jpg|thumb|256px|Bay Tree]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| Bee Balm&lt;br /&gt;
| Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
| [[Image:BeeBalm.jpg|thumb|256px|Bee Balm]]&lt;br /&gt;
| +1 Dex, -1 End, -1 Con&lt;br /&gt;
|-&lt;br /&gt;
| Beetle Leaf&lt;br /&gt;
|'''Peel back the stem base'''&lt;br /&gt;
| See also: Common Sage&lt;br /&gt;
| [[Image:BeetleLeaf.jpg|thumb|256px|Beetle Leaf]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Beggar's Button&lt;br /&gt;
| Cut away the outer stem&lt;br /&gt;
| &lt;br /&gt;
| [[Image:Beggars Button.jpg|thumb|256px|Beggar's Button]]&lt;br /&gt;
| -1 Dex, -1 End, +2 Spe&lt;br /&gt;
|-&lt;br /&gt;
| Bhilawa &lt;br /&gt;
|Pick out the seeds&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Bhilawa.jpg|thumb|256px|Bhilawa]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Bilimbi&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;b&amp;gt;Cut away the outer stem&amp;lt;/b&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:NewBilimbi.JPG‎|thumb|256px|Bilimbi]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Bitter Florian&lt;br /&gt;
| &amp;lt;s&amp;gt;Cut away the outer stem&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Trim the Root fibres&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Bitter Florian.jpg|thumb|256px|Bitter Florian]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Black Pepper Plant&lt;br /&gt;
| &amp;lt;b&amp;gt;Snip the leaf stems&amp;lt;/b&amp;gt;&lt;br /&gt;
| See also: Red Pepper (stem color differentiates).&lt;br /&gt;
| [[Image:Black_Pepper.jpg|thumb|256px|Black Pepper]]&lt;br /&gt;
| -1 Str, 2 Dex, -1 End, 2 con &lt;br /&gt;
|-&lt;br /&gt;
| Blessed Mariae&lt;br /&gt;
| Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
| Blue is Blessed Mariae, Pink/Peach is (regular) Mariae&lt;br /&gt;
| [[Image:Blessed Mariae.jpg|thumb|256px|Blessed Mariae]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Bleubillae&lt;br /&gt;
| Cut away the outer stem&amp;lt;br&amp;gt;&lt;br /&gt;
Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Bleubilae.jpg|thumb|256px|Bluebilae]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Blood Balm&lt;br /&gt;
| &lt;br /&gt;
Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Pluck the leaves&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
| See also: Lemondrop (stems)&lt;br /&gt;
| [[Image:BloodBalm.jpg|thumb|256px|Blood Balm]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Blood Blossom &lt;br /&gt;
| Cut away the outer stem&amp;lt;br&amp;gt;&lt;br /&gt;
Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
| Very similar to the more common Brassy Caltrops.&lt;br /&gt;
| [[Image:BloodBlossom.jpg|thumb|256px|Blood Blossom]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Blooded Harebell&lt;br /&gt;
| '''Harvest the Root pith'''&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Blooded_Harebell.jpg|thumb|256px|Blooded Harebell]]&lt;br /&gt;
| -Str -Dex +Speed&lt;br /&gt;
|- &lt;br /&gt;
| Blood Root&lt;br /&gt;
| '''Trim the Root fibres'''&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|[[Image:Blood Root.jpg|thumb|256px|Blood Root]]&lt;br /&gt;
| -1 Dex, +2 End, -1 Spd&lt;br /&gt;
|-&lt;br /&gt;
| Bloodwort&lt;br /&gt;
| Cut away the outer stem&amp;lt;br&amp;gt;&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Bloodwort.jpg|thumb|256px|Bloodwort]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Blueberry Tea Tree&lt;br /&gt;
| Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Blueberry.JPG|thumb|256px|Blueberry Tea Tree]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| Bluebottle Clover&lt;br /&gt;
|Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
| see also Tiny Clover&amp;lt;br&amp;gt;note: the stems can appear to be much greener&lt;br /&gt;
|[[Image:Bluebottle Clover.jpg|thumb|256px|Bluebottle Clover]]&lt;br /&gt;
| +1 Con, +1 Speed (6chkd)&lt;br /&gt;
|- &lt;br /&gt;
| Blue Damia&lt;br /&gt;
| Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
| I failed on Squeeze out sap - Arame&lt;br /&gt;
| [[Image:BlueDamia.jpg|thumb|256px|Blue Damia]]&lt;br /&gt;
| +1 Spd (needs confirmed)&lt;br /&gt;
|-&lt;br /&gt;
| Blue Tarafern &lt;br /&gt;
| Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
| See also: Mirabellis Fern, Cyan Cressida &lt;br /&gt;
| [[Image:NewBlue_Tarafern.JPG|thumb|256px|Blue Tarafern]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Blushing Blossom&lt;br /&gt;
| Cut away the outer stem&amp;lt;br&amp;gt;&lt;br /&gt;
Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
| &lt;br /&gt;
| [[Image:BlushingBlossom.jpg|thumb|256px|Blushing Blossom]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Brassy Caltrops &lt;br /&gt;
| &lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
| &lt;br /&gt;
|[[Image:Brassy Caltrops.jpg|thumb|256px|Brassy Caltrops]]&lt;br /&gt;
| +2 Str, -1 Dex, -1 End&lt;br /&gt;
|-&lt;br /&gt;
| Brown Muskerro&lt;br /&gt;
| &lt;br /&gt;
Snip the leaf stems&lt;br /&gt;
|&lt;br /&gt;
|[[Image:Brown Muskerro.jpg|thumb|256px|Brown Muskerro]]&lt;br /&gt;
| -1 End, 2 Con, -1 Per&lt;br /&gt;
|- &lt;br /&gt;
| Buckler-leaf &lt;br /&gt;
| &lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|[[Image:Buckler leaf.jpg|thumb|256px|Buckler Leaf]]&lt;br /&gt;
| +1 Per&lt;br /&gt;
|- &lt;br /&gt;
| Bull's Blood &lt;br /&gt;
| &lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|[[Image:Bulls_Blood.jpg|thumb|256px|Bull's Blood]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Burnt Tarragon&lt;br /&gt;
|&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
|[[Image:BurntTarragon.jpg|thumb|256px|Burnt Tarragon]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Butterfly Damia&lt;br /&gt;
| Cut away the outer stem&amp;lt;br&amp;gt;&lt;br /&gt;
Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Butterfly_Damia2.png |thumb|256px|Buterfly Damia]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Butterroot&lt;br /&gt;
| Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Butterroot.jpg |thumb|256px|Butterroot]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== C ===&lt;br /&gt;
Jump to letter: [[#A | A]] [[#B | B]] '''C''' [[#D | D]] [[#E | E]] [[#F | F]] [[#G | G]] [[#H | H]] [[#I | I]] [[#J | J]] [[#K | K]] [[#L | L]] [[#M | M]] [[#N | N]] [[#O | O]] [[#P | P]] [[#Q | Q]] [[#R | R]] [[#S | S]] [[#T | T]] [[#U | U]] [[#V | V]] [[#W | W]] [[#X | X]] [[#Y | Y]] [[#Z | Z]]&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; width=&amp;quot;95%&amp;quot;&lt;br /&gt;
! Herb Name !! Method (tried/working) !!Details !! Picture !! Stats&lt;br /&gt;
|-&lt;br /&gt;
| Calabash&lt;br /&gt;
| &lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|[[Image:Calabash.jpg|thumb|256px|Calabash]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Camelmint&lt;br /&gt;
| Cut away the outer stem&amp;lt;br&amp;gt;&lt;br /&gt;
Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|[[Image:Camelmint.jpg|thumb|256px|Camelmint]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Caraway&lt;br /&gt;
|&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
| (similar to Xanat)&lt;br /&gt;
| [[Image:Caraway.jpg|thumb|256px|Caraway]] &lt;br /&gt;
| 2 End, -1 Spd, -1 Con&lt;br /&gt;
|-&lt;br /&gt;
| Cardamom&lt;br /&gt;
|&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Cardamom.jpg|thumb|256px|Cardamom]]&lt;br /&gt;
| +1 per, +1 speed, -1 end&lt;br /&gt;
|-&lt;br /&gt;
| Cassia&lt;br /&gt;
| Cut away the outer stem&amp;lt;br&amp;gt;&lt;br /&gt;
Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Cassia.jpg|thumb|256px|Cassia]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Chaffa&lt;br /&gt;
| Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| See also: Umber Leaf Basil&lt;br /&gt;
| [[Image:Chaffa.jpg|thumb|256px|Chaffa]]&lt;br /&gt;
|  Str +1, Per +1&lt;br /&gt;
|-&lt;br /&gt;
| Chatinabrae&lt;br /&gt;
| &lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Chatinbrae1.jpg|thumb|256px|Chatinabrae]] &lt;br /&gt;
| 1 End&lt;br /&gt;
|-&lt;br /&gt;
| Chives&lt;br /&gt;
|&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
| If stems have a purple flower at the top, see Garlic Chives.&lt;br /&gt;
| [[Image:Chivesnew.jpg|thumb|256px|Chives]]&lt;br /&gt;
| -1 Spd, 2 Per&lt;br /&gt;
|-&lt;br /&gt;
| Chukkah&lt;br /&gt;
| Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
| Leaves can look extremely dark, even black, at night.&lt;br /&gt;
| [[Image:Chukkah.jpg|thumb|256px|Chukkah]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Cicada Bean&lt;br /&gt;
| Cut away the outer stem&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Cicada Bean.jpg|thumb|256px|Cicada Bean]]&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
| Cinnamon&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;b&amp;gt;Crush the stems&amp;lt;/b&amp;gt; &lt;br /&gt;
|&lt;br /&gt;
| [[Image:Cinnamon.jpg|thumb|256px|Cinnamon]] &lt;br /&gt;
| +2 str, -1 spd, -1 con, +2 per&lt;br /&gt;
|-  &lt;br /&gt;
| Cinquefoil&lt;br /&gt;
| &lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| See also: Creeping Black Nightshade&amp;lt;br&amp;gt;Medicago&amp;lt;Br&amp;gt;Strawberry Tea&lt;br /&gt;
| [[Image:Cinqufoil.jpg|thumb|256px|Cinquefoil]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Cirallis&lt;br /&gt;
| &amp;lt;s&amp;gt;Cut away the outer stem&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Scrape away the leaf hairs&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Cirallis.jpg|thumb|256px|Cirallis]]&lt;br /&gt;
| -1 Str, +2 Spd, -1 Con&lt;br /&gt;
|-&lt;br /&gt;
| Clingroot&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;s&amp;gt;Remove the Tap Root&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Clingroot.jpg|thumb|256px|Clingroot]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Common Basil&lt;br /&gt;
|Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Common Basil.jpg|thumb|256px|Common Basil]]&lt;br /&gt;
| +1 Strength (6chkd)&lt;br /&gt;
|-&lt;br /&gt;
| Common Rosemary&lt;br /&gt;
|&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
|&lt;br /&gt;
| [[Image:Common Rosemary.jpg|thumb|256px|Common Rosemary]]&lt;br /&gt;
| 1 Str, -1 Dex, -1 End &lt;br /&gt;
|-&lt;br /&gt;
| Common Sage&lt;br /&gt;
| &amp;lt;b&amp;gt;Remove the Tap Root&amp;lt;/b&amp;gt; &lt;br /&gt;
|&lt;br /&gt;
| [[Image:Common Sage.jpg|thumb|256px|Common Sage]]&lt;br /&gt;
| -1str +2dex -1end +2per&lt;br /&gt;
|-&lt;br /&gt;
| Corsacia&lt;br /&gt;
| Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt; &lt;br /&gt;
|&lt;br /&gt;
| [[Image:Corasica.jpg|thumb|256px|Corsacia]] &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Covage&lt;br /&gt;
| Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
| &lt;br /&gt;
| [[Image:Covage.jpg|thumb|256px|Covage]]&lt;br /&gt;
| -1Str -1Con&lt;br /&gt;
|-&lt;br /&gt;
| Crampbark&lt;br /&gt;
| Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Crampbark.jpg|thumb|256px|Crampbark]]&lt;br /&gt;
| +1 Foc&lt;br /&gt;
|-&lt;br /&gt;
| Cranesbill&lt;br /&gt;
| Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Cranesbill.jpg|thumb|256px|Cranesbill]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Creeping Black Nightshade&lt;br /&gt;
| Cut away the outer stem&amp;lt;br&amp;gt;&lt;br /&gt;
Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
| Very blue stem&lt;br /&gt;
| [[Image:Creeping Black Nightshade.jpg|thumb|256px|Creeping Black Nightshade]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Creeping Thyme&lt;br /&gt;
| &lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Creeping Thyme.jpg|thumb|256px|Creeping Thyme]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Crimson Clover&lt;br /&gt;
| Scrape off the stem pith&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Crimson Clover.jpg|thumb|256px|Crimson Clover]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Crimson Lettuce &lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Crimson Lettuce.jpg|thumb|256px|Crimson Lettuce]]&lt;br /&gt;
| +1 Dex, +1 Spd&lt;br /&gt;
|-&lt;br /&gt;
| Crimson Nightshade &lt;br /&gt;
| &amp;lt;s&amp;gt;Cut away the outer stem&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Scrape away the leaf hairs&amp;lt;/s&amp;gt; &amp;lt;br&amp;gt; &lt;br /&gt;
|&lt;br /&gt;
| [[Image:Crimson Nightshade.jpg|thumb|256px|Crimson Nightshade]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Crimson Pipeweed &lt;br /&gt;
| &lt;br /&gt;
&amp;lt;b&amp;gt;Harvest the Root pith&amp;lt;/b&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:CrimsonPipeweed.jpg|thumb|256px|Crimson Pipeweed]]&lt;br /&gt;
| +1 End&lt;br /&gt;
|-&lt;br /&gt;
| Crimson Windleaf&lt;br /&gt;
|Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Crimson Windleaf.jpg |thumb|256px|Crimson Windleaf]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Crumpled Leaf Basil&lt;br /&gt;
| Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Crumpled Leaf Basil.jpg|thumb|256px|Crumpled Leaf Basil]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Curly Sage&lt;br /&gt;
| &amp;lt;s&amp;gt;Cut away the outer stem&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Snip the leaf stems&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Scrape off the stem pith&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Curly Sage.jpg|thumb|256px|Curly Sage]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Cyan Cressida&lt;br /&gt;
| &amp;lt;s&amp;gt;Cut away the outer stem&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
| looks like T3 pic, but more blue&amp;lt;br&amp;gt;&lt;br /&gt;
See also: Blue Tarafern, Mirabellis Fern&lt;br /&gt;
|[[Image:Cyan Cressida.jpg|thumb|256px|Cyan Cressida]]&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== D ===&lt;br /&gt;
Jump to letter: [[#A | A]] [[#B | B]] [[#C | C]] '''D''' [[#E | E]] [[#F | F]] [[#G | G]] [[#H | H]] [[#I | I]] [[#J | J]] [[#K | K]] [[#L | L]] [[#M | M]] [[#N | N]] [[#O | O]] [[#P | P]] [[#Q | Q]] [[#R | R]] [[#S | S]] [[#T | T]] [[#U | U]] [[#V | V]] [[#W | W]] [[#X | X]] [[#Y | Y]] [[#Z | Z]]&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; width=&amp;quot;95%&amp;quot;&lt;br /&gt;
! Herb Name !! Method (tried/working) !!Details !! Picture !! Stats&lt;br /&gt;
|-&lt;br /&gt;
| Daggerleaf &lt;br /&gt;
| &lt;br /&gt;
Scrape off the stem pith&lt;br /&gt;
| purple, can be taller than in picture&lt;br /&gt;
| [[Image:Dagger_Leaf.jpg|thumb|256px|Daggerleaf]]&lt;br /&gt;
| Dex -1, Con -1, Focus +2&lt;br /&gt;
|- &lt;br /&gt;
| Dalchini&lt;br /&gt;
| Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
| [[Image:dalchini.jpg|thumb|254px|Dalchini]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Dameshood &lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Dameshood.jpg|thumb|254px|Dameshood]]&lt;br /&gt;
| -1 Dex, -1 Spd, +2 Per&lt;br /&gt;
|-&lt;br /&gt;
| Dank Mullien&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:dank mullien.jpg|thumb|254px|Dank Mullien]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| Dark Ochoa&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
'''Crush the stems'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| Edged&amp;lt;br&amp;gt;&lt;br /&gt;
| [[Image:Dark Ochoa.jpg|thumb|256px|Dark Ochoa]]&lt;br /&gt;
| +1 Dex&lt;br /&gt;
|-&lt;br /&gt;
| Dark Radish&lt;br /&gt;
|&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Dark Radish.jpg|thumb|256px|Dark Radish]]&lt;br /&gt;
| -1 Str, +2 End, -1 Foc, +2 Per&lt;br /&gt;
|-&lt;br /&gt;
| Deadly Catsclaw&lt;br /&gt;
|Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Deadly Catsclaw.jpg|thumb|256px|Deadly Catsclaw]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Deadwood Tree&lt;br /&gt;
| Cut away the outer stem&amp;lt;br&amp;gt;&lt;br /&gt;
Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:DeadwoodTree.jpg|thumb|256px|Deadwood Tree]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Death's Piping&lt;br /&gt;
| &amp;lt;s&amp;gt;Cut away the outer stem&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Snip the leaf stems&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Pick out the seeds&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
| Similar herbs and identification differences:&amp;lt;BR&amp;gt;Death's Piping (Rough Green, bends forwards);&amp;lt;BR&amp;gt;Harrow (Rough Green, bends backwards);&amp;lt;BR&amp;gt;Pitcher Plant (Smooth Green, bends forwards);&amp;lt;BR&amp;gt;Jugwort (Smooth Green, bends backwards)&amp;lt;BR&amp;gt;Number of pipes doesn't matter, can be as low as 2, seen as high as 10.&lt;br /&gt;
| [[Image:Deaths_Piping.jpg|thumb|256px|Death's Piping]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Dewplant &lt;br /&gt;
| &lt;br /&gt;
Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Peel back the stem base&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Pluck the leaves&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
| Edged&lt;br /&gt;
|[[Image:Dewplant.jpg|thumb|256px|Dewplant]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Digweed &lt;br /&gt;
|&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
| See also: King's Coin&lt;br /&gt;
| [[Image:Digweed.jpg|thumb|256px|Digweed]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Discorea&lt;br /&gt;
| &lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Discorea2.jpg|thumb|256px|Discorea]]&lt;br /&gt;
| 2 Str, -1 Dex, -1 Spd, 2 Foc&lt;br /&gt;
|-&lt;br /&gt;
| Drapeau D'or &lt;br /&gt;
| Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
| &lt;br /&gt;
| [[Image:Drapeau_dor.jpg|thumb|256px|Drapeau D'or]]&lt;br /&gt;
| 2 Str, -1 Dex, 2 Con, -1 Per&lt;br /&gt;
|-&lt;br /&gt;
| Dusty Blue Sage&lt;br /&gt;
|&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Dusty_Blue_Sage.jpg|thumb|256px|Dusty Blue Sage]]&lt;br /&gt;
| +2 Str, -1 End, +2 Spd, -1 Con&lt;br /&gt;
|-&lt;br /&gt;
| Dwarf Hogweed&lt;br /&gt;
| Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
| See also: Hazlewort&lt;br /&gt;
| [[Image:Dwarf_Hogweed.jpg|thumb|256px|Dwarf Hogweed]]&lt;br /&gt;
| +1 Str, +1 Dex&lt;br /&gt;
|-&lt;br /&gt;
| Dwarf Wild Lettuce&lt;br /&gt;
| Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
| Check for Wild Lettuce, or Thyme&lt;br /&gt;
| [[Image:Dwarf Wild Lettuce.jpg|thumb|256px|Dwarf Wild Lettuce]]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== E ===&lt;br /&gt;
Jump to letter: [[#A | A]] [[#B | B]] [[#C | C]] [[#D | D]] '''E''' [[#F | F]] [[#G | G]] [[#H | H]] [[#I | I]] [[#J | J]] [[#K | K]] [[#L | L]] [[#M | M]] [[#N | N]] [[#O | O]] [[#P | P]] [[#Q | Q]] [[#R | R]] [[#S | S]] [[#T | T]] [[#U | U]] [[#V | V]] [[#W | W]] [[#X | X]] [[#Y | Y]] [[#Z | Z]]&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; width=&amp;quot;95%&amp;quot;&lt;br /&gt;
! Herb Name !! Method (tried/working) !!Details !! Picture !! Stats&lt;br /&gt;
|-&lt;br /&gt;
| Earth Apple&lt;br /&gt;
| &amp;lt;br&amp;gt;&lt;br /&gt;
'''Harvest the Root pith'''&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Earth_Apple.jpg|thumb|256px|Earth Apple]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Elegia&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;s&amp;gt;Snip the leaf stems&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Peel back the stem base&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
| leaves have a smooth edge&amp;lt;BR&amp;gt;Fool's Agar has a rough edge&lt;br /&gt;
| [[Image:Elegia.jpg|thumb|256px|Elegia]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Enchanter's Plant&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;s&amp;gt;Peel back the stem base&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Scrape off the stem pith&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Remove the Tap Root&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
| See also Allbright, which has green stems&lt;br /&gt;
| [[Image:Enchanter's Plant.jpg|thumb|256px|Enchanter's Plant]]&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== F ===&lt;br /&gt;
Jump to letter: [[#A | A]] [[#B | B]] [[#C | C]] [[#D | D]] [[#E | E]] '''F''' [[#G | G]] [[#H | H]] [[#I | I]] [[#J | J]] [[#K | K]] [[#L | L]] [[#M | M]] [[#N | N]] [[#O | O]] [[#P | P]] [[#Q | Q]] [[#R | R]] [[#S | S]] [[#T | T]] [[#U | U]] [[#V | V]] [[#W | W]] [[#X | X]] [[#Y | Y]] [[#Z | Z]]&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; width=&amp;quot;95%&amp;quot;&lt;br /&gt;
! Herb Name !! Method (tried/working) !!Details !! Picture !! Stats&lt;br /&gt;
|-&lt;br /&gt;
| Finlow&lt;br /&gt;
| Cut away the outer stem&amp;lt;br&amp;gt;&lt;br /&gt;
Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Remove the Tap Root&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt; &lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Scrape away the leaf hairs&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
| Trying again..... please be 100% sure which method you tried before recording here.&lt;br /&gt;
See also: Yellow Tristeria&lt;br /&gt;
| [[Image:Finlow.jpg|thumb|256px|Finlow]]&lt;br /&gt;
| -1 Str, -1 Spd&lt;br /&gt;
|-&lt;br /&gt;
| Fire Allspice&lt;br /&gt;
| Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
| orange leaves, red stems&lt;br /&gt;
|[[Image:Fire_Allspice.jpg|thumb|256px|Fire Allspice]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Fire Lily&lt;br /&gt;
| Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Scrape off the stem pith&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt; &lt;br /&gt;
|&lt;br /&gt;
| [[Image:Firelily.jpg|thumb|256px|Fire Lily]]&lt;br /&gt;
| -1 Con, +2 Foc, -1 Per&lt;br /&gt;
|-&lt;br /&gt;
| Fivesleaf&lt;br /&gt;
|&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Fivesleaf.jpg|thumb|256px|Fivesleaf]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Flaming Skirret&lt;br /&gt;
| Cut away the outer stem&amp;lt;br&amp;gt;&lt;br /&gt;
Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Flaming Skirret.jpg|thumb|256px|Flaming Skirret]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Flander's Blossom&lt;br /&gt;
|Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
| May have more flowers. May be taller. &lt;br /&gt;
| [[Image:Flander'sBlossom.jpg|thumb|256px|Flander's Blossom]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Fleabane &lt;br /&gt;
| &lt;br /&gt;
Scrape away the leaf hairs &lt;br /&gt;
| See also Maragosa&lt;br /&gt;
| [[Image:Fleabane.jpg|thumb|256px|Fleabane]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Fool's Agar&lt;br /&gt;
| &lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
| leaf edges are rough, Elegia leaf edges are smooth&amp;lt;br&amp;gt;See also Hyssop&lt;br /&gt;
| [[Image:Fools Agar.jpg|thumb|256px|Fool's Agar]]&lt;br /&gt;
| -1 Spd, +2 Con, +2 Per&lt;br /&gt;
|-&lt;br /&gt;
| Fumitory&lt;br /&gt;
| Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
| purple rather than blue&lt;br /&gt;
| [[Image:Fumitory.jpg|thumb|256px|Fumitory]]&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== G ===&lt;br /&gt;
Jump to letter: [[#A | A]] [[#B | B]] [[#C | C]] [[#D | D]] [[#E | E]] [[#F | F]] '''G''' [[#H | H]] [[#I | I]] [[#J | J]] [[#K | K]] [[#L | L]] [[#M | M]] [[#N | N]] [[#O | O]] [[#P | P]] [[#Q | Q]] [[#R | R]] [[#S | S]] [[#T | T]] [[#U | U]] [[#V | V]] [[#W | W]] [[#X | X]] [[#Y | Y]] [[#Z | Z]]&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; width=&amp;quot;95%&amp;quot;&lt;br /&gt;
! Herb Name !! Method (tried/working) !!Details !! Picture !! Stats&lt;br /&gt;
|-&lt;br /&gt;
| Garcinia&lt;br /&gt;
|Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
| See also: Xanosi (different stem color)&lt;br /&gt;
| [[Image:Garcinia.jpg|thumb|256px|Garcinia]]&lt;br /&gt;
| +2 Con, -1 Foc, -1 Per&lt;br /&gt;
|-&lt;br /&gt;
| Garlic Chives&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;b&amp;gt;Pick out the seeds&amp;lt;/b&amp;gt;&lt;br /&gt;
| Ensure has purple flower at top of stem.  If not, see Chives.&lt;br /&gt;
| [[Image:Garlic_Chives.jpg|thumb|256px|Garlic Chives]]&lt;br /&gt;
| -1 Dex, -1 End, +1 Foc, +1 Per&lt;br /&gt;
|-&lt;br /&gt;
| Ginger Root&lt;br /&gt;
|&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Ginger Root.jpg|thumb|256px|Ginger Root]]&lt;br /&gt;
| -1 Dex, -1 Spd, +2 Con&lt;br /&gt;
|-&lt;br /&gt;
| Ginger Tarragon&lt;br /&gt;
|Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
|See Burnt Tarragon as well.&lt;br /&gt;
| [[Image:Ginger Tarragon.jpg|thumb|256px|Ginger Tarragon]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Ginseng Root&lt;br /&gt;
| &lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
| Edged, See also Patchouli&lt;br /&gt;
| [[Image:ginseng.jpg|thumb|256px|Ginseng Root]]&lt;br /&gt;
| -1 str, +2 end, -1 foc, +2 per&lt;br /&gt;
|-&lt;br /&gt;
| Glechoma &lt;br /&gt;
|&lt;br /&gt;
&amp;lt;b&amp;gt;Scrape away the leaf hairs&amp;lt;/b&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|[[Image:Glechoma.jpg|thumb|256px|Glechoma]]&lt;br /&gt;
| No Stats (tried twice, plz confirm) (confirmed)&lt;br /&gt;
|-&lt;br /&gt;
| Gnemnon&lt;br /&gt;
| &amp;lt;s&amp;gt;Harvest the Root pith&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Scrape off the stem pith&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Remove the Tap Root&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Gnemnon.jpg|thumb|256px|Gnemnon]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Gokhru&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Gokhru.jpg|thumb|256px|Gokhru]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Golden Dubloons&lt;br /&gt;
| Cut away the outer stem&amp;lt;br&amp;gt;&lt;br /&gt;
Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt; &lt;br /&gt;
| &lt;br /&gt;
| [[Image:Golden Dubloons.jpg|thumb|256px|Golden Dubloons]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Golden Gladalia&lt;br /&gt;
| Cut away the outer stem&amp;lt;br&amp;gt;&lt;br /&gt;
Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Golden Gladalia.jpg|thumb|256px|Golden Gladalia]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Golden Sellia &lt;br /&gt;
| Cut away the outer stem&amp;lt;br&amp;gt;&lt;br /&gt;
Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Golden Sellia.jpg|thumb|256px|Golden Sellia]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Golden Sun&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;s&amp;gt;Harvest the Root pith&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Remove the Tap Root&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Golden Sun.jpg|thumb|256px|Golden Sun]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Golden Sweetgrass&lt;br /&gt;
| Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
| &lt;br /&gt;
| [[Image:Golden Sweetgrass.jpg|thumb|256px|Golden Sweetgrass]] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Golden Thyme &lt;br /&gt;
|&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Golden Thyme.jpg|thumb|256px|Golden Thyme]]&lt;br /&gt;
| -1 Dex, +2 End, +2 Con, -1 Per&lt;br /&gt;
|-&lt;br /&gt;
| Gynura &lt;br /&gt;
| &amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Gynura.jpg|thumb|256px|Gynura]]&lt;br /&gt;
| +1 Con, +1 Foc&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== H ===&lt;br /&gt;
Jump to letter: [[#A | A]] [[#B | B]] [[#C | C]] [[#D | D]] [[#E | E]] [[#F | F]] [[#G | G]] '''H''' [[#I | I]] [[#J | J]] [[#K | K]] [[#L | L]] [[#M | M]] [[#N | N]] [[#O | O]] [[#P | P]] [[#Q | Q]] [[#R | R]] [[#S | S]] [[#T | T]] [[#U | U]] [[#V | V]] [[#W | W]] [[#X | X]] [[#Y | Y]] [[#Z | Z]]&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; width=&amp;quot;95%&amp;quot;&lt;br /&gt;
! Herb Name !! Method (tried/working) !!Details !! Picture !! Stats&lt;br /&gt;
|- &lt;br /&gt;
| Harebell &lt;br /&gt;
|Scrape away the leaf hairs (confirmed)&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Harebell.jpg|thumb|256px|Harebell]] &lt;br /&gt;
| -1 Con, -1 Per&lt;br /&gt;
|-&lt;br /&gt;
| Harrow&lt;br /&gt;
| &amp;lt;s&amp;gt;Harvest the Root pith&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Pluck the leaves&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
| Similar herbs and identification differences:&amp;lt;BR&amp;gt;Death's Piping (Rough Green, bends forwards);&amp;lt;BR&amp;gt;Harrow (Rough Green, bends backwards);&amp;lt;BR&amp;gt;Pitcher Plant (Smooth Green, bends forwards);&amp;lt;BR&amp;gt;Jugwort (Smooth Green, bends backwards)&amp;lt;BR&amp;gt;Number of pipes doesn't matter, can be as low as 2, seen as high as 10.&lt;br /&gt;
| [[Image:Harrow.jpg|thumb|256px|Harrow]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Hazlewort &lt;br /&gt;
|&amp;lt;b&amp;gt;Scrape off the stem pith&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Hazelwort.jpg|thumb|256px|Hazlewort]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Headache Tree&lt;br /&gt;
|&amp;lt;b&amp;gt; Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Headache Tree.jpg|thumb|256px|Headache Tree]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Heartsease&lt;br /&gt;
| Cut away the outer stem&amp;lt;br&amp;gt;&lt;br /&gt;
Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Heartsease.jpg|thumb|256px|Heartsease]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Hogweed&lt;br /&gt;
| Trim the Root fibres&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Hogweed.jpg|thumb|256px|Hogweed]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Homesteader Palm&lt;br /&gt;
| Cut away the outer stem&amp;lt;br&amp;gt;&lt;br /&gt;
Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Scrape off the stem pith&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
| You may harvest 3 wood from this herb as though it were a tree.&lt;br /&gt;
| [[Image:Homesteader Palm.jpg|thumb|256px|Homesteader]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Honey Mint&lt;br /&gt;
| &lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
| Edged. Similar to Artemisia&lt;br /&gt;
| [[Image:Honeymint1.jpg|thumb|256px|Honey Mint]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Houseleek&lt;br /&gt;
| &amp;lt;b&amp;gt;Harvest the Root pith&amp;lt;/b&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Houseleek.jpg|thumb|256px|Houseleek]]&lt;br /&gt;
| +1 Con, +1 Foc&lt;br /&gt;
|-&lt;br /&gt;
| Hyssop&lt;br /&gt;
| &lt;br /&gt;
'''Harvest the Root pith'''&lt;br /&gt;
| See also Fool's Agar&lt;br /&gt;
| [[Image:Hyssop.jpg|thumb|256px|Hyssop]]&lt;br /&gt;
| +1 Con&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== I ===&lt;br /&gt;
Jump to letter: [[#A | A]] [[#B | B]] [[#C | C]] [[#D | D]] [[#E | E]] [[#F | F]] [[#G | G]] [[#H | H]] '''I''' [[#J | J]] [[#K | K]] [[#L | L]] [[#M | M]] [[#N | N]] [[#O | O]] [[#P | P]] [[#Q | Q]] [[#R | R]] [[#S | S]] [[#T | T]] [[#U | U]] [[#V | V]] [[#W | W]] [[#X | X]] [[#Y | Y]] [[#Z | Z]]&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; width=&amp;quot;95%&amp;quot;&lt;br /&gt;
! Herb Name !! Method (tried/working) !!Details !! Picture !! Stats&lt;br /&gt;
|-&lt;br /&gt;
| Ice Blossom&lt;br /&gt;
| Cut away the outer stem&amp;lt;br&amp;gt;&lt;br /&gt;
Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Iceblossom.jpg|thumb|256px|Ice Blossom]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Ice Mint&lt;br /&gt;
| &lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| Edged, bluer than Mountain Mint&lt;br /&gt;
| [[Image:Ice_Mint2.jpg‎|thumb|256px|Ice Mint]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Ilex&lt;br /&gt;
| Harvest the Root pith&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Ilex.jpg|thumb|256px|Ilex]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Indigo Damia&lt;br /&gt;
| Trim the Root fibres&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Indigo Damia.jpg|thumb|256px|Indigo Damia]]&lt;br /&gt;
| +1 Dex, +1 Spd&lt;br /&gt;
|-&lt;br /&gt;
| Ipomoea &lt;br /&gt;
| Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Ipomoea.jpg|thumb|256px|Ipomoea]]&lt;br /&gt;
| -1 Dex, -1 Per&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== J ===&lt;br /&gt;
Jump to letter: [[#A | A]] [[#B | B]] [[#C | C]] [[#D | D]] [[#E | E]] [[#F | F]] [[#G | G]] [[#H | H]] [[#I | I]] '''J''' [[#K | K]] [[#L | L]] [[#M | M]] [[#N | N]] [[#O | O]] [[#P | P]] [[#Q | Q]] [[#R | R]] [[#S | S]] [[#T | T]] [[#U | U]] [[#V | V]] [[#W | W]] [[#X | X]] [[#Y | Y]] [[#Z | Z]]&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; width=&amp;quot;95%&amp;quot;&lt;br /&gt;
! Herb Name !! Method (tried/working) !!Details !! Picture !! Stats&lt;br /&gt;
|-&lt;br /&gt;
| Jagged Dewcup&lt;br /&gt;
| &amp;lt;b&amp;gt;Harvest the Root pith&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Jagged_Dewcup.jpg|thumb|256px|Jagged Dewcup]]&lt;br /&gt;
| -1 Dex, -1 End, 2 Spd 2, Foc&lt;br /&gt;
|-&lt;br /&gt;
| Jaivanti&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;b&amp;gt;Crush the stems&amp;lt;/b&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Jaivanti.jpg|thumb|256px|Jaivanti]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Jaiyanti&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;b&amp;gt;Cut away the outer stem&amp;lt;/b&amp;gt;&lt;br /&gt;
| Edged&lt;br /&gt;
| [[Image:Jaiyanti.jpg|thumb|256px|Jaiyanti]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Joy of the Mountain&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;b&amp;gt;Pluck the leaves&amp;lt;/b&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Joy of the Mountain.jpg|thumb|256px|Joy of the Mountain]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Jugwort&lt;br /&gt;
|Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Squeeze out the sap&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Scrape away the leaf hairs&amp;lt;/s&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
| Similar herbs and identification differences:&amp;lt;BR&amp;gt;Death's Piping (Rough Green, bends forwards);&amp;lt;BR&amp;gt;Harrow (Rough Green, bends backwards);&amp;lt;BR&amp;gt;Pitcher Plant (Smooth Green, bends forwards);&amp;lt;BR&amp;gt;Jugwort (Smooth Green, bends backwards)&amp;lt;BR&amp;gt;Number of pipes doesn't matter, can be as low as 1, seen as high as 10.&lt;br /&gt;
| [[Image:Jugwort.jpg|thumb|256px|Jugwort]]&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== K ===&lt;br /&gt;
Jump to letter: [[#A | A]] [[#B | B]] [[#C | C]] [[#D | D]] [[#E | E]] [[#F | F]] [[#G | G]] [[#H | H]] [[#I | I]] [[#J | J]] '''K''' [[#L | L]] [[#M | M]] [[#N | N]] [[#O | O]] [[#P | P]] [[#Q | Q]] [[#R | R]] [[#S | S]] [[#T | T]] [[#U | U]] [[#V | V]] [[#W | W]] [[#X | X]] [[#Y | Y]] [[#Z | Z]]&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; width=&amp;quot;95%&amp;quot;&lt;br /&gt;
! Herb Name !! Method (tried/working) !!Details !! Picture !! Stats&lt;br /&gt;
|-&lt;br /&gt;
| Katako root&lt;br /&gt;
| &lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Katako_Root.jpg|thumb|256px|Katako root]]&lt;br /&gt;
|  -1 Dex, -1 End, +1 Con, +1 Per&lt;br /&gt;
|-&lt;br /&gt;
| Khokali&lt;br /&gt;
|Scrape off the stem pith&lt;br /&gt;
| fern, pink&lt;br /&gt;
|[[Image:Khokali.jpg|thumb|256px|Khokali]]&lt;br /&gt;
| +1 Dex&lt;br /&gt;
|-&lt;br /&gt;
| King's Coin&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;s&amp;gt;Trim the Root fibres&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
| Herb has two distinct leaves. Smaller than ATITD4. somewhat similar to Digweed&lt;br /&gt;
| [[Image:KingsCoin1.jpg|thumb|256px|King's Coin]]&lt;br /&gt;
|  &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== L ===&lt;br /&gt;
Jump to letter: [[#A | A]] [[#B | B]] [[#C | C]] [[#D | D]] [[#E | E]] [[#F | F]] [[#G | G]] [[#H | H]] [[#I | I]] [[#J | J]] [[#K | K]] '''L''' [[#M | M]] [[#N | N]] [[#O | O]] [[#P | P]] [[#Q | Q]] [[#R | R]] [[#S | S]] [[#T | T]] [[#U | U]] [[#V | V]] [[#W | W]] [[#X | X]] [[#Y | Y]] [[#Z | Z]]&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; width=&amp;quot;95%&amp;quot;&lt;br /&gt;
! Herb Name !! Method (tried/working) !!Details !! Picture !! Stats&lt;br /&gt;
|-&lt;br /&gt;
| Lamae&lt;br /&gt;
| Cut away the outer stem&amp;lt;br&amp;gt;&lt;br /&gt;
Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Pluck the leaves&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
| See also: Miniature Lamae, Houseleek, Blushing Blossom&lt;br /&gt;
|[[Image:Lamae.jpg|thumb|256px|Lamae]] &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Larkspur&lt;br /&gt;
| Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
|[[Image:Larkspur.jpg|thumb|256px|Larkspur]] &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Lavender Navarre&lt;br /&gt;
|&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
| *see Apothecary's Scythe&lt;br /&gt;
| [[Image:Lavender Navarre.jpg|thumb|256px|Lavender Navarre]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Lavender Scented Thyme&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;b&amp;gt;Crush the stems&amp;lt;/b&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|[[Image:Lavender Scented Thyme.jpg|thumb|256px|Lavender Scented Thyme]] &lt;br /&gt;
| -1 End, -1 Per&lt;br /&gt;
|-&lt;br /&gt;
| Lemon Basil&lt;br /&gt;
|&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Lemon Basil.jpg|thumb|256px|Lemon Basil]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Lemondrop&lt;br /&gt;
| Cut away the outer stem&amp;lt;br&amp;gt;&lt;br /&gt;
| See also: Blood Balm&lt;br /&gt;
|[[Image:Lemondrop.jpg|thumb|256px|Lemondrop]]&lt;br /&gt;
| +1 Con&lt;br /&gt;
|-&lt;br /&gt;
| Lemon Grass&lt;br /&gt;
| &lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Lemongrass.jpg|thumb|256px|Lemon Grass]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Lilia&lt;br /&gt;
| Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
| &lt;br /&gt;
| [[Image:Lilia.jpg|thumb|256px|Lilia]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Liquorice&lt;br /&gt;
| Harvest the Root pith&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Liquorice1.jpg|thumb|256px|Liquorice]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Lungclot &lt;br /&gt;
| &lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Lungclot.jpg|thumb|256px|Lungclot]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| Lythrum&lt;br /&gt;
| &lt;br /&gt;
Pluck the leaves&lt;br /&gt;
| See also: Verdant Squill (stems are distinguishing factor)&lt;br /&gt;
|[[Image:Lythrum.jpg|thumb|256px|Lythrum]]&lt;br /&gt;
| +1 Spd, +1 Per&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== M ===&lt;br /&gt;
Jump to letter: [[#A | A]] [[#B | B]] [[#C | C]] [[#D | D]] [[#E | E]] [[#F | F]] [[#G | G]] [[#H | H]] [[#I | I]] [[#J | J]] [[#K | K]] [[#L | L]] '''M''' [[#N | N]] [[#O | O]] [[#P | P]] [[#Q | Q]] [[#R | R]] [[#S | S]] [[#T | T]] [[#U | U]] [[#V | V]] [[#W | W]] [[#X | X]] [[#Y | Y]] [[#Z | Z]]&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; width=&amp;quot;95%&amp;quot;&lt;br /&gt;
! Herb Name !! Method (tried/working) !!Details !! Picture !! Stats&lt;br /&gt;
|- &lt;br /&gt;
| Mahonia&lt;br /&gt;
| &amp;lt;s&amp;gt;Pick out the seeds&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap (last one left)&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|[[Image:Mahonia.jpg|thumb|256px|Mahonia]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| Malice Weed&lt;br /&gt;
| Cut away the outer stem&amp;lt;br&amp;gt;&lt;br /&gt;
Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|[[Image:MaliceWeed.jpg|thumb|256px|Malice Weed]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Mandrake Root&lt;br /&gt;
| Cut away the outer stem&amp;lt;br&amp;gt;&lt;br /&gt;
Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|[[Image:Mandrake.jpg|thumb|256px|Mandrake Root]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Maragosa&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;b&amp;gt;Harvest the Root pith&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
| Dark blue leaves. See also Fleabane.&lt;br /&gt;
|[[Image:Maragosa.jpg|thumb|256px|Maragosa]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| Mariae&lt;br /&gt;
| &amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
|white/blue is Blessed Mariae, peach is (regular) Mariae&lt;br /&gt;
|[[Image:Mariae.jpg|thumb|256px|Mariae]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| Meadowsweet&lt;br /&gt;
| &lt;br /&gt;
Pick out the seeds&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Meadowsweet.jpg|thumb|256px|Meadowsweet]]&lt;br /&gt;
| +1 Str&lt;br /&gt;
|-&lt;br /&gt;
| Medicago&lt;br /&gt;
| Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| Also see Strawberry Tea, Liquorice&lt;br /&gt;
| [[Image:Medicago.jpg|thumb|256px|Medicago]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Mindanao&lt;br /&gt;
| &amp;lt;b&amp;gt;Harvest the Root pith&amp;lt;/b&amp;gt;&lt;br /&gt;
| Also see [[#T|Tristeria]]&lt;br /&gt;
| [[Image:Mindanao.jpg|thumb|256px|Mindanao]]&lt;br /&gt;
| -1 Dex, +2 End&lt;br /&gt;
|-&lt;br /&gt;
| Miniature Bamboo&lt;br /&gt;
|&lt;br /&gt;
Scrape off the stem pith&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Minature_Bamboo.jpg|thumb|256px|Miniature Bamboo]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| Miniature Lamae&lt;br /&gt;
| &amp;lt;b&amp;gt;Harvest the Root pith&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Miniature_Lamae.jpg|thumb|256px|Miniature Lamae]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| Mirabellis Fern&lt;br /&gt;
|&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
| See also: Blue Tarafern, Cyan Cressida, Sandy Dustweed&lt;br /&gt;
| [[Image:Mirabellis Fern.jpg|thumb|256px|Mirabellis Fern]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Moon Aloe&lt;br /&gt;
|&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Peel back the stem base&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Remove the Tap Root&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Pick out the seeds&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Scrape away the leaf hairs &amp;lt;/s&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Moon_Aloe.jpg|thumb|256px|Moon Aloe]]&lt;br /&gt;
| 2 Str, -1 Spd, 2 Foc, -1 Per&lt;br /&gt;
|-&lt;br /&gt;
| Morpha&lt;br /&gt;
| &lt;br /&gt;
'''Remove the Tap Root'''&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Morpha.jpg|thumb|256px|Morpha]]&lt;br /&gt;
| 2 Str, 2 End, -1 Spd, -1 Foc&lt;br /&gt;
|-&lt;br /&gt;
| Motherwort&lt;br /&gt;
| Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Motherwort.jpg|thumb|256px|Motherwort]]&lt;br /&gt;
| +1 Spd&lt;br /&gt;
|-&lt;br /&gt;
| Mountain Mint&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;b&amp;gt;Crush the stems&amp;lt;/b&amp;gt;&lt;br /&gt;
| Edged, greener than Ice Mint&lt;br /&gt;
| [[Image:Mountain_mint.jpg|thumb|256px|Mountain Mint]]&lt;br /&gt;
| -1 End, -1 Con, +2 per&lt;br /&gt;
|- &lt;br /&gt;
| Myristica&lt;br /&gt;
|&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Myristica.jpg|thumb|256px|Myristica]]&lt;br /&gt;
| +1 Dex, +1 Con&lt;br /&gt;
|-&lt;br /&gt;
| Myrrh&lt;br /&gt;
| &lt;br /&gt;
Pick out the seeds&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Myrrh.jpg|thumb|256px|Myrrh]]&lt;br /&gt;
| -1 str, +2 end, -1 per&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== N ===&lt;br /&gt;
Jump to letter: [[#A | A]] [[#B | B]] [[#C | C]] [[#D | D]] [[#E | E]] [[#F | F]] [[#G | G]] [[#H | H]] [[#I | I]] [[#J | J]] [[#K | K]] [[#L | L]] [[#M | M]] '''N''' [[#O | O]] [[#P | P]] [[#Q | Q]] [[#R | R]] [[#S | S]] [[#T | T]] [[#U | U]] [[#V | V]] [[#W | W]] [[#X | X]] [[#Y | Y]] [[#Z | Z]]&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; width=&amp;quot;95%&amp;quot;&lt;br /&gt;
! Herb Name !! Method (tried/working) !!Details !! Picture !! Stats&lt;br /&gt;
|-&lt;br /&gt;
| Naranga&lt;br /&gt;
| Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:NewNaranga.JPG|thumb|256px|Naranga]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Nubian Liquorice&lt;br /&gt;
| Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Nubian Liquorice.jpg|thumb|256px|Nubian Liquorice]]&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== O ===&lt;br /&gt;
Jump to letter: [[#A | A]] [[#B | B]] [[#C | C]] [[#D | D]] [[#E | E]] [[#F | F]] [[#G | G]] [[#H | H]] [[#I | I]] [[#J | J]] [[#K | K]] [[#L | L]] [[#M | M]] [[#N | N]] '''O''' [[#P | P]] [[#Q | Q]] [[#R | R]] [[#S | S]] [[#T | T]] [[#U | U]] [[#V | V]] [[#W | W]] [[#X | X]] [[#Y | Y]] [[#Z | Z]]&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; width=&amp;quot;95%&amp;quot;&lt;br /&gt;
! Herb Name !! Method (tried/working) !!Details !! Picture !! Stats&lt;br /&gt;
|-&lt;br /&gt;
| [[Foraging#Octec's Grace| Octec's Grace]]&lt;br /&gt;
| Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
| Do not confuse with Ipomoea -- check the stem/base.  You'll be sorry if you.&lt;br /&gt;
| [[Image:Octecs Grace.jpg|thumb|256px|Octec's Grace]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Foraging#Opal Harebell | Opal Harebell]]&lt;br /&gt;
| Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
| Can be larger than shown&lt;br /&gt;
| [[Image:Opal_Harebell.jpg|thumb|256px|Opal Harebell]]&lt;br /&gt;
| Str -1, End 2, Foc -1, Per 2&lt;br /&gt;
|-&lt;br /&gt;
| [[#Orange Niali | Orange Niali]]&lt;br /&gt;
|Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Orange Niali.jpg|thumb|256px|Orange Niali]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[Foraging#Orange Sweetgrass | Orange Sweetgrass]] &lt;br /&gt;
| Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Orange Sweetgrass.jpg|thumb|256px|Orange Sweetgrass]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[Foraging#Orris | Orris]]&lt;br /&gt;
| &lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Orris.jpg|thumb|256px|Orris]]&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== P ===&lt;br /&gt;
Jump to letter: [[#A | A]] [[#B | B]] [[#C | C]] [[#D | D]] [[#E | E]] [[#F | F]] [[#G | G]] [[#H | H]] [[#I | I]] [[#J | J]] [[#K | K]] [[#L | L]] [[#M | M]] [[#N | N]] [[#O | O]] '''P''' [[#Q | Q]] [[#R | R]] [[#S | S]] [[#T | T]] [[#U | U]] [[#V | V]] [[#W | W]] [[#X | X]] [[#Y | Y]] [[#Z | Z]]&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; width=&amp;quot;95%&amp;quot;&lt;br /&gt;
! Herb Name !! Method (tried/working) !!Details !! Picture !! Stats&lt;br /&gt;
|-&lt;br /&gt;
| Pale Dhamasa&lt;br /&gt;
| &lt;br /&gt;
Remove the Tap Root&lt;br /&gt;
|&lt;br /&gt;
|[[Image:PaleDhamasa.jpg|thumb|256px|Pale Dhamasa]]&lt;br /&gt;
| +1 Str (6chkd)&lt;br /&gt;
|-&lt;br /&gt;
| Pale Ochoa&lt;br /&gt;
|Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
| Edged. Similar to Sweetflower but much smaller.&lt;br /&gt;
|[[Image:PaleOchoa.jpg|thumb|256px|Pale Ochoa]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Pale Russet&lt;br /&gt;
| &amp;lt;b&amp;gt;Cut away the outer stem&amp;lt;/b&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|[[Image:PaleRusset.jpg|thumb|256px|Pale Russet]]&lt;br /&gt;
| +1 End, +1 Con&lt;br /&gt;
|-&lt;br /&gt;
| Pale Skirret&lt;br /&gt;
| &lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Pale Skirret.gif|thumb|256px|PaleSkirret]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Panoe&lt;br /&gt;
| &lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt; confirmed T6&lt;br /&gt;
|&lt;br /&gt;
| [[Image:NewPanoe.JPG|thumb|256px|Panoe]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Paradise Lily&lt;br /&gt;
| Cut away the outer stem&amp;lt;br&amp;gt;&lt;br /&gt;
Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Remove the Tap Root&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
| Grants the Achievement ''Successfully Harvested Paradise Lily''&lt;br /&gt;
| [[Image:paradiselily.jpg|thumb|256px|Paradise Lily]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Patchouli&lt;br /&gt;
| '''Harvest the Root pith'''&lt;br /&gt;
| Edged&amp;lt;br/&amp;gt;See also Ginseng Root&lt;br /&gt;
| [[Image:patchouli.jpg|thumb|256px|Patchouli]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Peppermint&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;b&amp;gt;Pluck the leaves&amp;lt;/b&amp;gt;&lt;br /&gt;
| Edged&lt;br /&gt;
| [[Image:peppermint.gif|thumb|256px|Peppermint]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Pippali &lt;br /&gt;
|Harvest the Root pith&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Pippali.png|thumb|256px|Pippali]]&lt;br /&gt;
| -1 Str, +1 Dex, +1 Con, -1 Per&lt;br /&gt;
|-&lt;br /&gt;
| Pitcher Plant&lt;br /&gt;
| &lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
| Similar herbs and identification differences:&amp;lt;BR&amp;gt;Death's Piping (Rough Green, bends forwards);&amp;lt;BR&amp;gt;Harrow (Rough Green, bends backwards);&amp;lt;BR&amp;gt;Pitcher Plant (Smooth Green, bends forwards);&amp;lt;BR&amp;gt;Jugwort (Smooth Green, bends backwards)&amp;lt;BR&amp;gt;Number of pipes doesn't matter, can be as low as 2, seen as high as 10.&lt;br /&gt;
| [[Image:pitcher plant.jpg|thumb|256px|Pitcher plant]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Primula&lt;br /&gt;
| &lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:primula.jpg|thumb|256px|Primula]]&lt;br /&gt;
| +1 Spd, +1 Con&lt;br /&gt;
|-&lt;br /&gt;
| Prisniparni&lt;br /&gt;
| Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Prisniparni.jpg|thumb|256px|Prisniparni]]&lt;br /&gt;
| +2 Spd, -1 Con, +2 Foc, -1 Per&lt;br /&gt;
|-&lt;br /&gt;
| Pulmonaria Opal &lt;br /&gt;
|Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|[[Image:Pulmonaria_Opal.jpg|thumb|256px|Pulmonaria Opal]]&lt;br /&gt;
| -1 Dex, -1 Foc, +2 Per&lt;br /&gt;
|-&lt;br /&gt;
| Purple Tintiri &lt;br /&gt;
|&amp;lt;b&amp;gt;Pluck the leaves&amp;lt;/b&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|[[Image:Purple Tintini.jpg|thumb|256px|Purple Tintiri]]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Q ===&lt;br /&gt;
Jump to letter: [[#A | A]] [[#B | B]] [[#C | C]] [[#D | D]] [[#E | E]] [[#F | F]] [[#G | G]] [[#H | H]] [[#I | I]] [[#J | J]] [[#K | K]] [[#L | L]] [[#M | M]] [[#N | N]] [[#O | O]] [[#P | P]] '''Q''' [[#R | R]] [[#S | S]] [[#T | T]] [[#U | U]] [[#V | V]] [[#W | W]] [[#X | X]] [[#Y | Y]] [[#Z | Z]]&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; width=&amp;quot;95%&amp;quot;&lt;br /&gt;
! Herb Name !! Method (tried/working) !!Details !! Picture !! Stats&lt;br /&gt;
|-&lt;br /&gt;
| Quamash&lt;br /&gt;
|&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
|[[Image:Quamash.jpg|thumb|256px|Quamash]]&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== R ===&lt;br /&gt;
Jump to letter: [[#A | A]] [[#B | B]] [[#C | C]] [[#D | D]] [[#E | E]] [[#F | F]] [[#G | G]] [[#H | H]] [[#I | I]] [[#J | J]] [[#K | K]] [[#L | L]] [[#M | M]] [[#N | N]] [[#O | O]] [[#P | P]] [[#Q | Q]] '''R''' [[#S | S]] [[#T | T]] [[#U | U]] [[#V | V]] [[#W | W]] [[#X | X]] [[#Y | Y]] [[#Z | Z]]&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; width=&amp;quot;95%&amp;quot;&lt;br /&gt;
! Herb Name !! Method (tried/working) !!Details !! Picture !! Stats&lt;br /&gt;
|-&lt;br /&gt;
| Red Pepper Plant&lt;br /&gt;
|Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
| Compare with Black Pepper Plant - check stem color&lt;br /&gt;
| [[Image:RedPepperPlant.jpg|thumb|256px|Red Pepper Plant]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Revivia&lt;br /&gt;
| &amp;lt;s&amp;gt;Cut away the outer stem&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Harvest the Root pith&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Revivia.jpg|thumb|256px|Revivia]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Rhubarb&lt;br /&gt;
|&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
| &lt;br /&gt;
| [[Image:Rhubarb.jpg|thumb|256px|Rhubarb]]&lt;br /&gt;
| +2 Str, -1 Spd, -1 Con&lt;br /&gt;
|-&lt;br /&gt;
| Royal Rosemary&lt;br /&gt;
| &lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:RoyalRosemary.jpg|thumb|256px|Royal Rosemary]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Rubia&lt;br /&gt;
| &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Rubia.jpg|thumb|256px|Rubia]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Rubydora&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Crush the stems&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Rubydora.png|thumb|256px|Rubydora]]&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== S ===&lt;br /&gt;
Jump to letter: [[#A | A]] [[#B | B]] [[#C | C]] [[#D | D]] [[#E | E]] [[#F | F]] [[#G | G]] [[#H | H]] [[#I | I]] [[#J | J]] [[#K | K]] [[#L | L]] [[#M | M]] [[#N | N]] [[#O | O]] [[#P | P]] [[#Q | Q]] [[#R | R]] '''S''' [[#T | T]] [[#U | U]] [[#V | V]] [[#W | W]] [[#X | X]] [[#Y | Y]] [[#Z | Z]]&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; width=&amp;quot;95%&amp;quot;&lt;br /&gt;
! Herb Name !! Method (tried/working) !!Details !! Picture !! Stats&lt;br /&gt;
|- &lt;br /&gt;
| Sacred Palm&lt;br /&gt;
| Cut away the outer stem&amp;lt;br&amp;gt;&lt;br /&gt;
Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt; &lt;br /&gt;
| Striped, Green&lt;br /&gt;
| [[Image:Sacredpalm.jpg|thumb|256px|Sacred Palm]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Sagar Ghota&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
| Striped, Blue&lt;br /&gt;
|[[Image:Sagar Ghota.png|thumb|256px|Saggar Ghota]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Sandalwood&lt;br /&gt;
|&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
| &lt;br /&gt;
| [[Image:Sandalwood.png|thumb|256px|Sandalwood]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Sandy Dustweed&lt;br /&gt;
|Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|[[Image:SandyDustweed.jpg|thumb|256px|Sandy Dustweed]]&lt;br /&gt;
| -1 Str, 1 Dex, -1 End, 1 Per&lt;br /&gt;
|-&lt;br /&gt;
| Satsatchi &lt;br /&gt;
| Cut away the outer stem&amp;lt;br&amp;gt;&lt;br /&gt;
| Bulb may appear to be much shorter than pictured.&amp;lt;BR&amp;gt; The Off-colored non-green leaves may not show either.&amp;lt;BR&amp;gt; You may only have black leaves with green under them.&lt;br /&gt;
| [[Image:Satsatchi.png|thumb|256px|Satsatchi]]&lt;br /&gt;
| +1 str, +1 con&lt;br /&gt;
|-&lt;br /&gt;
| Scaley Hardwood&lt;br /&gt;
| Cut away the outer stem&amp;lt;br&amp;gt;&lt;br /&gt;
Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Squeeze out the sap&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Scrape away the leaf hairs&amp;lt;/s&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
| The plant menu has the option to gather wood from it,&amp;lt;BR&amp;gt; and specifies the name of the tree in the title part&lt;br /&gt;
|[[Image:386px-ScaleyHardWood.jpg|thumb|256px|Scaley Hardwood]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Schisandra&lt;br /&gt;
| &amp;lt;s&amp;gt;Snip the leaf stems&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|[[Image:Schisandra.png|thumb|256px|Schisandra]]&lt;br /&gt;
| -1 Str, +1 Spd, +1 Foc&lt;br /&gt;
|-&lt;br /&gt;
| Shrubby Basil&lt;br /&gt;
|&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
| red-brown leaves&amp;lt;br&amp;gt; lighter colour = Lemon Basil&lt;br /&gt;
| [[Image:ShrubbyBasil.jpg|thumb|256px|Shrubby Basil]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Shrub Sage&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| can be smaller than in the picture&lt;br /&gt;
|[[Image:ShrubSage.jpg|thumb|256px|Shrub Sage]]&lt;br /&gt;
| -1 Str, +2 Dex, -1 Foc&lt;br /&gt;
|-&lt;br /&gt;
| Shyama&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;b&amp;gt;Remove the Tap Root&amp;lt;/b&amp;gt;&lt;br /&gt;
| leaves are often more distinct and less bushy&lt;br /&gt;
| [[Image:NewShyama.jpg|thumb|256px|Shyama]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Shyamalata&lt;br /&gt;
| Cut away the outer stem&amp;lt;br&amp;gt;&lt;br /&gt;
Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Shymalata.png|thumb|256px|Shymalata]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|Sickly Root&lt;br /&gt;
| Cut away the outer stem&amp;lt;br&amp;gt;&lt;br /&gt;
Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:NewSickly_Root.PNG|thumb|256px|Sickly Root]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Silvertongue Damia&lt;br /&gt;
|Harvest the Root pith&lt;br /&gt;
|&lt;br /&gt;
| [[Image:silvertonguedamia.gif|thumb|256px|Silvertongue Damia]]&lt;br /&gt;
| +2 Dex, +2 Spd, -1 End, -1 Con&lt;br /&gt;
|-&lt;br /&gt;
| Skirret&lt;br /&gt;
|&amp;lt;s&amp;gt;Pick out the seeds&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Crush the stems&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Squeeze out the sap&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Scrape away the leaf hairs &amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:NewSkirret.png|thumb|256px|Skirret]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| Sky Gladalia&lt;br /&gt;
| &lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Sky_Gladalia.png|thumb|256px|Sky Gladalia]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Soapwort&lt;br /&gt;
| Cut away the outer stem&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Soapwort.png|thumb|256px|Soapwort]]&lt;br /&gt;
| -1 Str, -1 Con, 2 Per&lt;br /&gt;
|-&lt;br /&gt;
| Sorrel&lt;br /&gt;
|&amp;lt;b&amp;gt;Pick out the seeds&amp;lt;/b&amp;gt;&lt;br /&gt;
| off-white leaves&lt;br /&gt;
| [[Image:NewSorrel.png|thumb|256px|Sorrel]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Spinach&lt;br /&gt;
| Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:256px-Spinach.png|thumb|256px|Spinach]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Spinnea&lt;br /&gt;
| &amp;lt;s&amp;gt;Cut away the outer stem&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Harvest the Root pith&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:518px-Spinnea.jpg|thumb|256px|Spinnea]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Squill&lt;br /&gt;
| '''Scrape away the leaf hairs'''&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Squill.gif|thumb|256px|Squill]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Steel Bladegrass&lt;br /&gt;
| &lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
| [[Image:SteelBladegrass.png|thumb|265px|Steel Bladegrass]]&lt;br /&gt;
| -1 speed, -1 per&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| Stickler Hedge&lt;br /&gt;
|&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
| Can be slightly larger&lt;br /&gt;
| [[Image:NewSticklerHedge.jpg|thumb|256px|Stickler Hedge]]&lt;br /&gt;
|  +2 Str, -1 Con, -1 Foc&lt;br /&gt;
|-&lt;br /&gt;
| Strawberry Tea &lt;br /&gt;
| Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
| Also see Medicago&lt;br /&gt;
| [[Image:T4strawberrytea.jpg|thumb|256px|Strawberry Tea]]&lt;br /&gt;
| +1 Str&lt;br /&gt;
|-&lt;br /&gt;
| Strychnos&lt;br /&gt;
|&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Strychnos.jpg|thumb|256px|Strychnos]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Sugar Cane&lt;br /&gt;
| &lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:440px-Sugarcane.png|thumb|256px|Sugarcane]]&lt;br /&gt;
| +1 Dex&lt;br /&gt;
|-&lt;br /&gt;
| Sweetflower&lt;br /&gt;
|&lt;br /&gt;
Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
| Edged. Similar to Pale Ochoa but much larger.&lt;br /&gt;
|[[Image:SweetFlower01.png|thumb|256px|Sweetflower]]&lt;br /&gt;
| -1 Str, +2 Spd, +2 Perc, -1 Cons&lt;br /&gt;
|-&lt;br /&gt;
| Sweetgrass&lt;br /&gt;
| Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Sweetgrass.jpg|thumb|256px|Sweetgrass]]&lt;br /&gt;
| +1 End, +1 Per&lt;br /&gt;
|-&lt;br /&gt;
| Sweet Groundmaple&lt;br /&gt;
| Cut away the outer stem&amp;lt;br&amp;gt;&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:SweetGroundMaple.png|thumb|256px|SweetGroundMaple]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Sweetsop&lt;br /&gt;
| Crush the stems (is correct)&lt;br /&gt;
|&lt;br /&gt;
| [[Image:SweetSop.png|thumb|256px|Sweetsoap]]&lt;br /&gt;
| No Stats&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== T ===&lt;br /&gt;
Jump to letter: [[#A | A]] [[#B | B]] [[#C | C]] [[#D | D]] [[#E | E]] [[#F | F]] [[#G | G]] [[#H | H]] [[#I | I]] [[#J | J]] [[#K | K]] [[#L | L]] [[#M | M]] [[#N | N]] [[#O | O]] [[#P | P]] [[#Q | Q]] [[#R | R]] [[#S | S]] '''T''' [[#U | U]] [[#V | V]] [[#W | W]] [[#X | X]] [[#Y | Y]] [[#Z | Z]]&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; width=&amp;quot;95%&amp;quot;&lt;br /&gt;
! Herb Name !! Method (tried/working) !!Details !! Picture !! Stats&lt;br /&gt;
|-&lt;br /&gt;
| [[#Tagetese | Tagetese]]&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Tagetese.jpg|thumb|256px|Tagetese]]&lt;br /&gt;
| -1 Dex, -1 End, +2 Per&lt;br /&gt;
|-&lt;br /&gt;
| [[#Tamarask | Tamarask]]&lt;br /&gt;
| &lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Tamarask.jpg|thumb|256px|Tamarask]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[#Tangerine Dream | Tangerine Dream]]&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
| Orange, also check [[#Orange_Niali]]&lt;br /&gt;
| [[Image:Tangerine Dream.jpg|thumb|256px|Tangerine dream]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[#Thunder Plant | Thunder Plant]] &lt;br /&gt;
| Cut away the outer stem&amp;lt;br&amp;gt;&lt;br /&gt;
Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Scrape off the stem pith&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Crush the stems&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
|Do not confuse with Sasatchi -- watch those leaves&lt;br /&gt;
|[[Image:Thunder Plant.jpg|thumb|256px|Thunder Plant]]&lt;br /&gt;
|{{5ok}} +9 Spd, -9 Foc, -9 Per&lt;br /&gt;
|-&lt;br /&gt;
| [[#Thyme | Thyme]] &lt;br /&gt;
| Scrape off the stem pith (Confirmed)&amp;lt;br&amp;gt;&lt;br /&gt;
| Also check Wild Lettuce&lt;br /&gt;
|[[Image:Thyme.jpg|thumb|256px|Thyme]]&lt;br /&gt;
| +1 Con (6chkd)&lt;br /&gt;
|-&lt;br /&gt;
| [[#Tiny Clover | Tiny Clover]]&lt;br /&gt;
| &amp;lt;b&amp;gt;Pick out the seeds&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
| see also Bluebottle Clover&lt;br /&gt;
| [[Image:Tiny_Clover1.jpg|thumb|256px|Tiny Clover]]&lt;br /&gt;
| &lt;br /&gt;
+2 Con, +2 Per&amp;lt;br&amp;gt;&lt;br /&gt;
-1 End, -1 Str&lt;br /&gt;
|-&lt;br /&gt;
| [[#Trilobe | Trilobe]]&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;b&amp;gt;Pluck the leaves&amp;lt;/b&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Trilobe.jpg|thumb|256px|Trilobe]]&lt;br /&gt;
|&lt;br /&gt;
{{5ok}}&lt;br /&gt;
-1 end&lt;br /&gt;
+3 foc&lt;br /&gt;
-1 per &lt;br /&gt;
|-&lt;br /&gt;
| [[#Tristeria | Tristeria]]&lt;br /&gt;
| Cut away the outer stem&amp;lt;br&amp;gt;&lt;br /&gt;
| Note: Tristeria is a darker shade &amp;lt;br&amp;gt;of Blue with lighter stems and&amp;lt;br&amp;gt;Azure Tristeria is a lighter shade of Blue&amp;lt;br&amp;gt; with darker stems.&lt;br /&gt;
| [[Image:Tristeria.jpg|thumb|256px|Tristeria]]&lt;br /&gt;
| -1 Spe, +2 Con, -1 Foc&lt;br /&gt;
|- &lt;br /&gt;
| [[#True Tarragon | True Tarragon]]&lt;br /&gt;
| &lt;br /&gt;
'''Harvest the Root pith'''&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:True Tarragon.jpg|thumb|256px|True Tarragon]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [[#Tsangto | Tsangto]]&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;b&amp;gt;Peel back the stem base&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Tsangto.jpg|thumb|256px|Tsangto]]&lt;br /&gt;
| +2 Str, +2 End, -1 Con, -1 Foc &lt;br /&gt;
|-&lt;br /&gt;
| [[#Tsatso | Tsatso]]&lt;br /&gt;
|&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Tsatso.jpg|thumb|256px|Tsatso]]&lt;br /&gt;
|-1 Cons, -1 Perc&lt;br /&gt;
|-&lt;br /&gt;
| [[#Turtle's Shell | Turtle's Shell]]&lt;br /&gt;
| Cut away the outer stem&amp;lt;br&amp;gt;&lt;br /&gt;
Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Scrape off the stem pith&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Turtle Shell.jpg|thumb|256px|Turtle's Shell]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== U ===&lt;br /&gt;
Jump to letter: [[#A | A]] [[#B | B]] [[#C | C]] [[#D | D]] [[#E | E]] [[#F | F]] [[#G | G]] [[#H | H]] [[#I | I]] [[#J | J]] [[#K | K]] [[#L | L]] [[#M | M]] [[#N | N]] [[#O | O]] [[#P | P]] [[#Q | Q]] [[#R | R]] [[#S | S]] [[#T | T]] '''U''' [[#V | V]] [[#W | W]] [[#X | X]] [[#Y | Y]] [[#Z | Z]]&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; width=&amp;quot;95%&amp;quot;&lt;br /&gt;
! Herb Name !! Method (tried/working) !!Details !! Picture !! Stats&lt;br /&gt;
|-&lt;br /&gt;
| Umber Basil&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;s&amp;gt;Remove the Tap Root&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Pick out the seeds&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
| See also: Chaffa&lt;br /&gt;
|[[Image:Umber Basil.jpg|thumb|256px|Umber Basil]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Upright Ochoa&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| Edged&lt;br /&gt;
|[[Image:Upright Ochoa.jpg|thumb|256px|Upright Ochoa]]&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== V ===&lt;br /&gt;
Jump to letter: [[#A | A]] [[#B | B]] [[#C | C]] [[#D | D]] [[#E | E]] [[#F | F]] [[#G | G]] [[#H | H]] [[#I | I]] [[#J | J]] [[#K | K]] [[#L | L]] [[#M | M]] [[#N | N]] [[#O | O]] [[#P | P]] [[#Q | Q]] [[#R | R]] [[#S | S]] [[#T | T]] [[#U | U]] '''V''' [[#W | W]] [[#X | X]] [[#Y | Y]] [[#Z | Z]]&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; width=&amp;quot;95%&amp;quot;&lt;br /&gt;
! Herb Name !! Method (tried/working) !!Details !! Picture !! Stats&lt;br /&gt;
|-&lt;br /&gt;
|Vanilla Tea Tree&lt;br /&gt;
| Cut away the outer stem&amp;lt;br&amp;gt;&lt;br /&gt;
Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:256px-Vanilla_Tea_Tree.png‎|thumb|256px|Vanilla Tea Tree]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|Verdant Squill&lt;br /&gt;
| &lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
| [[Image:Verdant_Squill.jpg |thumb|256px|Verdant Squill]]&lt;br /&gt;
| 1 Str&lt;br /&gt;
|-&lt;br /&gt;
| Verdant Two-Lobe&lt;br /&gt;
|Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:256px-VerdantTwoLobe.jpg|thumb|256px|Verdant Two-Lobe]]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== W ===&lt;br /&gt;
Jump to letter: [[#A | A]] [[#B | B]] [[#C | C]] [[#D | D]] [[#E | E]] [[#F | F]] [[#G | G]] [[#H | H]] [[#I | I]] [[#J | J]] [[#K | K]] [[#L | L]] [[#M | M]] [[#N | N]] [[#O | O]] [[#P | P]] [[#Q | Q]] [[#R | R]] [[#S | S]] [[#T | T]] [[#U | U]] [[#V | V]] '''W''' [[#X | X]] [[#Y | Y]] [[#Z | Z]]&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; width=&amp;quot;95%&amp;quot;&lt;br /&gt;
! Herb Name !! Method (tried/working) !!Details !! Picture !! Stats&lt;br /&gt;
|-&lt;br /&gt;
| Wasabi&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
|Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:256px-Wasabi.jpg|thumb|256px|Wasabi]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Weeping Patala&lt;br /&gt;
|Peel back the stem base&lt;br /&gt;
| Underside of leaves and stem are lilac coloured&lt;br /&gt;
| [[Image:Weeping Patala.jpg|thumb|256px|Weeping Patala]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Whitebelly&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;b&amp;gt;Peel back the stem base&amp;lt;/b&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Whitebelly.png|thumb|256px|Whitebelly]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| White Pepper Plant&lt;br /&gt;
| &lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Whitepepper.JPG|thumb|256px|White Pepper Plant]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Wild Garlic&lt;br /&gt;
| Cut away the outer stem&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Wild_Garlic.jpg|thumb|256px|Wild Garlic]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Wild Lettuce&lt;br /&gt;
| Cut away the outer stem&amp;lt;br&amp;gt;&lt;br /&gt;
| Also check Thyme, Dwarf Wild Lettuce&lt;br /&gt;
| [[Image:wild WildLettuce.jpg|thumb|256px|Wild Lettuce]]&lt;br /&gt;
| +1 STR +1 END eaten raw&lt;br /&gt;
|-&lt;br /&gt;
| Wild Onion&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;b&amp;gt;Remove the Tap Root&amp;lt;/b&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Wildonion.gif|thumb|256px|Wild Onion]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| Wild Yam&lt;br /&gt;
|&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Wild_Yam.png|thumb|256px|Wild Yam]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| Wood Sage&lt;br /&gt;
| Cut away the outer stem&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Harvest the Root pith&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Trim the Root fibres&amp;lt;br&amp;gt;&lt;br /&gt;
Snip the leaf stems&amp;lt;br&amp;gt;&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape off the stem pith&amp;lt;br&amp;gt;&lt;br /&gt;
Remove the Tap Root&amp;lt;br&amp;gt;&lt;br /&gt;
Pick out the seeds&amp;lt;br&amp;gt;&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:Wood_Sage.png|thumb|256px|Wood Sage]]&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== X ===&lt;br /&gt;
Jump to letter: [[#A | A]] [[#B | B]] [[#C | C]] [[#D | D]] [[#E | E]] [[#F | F]] [[#G | G]] [[#H | H]] [[#I | I]] [[#J | J]] [[#K | K]] [[#L | L]] [[#M | M]] [[#N | N]] [[#O | O]] [[#P | P]] [[#Q | Q]] [[#R | R]] [[#S | S]] [[#T | T]] [[#U | U]] [[#V | V]] [[#W | W]] '''X''' [[#Y | Y]] [[#Z | Z]]&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; width=&amp;quot;95%&amp;quot;&lt;br /&gt;
! Herb Name !! Method (tried/working) !!Details !! Picture !! Stats&lt;br /&gt;
|-&lt;br /&gt;
| Xanat&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;s&amp;gt;Pick out the seeds&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Crush the stems&amp;lt;/s&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Pluck the leaves&amp;lt;br&amp;gt;&lt;br /&gt;
Squeeze out the sap&amp;lt;br&amp;gt;&lt;br /&gt;
Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
|  (similar to Caraway)&lt;br /&gt;
|[[Image:Xanat.jpg|256px|thumb|Xanat]]&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
| Xanosi &lt;br /&gt;
| &lt;br /&gt;
Harvest the Root pith&amp;lt;br&amp;gt;&lt;br /&gt;
| See also: Garcinia (different stem color)&lt;br /&gt;
|[[Image:Xanosi-2.png|256px|thumb|Xanosi]]&lt;br /&gt;
| -1 dex -1 spd +2 focus&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Y ===&lt;br /&gt;
Jump to letter: [[#A | A]] [[#B | B]] [[#C | C]] [[#D | D]] [[#E | E]] [[#F | F]] [[#G | G]] [[#H | H]] [[#I | I]] [[#J | J]] [[#K | K]] [[#L | L]] [[#M | M]] [[#N | N]] [[#O | O]] [[#P | P]] [[#Q | Q]] [[#R | R]] [[#S | S]] [[#T | T]] [[#U | U]] [[#V | V]] [[#W | W]] [[#X | X]] '''Y''' [[#Z | Z]]&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; width=&amp;quot;95%&amp;quot;&lt;br /&gt;
! Herb Name !! Method (tried/working) !! Details !! Picture !! Stats&lt;br /&gt;
|- &lt;br /&gt;
| Yava&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
Crush the stems&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
| [[Image:256px-Yava2.png‎ |thumb|256px|Yava]]&lt;br /&gt;
| -1 con, +2 foc, -1 perc&lt;br /&gt;
|-&lt;br /&gt;
| Yellow Gentian&lt;br /&gt;
| Cut away the outer stem&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
| [[Image:YellowGentian.jpg‎ |thumb|256px|Yellow Gentian]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Yellow Tristeria&lt;br /&gt;
|&lt;br /&gt;
Peel back the stem base&amp;lt;br&amp;gt;&lt;br /&gt;
| Red-Orange color.  See also: Finlow&lt;br /&gt;
| [[Image:256px-Yellowtristeria.jpg‎|thumb|256px|Yellow Tristeria]] &lt;br /&gt;
| -1 Str, -1 Dex, +2 Foc&lt;br /&gt;
|-&lt;br /&gt;
| Yigory&lt;br /&gt;
| Scrape away the leaf hairs &amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[Image:NewYigory.jpg‎ |thumb|256px|Yigory]]&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Z ===&lt;br /&gt;
Jump to letter: [[#A | A]] [[#B | B]] [[#C | C]] [[#D | D]] [[#E | E]] [[#F | F]] [[#G | G]] [[#H | H]] [[#I | I]] [[#J | J]] [[#K | K]] [[#L | L]] [[#M | M]] [[#N | N]] [[#O | O]] [[#P | P]] [[#Q | Q]] [[#R | R]] [[#S | S]] [[#T | T]] [[#U | U]] [[#V | V]] [[#W | W]] [[#X | X]] [[#Y | Y]] '''Z'''&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; width=&amp;quot;95%&amp;quot;&lt;br /&gt;
! Herb Name !! Method (tried/working) !!Details !! Picture !! Stats&lt;br /&gt;
|-&lt;br /&gt;
| Zanthoxylum &lt;br /&gt;
|Crush the stems&lt;br /&gt;
|This sometimes looks like 2 plants but is only 1&lt;br /&gt;
| [[Image:Zanthoxylum.jpg|thumb|256px|Zanthoxylum]]&lt;br /&gt;
| &lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Rogarian</name></author>
	</entry>
</feed>