All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Official Gamemode 4 Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:16, 6 November 2025 Epyon talk contribs created page MediaWiki:Gadget-oouiDemo.js (Created page with "// Title of the demo page, including the namespace. var demoPageName = "Minecraft Wiki:OOUI demo"; // Because the ResourceLoader refuses to load scripts that use ES6 features, // the code of the gadget is on the following page and is loaded separately here. var codePageName = "MediaWiki:Gadget-oouiDemo/core.js"; if (mw.config.get('wgPageName') === demoPageName.replace(/ /g, '_')) { mw.loader.load(mw.config.get('wgScript') + '?' + $.param({ title: codePageName, action:...")