Module:NHVer: Revision history

From RosieSoCrossing

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

13 January 2026

  • curprev 22:3622:36, 13 January 2026 Rosie talk contribs 2,115 bytes +2,115 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",..."