All public logs

Jump to navigation Jump to search

Combined display of all available logs of CinderCivs Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 10:52, 1 February 2025 Nex23 talk contribs created page Module:ArcaneCalendar (Created page with "local p = {} function p.convertDate(frame) local args = frame.args local year = tonumber(args.year) local month = tonumber(args.month) local day = tonumber(args.day) -- Define start dates of each era (adjust as needed) local era_start = { [1] = { year = 2023, month = 8, day = 16 }, [2] = { year = 2024, month = 7, day = 21 } } local era = 2 -- Default to the latest era for e, start in pairs(era_start) do if (...")