Template:Navi: Difference between revisions

From Alice in Renewal
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
<includeonly><code>/navi {{{1}}} {{{2}}}/{{{3}}} </code></includeonly>
<includeonly><code>/navi {{{1}}} {{{2}}}/{{{3}}} </code></includeonly>
<noinclude>__NOTOC__


<noinclude>
Syntax:
<pre>{{Navi|MapName|X|Y}}</pre>


== วิธีใช้==
<pre>{{Navi|MapName|X|Y}}</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.


<code>Visit the mora npc <nowiki>{{Navi|mora|120|212}} and select the first dialogue option.</nowiki></code>
Visit the mora npc {{Navi|mora|120|212}} and select the first dialogue option.


=== Example ===
[[Category:Templates]]
{|class=wikitable
</noinclude>
! Code Used
|-
|<code>Visit the mora npc <nowiki>{{Navi|mora|120|212}} and select the first dialogue option.</nowiki></code>
|-
! Result
|-
| Visit the mora npc {{Navi|mora|120|212}} and select the first dialogue option.
|}
[[Category:Templates]]</noinclude>

Revision as of 05:00, 27 May 2020


Syntax:

{{Navi|MapName|X|Y}}
  • MapName is the map to be used.
  • X is the X coordinate.
  • Y is the Y coordinate.

Visit the mora npc {{Navi|mora|120|212}} and select the first dialogue option.

Visit the mora npc /navi mora 120/212

and select the first dialogue option.