Main public logs
Combined display of all available logs of Marupedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:02, 20 January 2026 BudhaRam Patel talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: ========================= SHOW "CREATE PAGE" LINK ON MOBILE SEARCH =========================: mw.loader.using( 'mediawiki.util', function () { // Run only on Special:Search if ( mw.config.get( 'wgCanonicalSpecialPageName' ) !== 'Search' ) { return; } // Run only on mobile (Minerva) if ( document.body.className.indexOf( 'skin-minerva' ) === -1 ) { return; } // F...")