The editors' meeting has been canceled for technical reasons.
All public logs
Jump to navigation
Jump to search
Combined display of all available logs of NeuroWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:33, 3 January 2025 Ayato talk contribs created page Module:Birthday (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....")