Main public logs

Jump to navigation Jump to search

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

Logs
  • 14:36, 2 January 2026 Admin talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: document.addEventListener('click', function (e) { var el = e.target.closest('.wiki-copy-btn'); if (!el) return; var text = el.getAttribute('data-copy'); if (!text) return; navigator.clipboard.writeText(text); el.classList.add('copied'); setTimeout(() => el.classList.remove('copied'), 1000); });")