All public logs

Jump to navigation Jump to search

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

Logs
  • 19:58, 22 June 2022 Piccadilly talk contribs created page User:Seiyena/common.js (Created page with "** BEGIN WIKIBREAK ENFORCER **: $(document).ready(function() { ** Start editing here **: // When you want to end your break? // no leading zeroes. (example: 9 - correct, 09 - incorrect) var date = { year: 2022, month: 6, day: 23}; var time = { hours: 2, minutes: 22, seconds: 0 }; ** Stop editing here **: var currentDate = new Date(); var enforcedBreakEnd = new Date( date.year,date.month-1,date.day,time.hours,time.minutes,time.seconds); if (curr...")