Template:Navi: Difference between revisions
Jump to navigation
Jump to search
(Blanked the page) Tag: Blanking |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly><span class="plainlinks navi-link-chip" style="display:inline-flex;align-items:center;gap:7px;padding:3px 10px;margin:2px 3px;border-radius:999px;background:linear-gradient(180deg,rgba(14,28,42,0.92),rgba(5,12,22,0.98));border:1px solid rgba(90,210,255,0.30);white-space:nowrap;vertical-align:middle;box-shadow:0 0 9px rgba(70,190,255,0.12),inset 0 0 10px rgba(100,220,255,0.04);font-weight:bold;line-height:1;"><span class="navi-icon" style="display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:rgba(80,180,255,0.13);border:1px solid rgba(120,220,255,0.22);font-size:13px;color:#8be8ff;">⌖</span><span class="navi-map" style="color:#73d9ff;">[https://timero.com.br/pt/database_maps?search={{{1|}}} {{{1|unknown_map}}}]</span><span class="navi-coords" style="color:#e8f8ff;font-weight:normal;">{{{2|0}}},{{{3|0}}}</span></span></includeonly><noinclude> | |||
== Description == | |||
This template displays a styled navigation coordinate chip for TimeRO maps. | |||
It links directly to the TimeRO map database and applies the map name as a search filter. | |||
== Usage == | |||
<pre> | |||
{{navi|int_land|78|103}} | |||
{{navi|prontera|150|180}} | |||
{{navi|prt_fild01|78|103}} | |||
</pre> | |||
== Parameters == | |||
{| class="wikitable" | |||
! Parameter !! Description | |||
|- | |||
| 1 || Map name / map code | |||
|- | |||
| 2 || X coordinate | |||
|- | |||
| 3 || Y coordinate | |||
|} | |||
== Examples == | |||
{| class="wikitable" | |||
! Example !! Output | |||
|- | |||
| <nowiki>{{navi|int_land|78|103}}</nowiki> | |||
| {{navi|int_land|78|103}} | |||
|- | |||
| <nowiki>{{navi|prt_fild01|78|103}}</nowiki> | |||
| {{navi|prt_fild01|78|103}} | |||
|} | |||
[[Category:Templates|Navi]] | |||
</noinclude> | |||
Latest revision as of 00:05, 6 June 2026
Description
This template displays a styled navigation coordinate chip for TimeRO maps.
It links directly to the TimeRO map database and applies the map name as a search filter.
Usage
{{navi|int_land|78|103}}
{{navi|prontera|150|180}}
{{navi|prt_fild01|78|103}}
Parameters
| Parameter | Description |
|---|---|
| 1 | Map name / map code |
| 2 | X coordinate |
| 3 | Y coordinate |
Examples
| Example | Output |
|---|---|
| {{navi|int_land|78|103}} | |
| {{navi|prt_fild01|78|103}} |