Jump to content

User:Lezelmaz/common.js

From Wikipedia, the free encyclopedia
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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');