All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Laenkea. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 18:07, 27 August 2023 TheNightAvl talk contribs created page Module:lnk-date (Created page with "local export = {} local getArgs = require('Module:Arguments').getArgs local date_today = os.date("*t") local year_offset = 0 function get_laenk_date(d_value, m_value, y_value) local greg_date = { ["day"] = d_value, ["month"] = m_value, ["year"] = y_value } local laenk_date = { ["day"] = 0, ["month"] = 0, ["year"] = greg_date.year + year_offset, ["yday"] = 0, ["week"] = 0, ["mweek"] = 0, ["wday"] = 0, ["is_leapyear"] = false, } local last...")