All public logs

Jump to navigation Jump to search

Combined display of all available logs of Honour 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:00, 16 May 2026 WikiAdmin talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: // Redirect top Edit tab to Page Forms edit URL on college pages mw.hook('wikipage.content').add(function () { var formButton = document.querySelector('a[href*="Special:FormEdit/CollegePage"]'); var editTab = document.querySelector('#ca-edit a'); if (formButton && editTab) { editTab.href = formButton.href; editTab.textContent = 'Edit'; } });")