Template:Minimap: Difference between revisions

m We're switching from IFrameTag to HTMLTags, more general and this works at least
m Fix flat perspective
Line 1: Line 1:
<!-- Template:Minimap -->
<!-- Template:Minimap -->
<htmltag tagname="iframe"
<htmltag tagname="iframe"
   src="https://bluemap.minionguyjpro.dedyn.io/#world:{{{x|0}}}:0:{{{y|0}}}:{{{distance|165}}}:{{{rotation|0}}}:0:0:0:flat"
   src="https://bluemap.minionguyjpro.dedyn.io/#world:{{{x|0}}}:0:{{{y|0}}}:{{{distance|165}}}:{{{rotation|0}}}:0:0:1:flat"
   height="{{{height|300}}}"
   height="{{{height|300}}}"
   width="{{{width|100%}}}">
   width="{{{width|100%}}}">
</htmltag>
</htmltag>