![]() |
VOOZH | about |
Note: After saving, you have to bypass your browser's cache to see the changes.
Google Chrome, Firefox, Microsoft Edge, and Safari: Hold down the key and click the Reload toolbar button.
For details and instructions about other browsers, see Wikipedia:Bypass your cache.
// Title of the demo page, including the namespace. vardemoPageName="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. varcodePageName="MediaWiki:Gadget-oouiDemo/core.js"; if(mw.config.get('wgPageName')===demoPageName.replace(/ /g,'_')){ mw.loader.load(mw.config.get('wgScript')+'?'+$.param({title:codePageName,action:'raw',ctype:'text/javascript'})); }