Predefinição:Navi: mudanças entre as edições
Ir para navegação
Ir para pesquisar
Sem resumo de edição |
Sem resumo de edição |
||
Linha 3: | Linha 3: | ||
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. | ||
Acredito que o problema seja pq no css não existe a class>navi-copy | |||
que implementa o seguinte contexto: | |||
<div class="navi-copy"><div class="navi-copy-text" onclick="CopyNaviLink(this, 'mora','120','212');">(mora 120, 212)</div><div class="navi-copied" style="display:none;">Copied!</div></div> | |||
==Usage== | ==Usage== | ||
<pre>{{Navi|MapName|X|Y}}</pre> | <pre>{{Navi|MapName|X|Y}}</pre> |
Edição das 01h34min de 4 de novembro de 2017
Description
The purpose of this template is to turn a set of coordinates into a copyable link for use with the in-game syntax.
Acredito que o problema seja pq no css não existe a class>navi-copy que implementa o seguinte contexto:
Usage
{{Navi|MapName|X|Y}}
- MapName is the map to be used.
- X is the X coordinate.
- Y is the Y coordinate.
Example
Code Used |
---|
Visit the mora npc {{navi|mora|120|212}} and select the first dialogue option.
|
Result |
Visit the mora npc | and select the first dialogue option.