Template:Location Tooltip Overlay: Difference between revisions

From HorizonXI Wiki
(Created page with "<includeonly><onlyinclude>{{Map Overlay | layer = 1 | pos = {{{pos|}}} | offset x = {{default|{{{highlight offset x|}}}|17}} + {{default|{{{marker pos x|}}}|17}} | offset y = {{default|{{{highlight offset y|}}}|17}} + {{default|{{{marker pos y|}}}|17}} | style = <!-- -->width:{{default|{{{marker size|}}}|5}}px; <!-- -->height:{{default|{{{marker size|}}}|5}}px; <!-- -->background:{{default|{{{marker background|}}}|#FF0000}}; <!-- -->opacity:{{default|{{{marker opacity|}}...")
 
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
| layer = 1
| layer = 1
| pos = {{{pos|}}}
| pos = {{{pos|}}}
| offset x = {{default|{{{highlight offset x|}}}|17}} + {{default|{{{marker pos x|}}}|17}}
| offset x = {{default|{{{offset x|}}}|17}} + 17
| offset y = {{default|{{{highlight offset y|}}}|17}} + {{default|{{{marker pos y|}}}|17}}
| offset y = {{default|{{{offset y|}}}|17}} + 17
| style = <!--
| style = <!--
-->width:{{default|{{{marker size|}}}|5}}px; <!--
-->width:{{default|{{{width|}}}|5}}px; <!--
-->height:{{default|{{{marker size|}}}|5}}px; <!--
-->height:{{default|{{{height|}}}|5}}px; <!--
-->background:{{default|{{{marker background|}}}|#FF0000}}; <!--
-->background:{{default|{{{background|}}}|#FF0000}}; <!--
-->opacity:{{default|{{{marker opacity|}}}|1}}; <!--
-->opacity:{{default|{{{opacity|}}}|1}}; <!--
-->border-radius:{{default|{{{marker border radius|{{{marker size|}}}}}}|5}}px;
-->border-radius:{{default|{{{border radius|}}}|0}}px;
}}</onlyinclude></includeonly>
}}</onlyinclude></includeonly>
==Documentation==
==Documentation==
Just an abstraction layer of <nowiki>{{Map Overlay}}</nowiki> with the parameter names used for <nowiki>{{Location Tooltip}}</nowiki>.
Just an abstraction layer of <nowiki>{{Map Overlay}}</nowiki> with the parameter names used for <nowiki>{{Location Tooltip}}</nowiki>.

Latest revision as of 19:51, 27 June 2025

Documentation

Just an abstraction layer of {{Map Overlay}} with the parameter names used for {{Location Tooltip}}.