Main public logs
From CG Studios Wiki
Combined display of all available logs of CG Studios Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 03:52, 6 January 2026 Admin talk contribs created page MediaWiki:Common.js (Created page with "mw.loader.using(['mediawiki.util'], function () { function toggleContentFade() { document.body.classList.toggle('mw-content-hidden'); } function attachHandlers() { document.querySelectorAll('.button-hidecontent').forEach(btn => { btn.addEventListener('click', toggleContentFade); }); } // Run now + after page updates (VisualEditor, etc.) attachHandlers(); mw.hook('wikipage.content').add(attachHandlers); });")