Jump to content

User:Lezelmaz/common.js

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Lezelmaz (talk | contribs) at 05:30, 6 February 2023 (Undid revision 1137737829 by Lezelmaz (talk)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
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.
/*trial script regarding reference links*/
mw.util.addPortletLink(
 'p-personal',
 'http://toolserver.org/~dispenser/cgi-bin/reflinks.py?lang=' + mw.config.get( 'wgContentLanguage' ) + '&page=' + encodeURIComponent( mw.config.get( 'wgPageName' ) ) + '&autoclick=wpPreview',
 'Reflinks');

/* 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');