Module:Version Dates: Revision history

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.

17 September 2025

  • curprev 02:3702:37, 17 September 2025 Sangodono talk contribs 815 bytes +815 Created page with "local p = {} local lib = require('Module:Feature') local data = mw.loadData('Module:Version Dates/data') local lang = mw.language.getContentLanguage() function p.main(frame) local args = require('Module:Arguments').getArgs(frame) return p._main(args) end function p._main(args) assert(args[1], 'A version or date must be given.') -- Check if input is a date or a version name local query = args[1] local mode = args.mode or 'version' local unix = tonumber(lang:f..."