Jump to content

Module:AgeTemplate: Revision history

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.

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

12 March 2025

  • curprev 23:3823:38, 12 March 2025 Thehighwayman talk contribs 582 bytes +582 Created page with "local p = {} local function isLeapYear(Year) if Year%400 == 0 then return true end if Year%4 == 0 and Year%100 ~= 0 then return true end return false end function p.age( frame ) local pframe = frame:getParent() local arg1 = pframe.args[1] local arg2 = pframe.args[2] local arg3 = pframe.args[3] local initialDate = "" local endDate = "" if arg1 == "1" or arg1 == "2" or arg1 == "3" then initialDate = arg2 endDate = arg3 else initialDate = arg1..."
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)