Jump to content

Main public logs

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

Logs
  • 20:33, 4 July 2026 NonaSoft talk contribs created page Module:Pagenametools (Created page with "local p = {} p.underscore = function(frame) local pagename = frame.args[1] or nil print("DEBUG: got pagename '" .. pagename .. "'") if pagename == nil then return "{{ScriptError|MissingArgument|1}}" end local encoded_string = string.gsub(pagename, " ", "_") return encoded_string end return p")