The editors' meeting has been canceled for technical reasons.

Module:Birthday: Revision history

Jump to navigation Jump to search

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.

3 January 2025

  • curprev 20:3320:33, 3 January 2025Ayato talk contribs 3,328 bytes +3,328 Created page with "local p = {} -- Convert English month names to numbers local function englishToNumber(month) local months = { January = 1, February = 2, March = 3, April = 4, May = 5, June = 6, July = 7, August = 8, September = 9, October = 10, November = 11, December = 12, Jan = 1, Feb = 2, Mar = 3, Apr = 4, Jun = 6, Jul = 7, Aug = 8, Sep = 9, Oct = 10, Nov = 11, Dec = 12 } return months[month] or nil end function p...."