Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Deathagemonth: Revision history

From Catpedia

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.

22 May 2025

7 June 2024

  • curprev 21:5321:53, 7 June 2024Ethar talk contribs 802 bytes +22 No edit summary
  • curprev 21:5221:52, 7 June 2024Ethar talk contribs 780 bytes −29 No edit summary
  • curprev 21:0421:04, 7 June 2024Ethar talk contribs 809 bytes −39 No edit summary
  • curprev 21:0421:04, 7 June 2024Ethar talk contribs 848 bytes +848 Created page with "-- DeathMonthAgedMonthYear.lua local p = {} function p.formatDate(frame) local month = frame.args[1] or 1 local year = frame.args[2] or 1970 return mw.getContentLanguage():formatDate('F Y', string.format('%d-%d', year, month)) end function p.calculateAge(frame) local month = tonumber(frame.args[1]) or 1 local year = tonumber(frame.args[2]) or 1970 local currentMonth = tonumber(mw.getCurrentFrame():callParserFunction('#time', 'n')) local cu..."