Template:TapToLoadMap: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

15 February 2025

  • curprev 09:1309:13, 15 February 2025 Minionguyjpro talk contribs 643 bytes +643 Created page with "<div class="tap-container"> <button onclick="loadIFrame(this)" data-url="{{{1}}}">Tap to Load Map</button> <div class="iframeContainer" style="display: none;"></div> </div> <script> function loadIFrame(button) { var container = button.nextElementSibling; // Selects the next div (iframeContainer) var url = button.getAttribute("data-url"); // Gets URL from button attribute // Hide button button.style.display = "none"; // Insert iframe dynamic..."