Template:Mapmark: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 7: | Line 7: | ||
The first parameter is the '''latitude''', and the second parameter is the '''longitude'''. | The first parameter is the '''latitude''', and the second parameter is the '''longitude'''. | ||
=== Marker Positions === | === Marker Positions === | ||
{| class="wikitable" | |||
|- | |||
!Location | |||
!Wikicoords | |||
!Game Coords | |||
!Difference | |||
|- | |||
|'''Center''' | |||
|<nowiki>{{mapmark|236|139}}</nowiki> | |||
|? | |||
|? | |||
|- | |||
|'''NW''' | |||
|<nowiki>{{mapmark|4|-16}}</nowiki> | |||
|11100 x 89561 | |||
|? | |||
|- | |||
|'''NE''' | |||
|<nowiki>{{mapmark|475|-16}}</nowiki> | |||
|115843 x 89561 | |||
|? | |||
|- | |||
|'''SW''' | |||
|<nowiki>{{mapmark|294|4}}</nowiki> | |||
|11100 x 16391 | |||
|? | |||
|- | |||
|'''SE''': | |||
|<nowiki>{{mapmark|294|475}}</nowiki> | |||
|115843 x 16391 | |||
|? | |||
|- | |||
|} | |||
</noinclude> | </noinclude> | ||
Revision as of 22:13, 25 September 2017
Template:Mapmark is used for marking a map using input coords.
How to Use Template:Mapmark
- This template can be added to a page by typing the following in the page's code with any applicable parameters inserted after the name:
{{Mapmark}}
Raw Example of Template:Mapmark
Parameters
The first parameter is the latitude, and the second parameter is the longitude.
Marker Positions
| Location | Wikicoords | Game Coords | Difference |
|---|---|---|---|
| Center | {{mapmark|236|139}} | ? | ? |
| NW | {{mapmark|4|-16}} | 11100 x 89561 | ? |
| NE | {{mapmark|475|-16}} | 115843 x 89561 | ? |
| SW | {{mapmark|294|4}} | 11100 x 16391 | ? |
| SE: | {{mapmark|294|475}} | 115843 x 16391 | ? |
