Jump to content

Module:Aligned dates list/sandbox: Revision history


For any version listed below, click on its date to view it. For more help, see Help:Page history and Help:Edit summary. (cur) = difference from current version, (prev) = difference from preceding version, m = minor edit, → = section edit, ← = automatic edit summary

24 April 2023

22 April 2023

  • curprev 21:2221:22, 22 April 2023 Jay D. Easy talk contribs 1,446 bytes +1,446 Created page with 'local p = {} function p.main(frame) local output = {} local monthNames = {"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"} local daysInMonth = {31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31} local function generateSuffixes() local suffixes = {""} for char = string.byte("b"), string.byte("z") do table.insert(suffixes, string.char(char)) end return suffixes e...'