Template:Map: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly>{{{1}}} | <includeonly>{{#tag:clipbox|{{{4}}}| | ||
|map={{{1}}} | |||
|x={{{2}}} | |||
|y={{{3}}} | |||
|input="readonly" | |||
}}</includeonly> | |||
<noinclude>__NOTOC__ | |||
== Description == | == Description == | ||
The purpose of this template is to turn a set of coordinates into a copyable link for use with the in-game syntax. | The purpose of this template is to turn a set of coordinates into a copyable link for use with the in-game syntax. | ||
| Line 5: | Line 12: | ||
==Usage== | ==Usage== | ||
<pre>{{ | <pre>{{map|MapName|X|Y|Name}}</pre> | ||
* '''MapName''' is the map to be used. | * '''MapName''' is the map to be used. | ||
* '''X''' is the X coordinate. | * '''X''' is the X coordinate. | ||
* '''Y''' is the Y coordinate. | * '''Y''' is the Y coordinate. | ||
* '''Name''' NPC name. | |||
{{map|mora|120|212|bro}} | |||
| Line 15: | Line 25: | ||
! Code Used | ! Code Used | ||
|- | |- | ||
|<code>Visit | |<code>Visit <nowiki>{{map|mora|120|212|bro}} and select the first dialogue option.</nowiki></code> | ||
|- | |- | ||
! Result | ! Result | ||
|- | |- | ||
| Visit | | Visit {{map|mora|120|212|bro}} and select the first dialogue option. | ||
|} | |} | ||
[[Category:Templates]]</noinclude> | [[Category:Templates]]<templatedata> | ||
{ | |||
"params": { | |||
"1": {}, | |||
"2": {}, | |||
"3": {} | |||
}, | |||
"format": "inline" | |||
} | |||
</templatedata></noinclude> | |||
Revision as of 02:34, 4 February 2024
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}}
- MapName is the map to be used.
- X is the X coordinate.
- Y is the Y coordinate.
- Name NPC name.
Example
| Code Used |
|---|
Visit {{map|mora|120|212|bro}} and select the first dialogue option.
|
| Result |
| Visit
and select the first dialogue option. |
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| 1 | 1 | no description | Unknown | optional |
| 2 | 2 | no description | Unknown | optional |
| 3 | 3 | no description | Unknown | optional |