Main public logs

Jump to navigation Jump to search

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

Logs
  • 12:39, 6 October 2025 Kat talk contribs created page MediaWiki:Util.js (Created page with "function ethTimeExact(date) { const year = now.getUTCFullYear(); var result = year - 2000; var decimal = Math.ceil((now - new Date(year,0,1)) / 86400000); decimal = decimal/((year % 4 == 0 && year % 100 != 0) || year % 400 == 0? 366 : 365); result += decimal; return result; }")