Main public logs

From RosieSoCrossing

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

Logs
  • 22:36, 13 January 2026 Rosie talk contribs created page Module:NHVer (Created page with "local p = {} local getArgs = require('Module:Arguments').getArgs function p.main(frame) local args = getArgs(frame) local args1 = args[1] or '' local args2 = args[2] or '' return p.outputNHVer(args1, args2) end function p.outputNHVer(args1, args2) local function isEmpty(s) return s == nil or s == '' end local function tableEmpty(s) return next(s) == nil end local patches = { ["1.1.1"] = "1.1.0", ["1.1.2"] = "1.1.0",...")