Template:MapLightbox: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
<includeonly>
<includeonly>
{{#tag:html|
{{#tag:html|
<a href="#" class="open-map-lightbox">📍 View map</a>
<a data-fslightbox href="{{{url}}}">📍 View map</a>
<div id="map-lightbox">
  <div class="map-lightbox-content">
    <button id="close-map-lightbox">✕</button>
    <iframe src="{{{url}}}" allowfullscreen></iframe>
  </div>
</div>
|parse=yes}}
|parse=yes}}
</includeonly>
</includeonly>