All public logs

Jump to navigation Jump to search

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

Logs
  • 19:29, 3 August 2024 Heku talk contribs created page Module:IxTime (Created page with "local p = {} local EPOCH = os.time({year=2020, month=10, day=4, hour=0, minute=0, second=0}) function p.convertToIxTime(frame) local args = frame.args local year = tonumber(args[1]) local month = tonumber(args[2]) local day = tonumber(args[3]) local hour = tonumber(args[4] or "0") local minute = tonumber(args[5] or "0") local second = tonumber(args[6] or "0") if not year or not month or not day then return "Error: Invalid date f...")