All public logs
Combined display of all available logs of stencil.wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:30, 21 December 2024 Robertbaxter talk contribs created page Module:Year sequence (Created page with "local p = {} function p.consolidate(frame) local args = frame.args or frame:getParent().args local source = args[1] --[[ local terminus = tonumber(args[2]) local suffix = args[3] ]]-- local a = {} for year in string.gmatch(source, "%d%d%d%d") do table.insert(a, tonumber(year)) end table.sort(a) local result = "" local prev = 0 local range = false for year in a do if year == prev + 1 then --YEAR IS ONE ABOVE PREVIOUS YEAR-- if not range then...")