Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:Starkiller/common.js: Difference between revisions

From Battlestar Wiki, the free, open content Battlestar Galactica encyclopedia and episode guide
Joe Beaudoin Jr. (talk | contribs)
fixing link to remove from Special:WantedPages
Joe Beaudoin Jr. (talk | contribs)
remedying space issue
 
Line 1: Line 1:
// Add [[w:WP:Reflinks|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(

Latest revision as of 18:15, 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
)});