Template:MapEmbed: Difference between revisions

No edit summary
No edit summary
(25 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>
<includeonly>{{#tag:html|<iframe src="https://highspell.wiki/w/embed/map/?clean=true&lvl={{#replace:{{{lvl|Overworld}}}|Underground|Underworld}}&pos_x={{#expr:{{{xPos|0}}}+0}}&pos_y={{#expr:{{{yPos|0}}}+0}}&zoom={{{zoom|0}}}{{#if:{{{marker|}}}|&marker={{{marker|}}}}}{{#if:{{{emoji|}}}|&emoji={{{emoji|}}}}}{{#if:{{{coords|}}}|&coords={{{coords|}}}}}{{#if:{{{spin|}}}|&spin=true}}{{#if:{{{outline|}}}|&outline=true}}{{#if:{{{glow|}}}|&glow=true}}" style="width: {{{size|100%}}}; {{#if:{{{size|}}}|height: {{{size}}};|aspect-ratio: 1 / 1;}} border: none;" loading="lazy"></iframe>}}</includeonly>
{{#tag:html|
<iframe
  src="https://highlite.fanet.dev/map?hide_decor=true&amp;lvl={{{lvl|1}}}&amp;pos_x={{#expr:{{{xPos|0}}}+512.5}}&amp;pos_y={{#expr:{{{yPos|0}}}+512.5}}"
  style="width: {{{size|100%}}}; {{#if:{{{size|}}}|height: {{{size}}};|aspect-ratio: 1 / 1;}} border: none;"
  loading="lazy">
</iframe>
}}
</includeonly>