User:Starkiller/battlestar widescreen.js: Difference between revisions

From Battlestar Wiki, the free, open content Battlestar Galactica encyclopedia and episode guide
(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...")
 
m (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(

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
)});