Jump to content

User:Lezelmaz/common.js

From Wikipedia, the free encyclopedia
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 ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
importScript('User:Shubinator/DYKcheck.js'); //DYKcheck tool


/* Found this script at [[Help:Customizing_toolbars]]
There are multiple examples that I might tool around with.
It adds a Subpage "portal" on my User page at TOP TOOLBAR 
(not where I was looking, at left menu under "Tools")*/

mw.util.addPortletLink(
 'p-personal',
 '/wiki/Special:PrefixIndex/User:Lezelmaz',
 'Subpages',
 'pt-subpages',
 'Your subpages',
  null,
 '#pt-preferences'
 );

/* The script below did not work as expected, though I'm keeping it 
(commented out) for archival and learning purposes. */

// mw.util.addPortletLink ('p-tb', wgServer+wgArticlePath.replace("$1", "Special:PrefixIndex/"+mw.config.values.wgPageName+"/"), 'Subpages');