Main public logs
Appearance
Combined display of all available logs of Costa Sano KB. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:01, 11 April 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.: document.addEventListener("DOMContentLoaded", function () { const container = document.querySelector("#ns-tree"); if (!container) return; const links = container.querySelectorAll("li a"); links.forEach(link => { const title = link.textContent; const depth = (title.match(/\//g) || []).length; link.parentElement.style.marginLeft = (depth * 20) + "px"; }...")