Template:Map
Description
The purpose of this template is to turn a set of coordinates into a copyable link for use with the in-game syntax.
Usage
{{map|MapName|X|Y|Name|UniqueName|Size}}
- MapName is the map to be used.
- X is the X coordinate.
- Y is the Y coordinate.
- Name NPC name.
- UniqueName If multiple navis are used, this has to be unique per page.
- Size Textbox size.
Always use a div around the textfields. Examples below.
Correct usage:
{|<div class="nav"
This is a test text to demonstrate {{map|izlude|120|212|bro|testy|15}} how to properly use this template.
|}
Results in:
This is a test text to demonstrate how to properly use this template.Wrong usage will cause improper display and line breaks.
This is a test text to demonstrate {{map|izlude|120|212|bro|testy|15}} how to use this template incorrectly.
This is a test text to demonstrate
how to use this template incorrectly.