Test Wiki:JWB: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
Created page with "Insert the following code and go to Test Wiki:AutoWikiBrowser/Script to run the script. $.when(mw.loader.using(['mediawiki.util'], $.ready)).done( function() { mw.util..." |
(No difference)
|
Revision as of 15:17, 12 October 2020
Insert the following code and go to Test Wiki:AutoWikiBrowser/Script to run the script.
$.when(mw.loader.using(['mediawiki.util'], $.ready)).done( function() {
mw.util.addPortletLink("p-tb", mw.config.get('wgArticlePath').replace('$1', "Project:AutoWikiBrowser/Script"), "JS Wiki Browser", "tb-awbscript", "Run Javascript Wiki Browser");
});
if (mw.config.get('wgCanonicalNamespace')+':'+mw.config.get('wgTitle') === 'Project:AutoWikiBrowser/Script' && mw.config.get('wgAction') == 'view')
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Joeytje50/JWB.js&action=raw&ctype=text/javascript');