Main public logs
Appearance
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).
- 13:46, 14 February 2026 Mngr talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: $(function() { const addr = $('#pf-address'); const lat = $('#pf-latitude'); const lon = $('#pf-longitude'); if (addr.length === 0) return; // Not on the Place form addr.on('change', function() { const q = encodeURIComponent(addr.val()); if (!q) return; const url = `https://nominatim.openstreetmap.org/search?format=json&q=${q}`; $.getJSON(ur...")