Combined display of all available logs of etna.foundation. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:14, 6 February 2026 Cranio is thinking talk contribs created page Module:Namespaces (Created page with "local p = {} local function isHiddenOrUseless(id, ns) -- escludi roba tecnica/di sistema if id < 0 then return true end if ns.name == '' then return true end -- spesso non serve elencare Talk if ns.isTalk then return true end -- escludi namespace tipici di sistema (puoi togliere ciò che vuoi) local blacklist = { ["Special"] = true, ["MediaWiki"] = true, } if blacklist[ns.name] then return true end return false end function p.list(frame) local out = {}...")