Module:Timeline of release years: Difference between revisions

m
1 revision imported
en>Andy Irons
(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;...")
 
m (1 revision imported)
 
(No difference)