Module:Timeline of release years: 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.

12 May 2022

30 December 2021

  • curprev 01:4601:46, 30 December 2021en>Andy Irons 6,978 bytes +6,978 Created page with "require('Module:No globals') local p = {} local function items(args, year, oldrange) local itemList = {} -- First loop through is to find the lowest year range, if any. If oldrange is supplied, the year range must also be greater than it. local range = 0; if args[year .. '_to'] or args[year .. 'a_to'] then local newrange = tonumber(args[year .. '_to'] or args[year .. 'a_to']) if newrange and (oldrange == nil or newrange > oldrange) then range = newrange;..."