Template:MapEmbed: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly><iframe src="https://highlite.fanet.dev/map?hide_decor=true&lvl={{{lvl|1}}}&pos_x={{#expr:{{{xPos|0}}}+512.5}}&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> | <includeonly> | ||
{{#tag:html| | |||
<iframe | |||
src="https://highlite.fanet.dev/map?hide_decor=true&lvl={{{lvl|1}}}&pos_x={{#expr:{{{xPos|0}}}+512.5}}&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> |