Jump to content

Main public logs

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

Logs
  • 04:16, 27 April 2026 Jarrah talk contribs created page MediaWiki:Common.js (Created page with "(function () { var storageKey = "cit-theme"; var root = document.documentElement; var button; function systemPrefersDark() { return window.matchMedia && window.matchMedia("(prefers-color-scheme: dark)").matches; } function getSavedTheme() { try { return localStorage.getItem(storageKey); } catch (e) { return null; } } function saveTheme(theme) { try { localStorage.setItem(storageKey, theme); } catch (e) {}...")