Main public logs
Appearance
Combined display of all available logs of WikiGence. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:07, 27 October 2025 Wikigence talk contribs created page Module:Birth date and age (Created page with "local p = {} function p.main(frame) local args = frame.args local year = tonumber(args[1]) local month = tonumber(args[2]) local day = tonumber(args[3]) if not (year and month and day) then return "Invalid date" end local birth_date = os.time{year=year, month=month, day=day} local now = os.time() local age = os.date("*t", now).year - year -- বয়স ঠিক করা local this_year_birthday = os.time{year=os...")