No edit summary
No edit summary
Line 10: Line 10:
----
----


I ended up making two templates, the first one, [[Template:Map Point]], is small and can plot 1-4 points with the same marker, it can also show popup captions for the points but they are optional (if no marker is specified it defaults to that large one) to make for a simple template to edit info into for most things that will only have one location. If you use a table to float it you can add cellpadding=8 or so and it keeps the edit links from being flush against the map.
It would be possible, though a lot easier after we update to 1.14 (it won't be released as a quarterly release for a bit). Have you seen the [[Maps#Google Maps Mashup|Google Map]]? --[[User:Tlosk|Tlosk]] 05:20, 21 January 2009 (CST)
 
<pre>
{{Map Point|34.9|N|54.5|E|Abandoned Subway}}
</pre>
{{Map Point|34.9|N|54.5|E|Abandoned Subway}}
 
The second template, [[Template:Map Point Plus]], can show up to 30 points, uses a larger map, and can show a particular marker for each point like you suggested. It's also easy to add new markers  (I made a dungeon marker as an example). --[[User:Tlosk|Tlosk]] 15:28, 20 January 2009 (CST)
 
<pre>
{{Map Point Plus
|43.4|N|27.0|E|Small|Rat House - 43.4N, 27.0E
|42.5|N|26.8|E|Small|Abandoned Barn - 42.5N, 26.8E
|43.1|N|26.5|E|Small|Banderling House - 43.1N, 26.5E
|42.4|N|25.9|E|Small|Empty Barn - 42.4N, 25.9E
|41.4|N|26.3|E|Small|Lich House - 41.4N, 26.3E
|41.4|N|27.2|E|Small|Hanging Corpse Ruin - 41.4N, 27.2E
|34.9|N|54.5|E|Dungeon|Abandoned Subway - 34.9N, 54.5E
}}
</pre>
{{Map Point Plus
|43.4|N|27.0|E|Small|Rat House - 43.4N, 27.0E
|42.5|N|26.8|E|Small|Abandoned Barn - 42.5N, 26.8E
|43.1|N|26.5|E|Small|Banderling House - 43.1N, 26.5E
|42.4|N|25.9|E|Small|Empty Barn - 42.4N, 25.9E
|41.4|N|26.3|E|Small|Lich House - 41.4N, 26.3E
|41.4|N|27.2|E|Small|Hanging Corpse Ruin - 41.4N, 27.2E
|34.9|N|54.5|E|Dungeon|Abandoned Subway - 34.9N, 54.5E
}}

Revision as of 11:20, 21 January 2009

Or leave a message below:


I added all the dispels to the sandbox, and also finished off the positive redirects. You might want to double check that it looks right, but I think the dispels will fit in nicely with your redirect format. --Atarax 11:21, 9 January 2009 (CST)


It would be possible, though a lot easier after we update to 1.14 (it won't be released as a quarterly release for a bit). Have you seen the Google Map? --Tlosk 05:20, 21 January 2009 (CST)