Jump to content

Main public logs

Combined display of all available logs of Costa Sano MediaWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 12:20, 14 February 2026 Mngr talk contribs created page MediaWiki:PlaceForm.js (Created page with "function lookupCoordinates() { const address = document.querySelector('[name="address"]').value; if (!address) { alert("Please enter an address first."); return; } const url = "https://nominatim.openstreetmap.org/search?format=json&q=" + encodeURIComponent(address); fetch(url) .then(response => response.json()) .then(data => { if (data.length === 0) { alert("No coordinates found for this ad...")