Starkiller (talk | contribs) Created page with "// Add WP:Reflinks launcher in the toolbox on left addOnloadHook(function () { addPortletLink( "p-tb", // toolbox portlet "http://toolserver.org/~dispenser/cgi-bin/w..." |
fixing link to remove from Special:WantedPages |
||
Line 1: | Line 1: | ||
// Add [[WP:Reflinks]] launcher in the toolbox on left | // Add [[w:WP:Reflinks|WP:Reflinks ]] launcher in the toolbox on left | ||
addOnloadHook(function () { | addOnloadHook(function () { | ||
addPortletLink( | addPortletLink( |
Revision as of 18:14, 24 September 2021
// Add [[w:WP:Reflinks|WP:Reflinks ]] launcher in the toolbox on left addOnloadHook(function () { addPortletLink( "p-tb", // toolbox portlet "http://toolserver.org/~dispenser/cgi-bin/webreflinks.py/" + wgPageName + "?client=script&citeweb=on&overwrite=&limit=20&lang=" + wgContentLanguage, "Reflinks" // link label )});