Main public logs
From Wiki-DB
Jump to navigationJump to search
Combined display of all available logs of Wiki-DB. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 01:14, 11 April 2026 Bzagar talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: mw.loader.using('mediawiki.util', function () { var groups = mw.config.get('wgUserGroups'); if (!groups || groups.indexOf('sysop') === -1) { mw.hook('wikipage.content').add(function () { $('#p-administration').hide(); }); } });")