Ufo online Wiki
Advertisement

Syntax[]

{{Map Point | <Coords> | <N or S> | <Coords> | <E or W>| }}

{{Map Point | | | | }}

{{Map Point | Base Map = <Name.jpg> | Marker = <Name>| <Coords> | <N or S> | <Coords> | <E or W> | <Popup Caption> }}

{{Map Point
 | | | | | 
 | | | | | 
 | | | | | 
 | | | | | 
}}

Usage[]

Displays a particular location on a small map of Dereth given specific coordinates. You can use either upper or lower case letters (e, w, n, s or E, W, N, S). Note that because the coordinates need to be transformed into a point on the map, if a coordinate or direction parameter is missing or malformed the page will not render correctly.

You can optionally specify the marker for the points by adding a <Marker = Small> parameter. You can create new markers if desired, create a 9x9 pixel png image with transparency if it doesn't cover the entire area (center the image if not). Name the file "Map Point <Name>.png" and upload it and simply refer to it as <Name> (for example, Map Point Large.png is referenced as Large). For a list of existing markers, see Template:Map Point Plus#Usage.

Whether you specify a caption at the end or leave it blank, if you have more than a single set of coordinates it each coordinate must be followed by another pipe ( | ). If this pipe is missing, the variable count will be off and the page will not render (white page). If you accidentally do this, use your browser back button to get to an edit screen as there will be no edit tab visible. To use a larger map, to display more than 4 points, or to specify a particular marker for each individual point, use Template:Map Point Plus.

The default map is Image:Point Map.jpg however you can optionally specify another 256x256px image to use as the map adding the optional parameter Base Map = Name.jpg.

By default the map will display Town markers, if you do not wish to have them display, add the parameter "Show Towns = False" and then only the point(s) specified will display.

For example:
{{Map Point|12.9|S|51.5|E|}}
{{Map Point|Marker=Dungeon|34.9|N|54.5|E|Abandoned Mine}}
displays as:

Map UFO Point

Map UFO Abandoned Mine

For example:
{{Map Point
 |64|S|63.8|W| 
 |65.9|N|12.9|E| 
 |51.5|N|74.6|w| 
 |60.2|s|88.5|e| 
}}
{{Map Point
 |Marker=Medium
 |Show Towns=False
 |64|S|63.8|W|Obsidian Plains
 |65.9|N|12.9|E|Crater Village
 |51.5|N|74.6|w|Dam Reservoir
 |60.2|s|88.5|e|Mayoi Point
}}
displays as:

Map UFO Map Point Large Map Point Large Map Point Large Map Point Large

Map UFO Obsidian Plains Crater Village Dam Reservoir Mayoi Point

Advertisement