Module:Birth date and age: 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.

19 March 2025

  • curprev 00:1000:10, 19 March 2025 PeaceDeadC talk contribs 4,191 bytes +4,191 Created page with "local p = {} local function pad2digit(num) return string.format("%02d", num) end local function getZodiacSign(day, month) local zodiacSigns = { { name = "Capricorn", start = { day = 22, month = 12 }, end_ = { day = 19, month = 1 } }, { name = "Aquarius", start = { day = 20, month = 1 }, end_ = { day = 18, month = 2 } }, { name = "Pisces", start = { day = 19, month = 2 }, end_ = { day = 20, month = 3 } }, { name..."