User:Starkiller/battlestar.js

From Battlestar Wiki, the free, open content Battlestar Galactica encyclopedia and episode guide
Revision as of 18:20, 10 January 2013 by 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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
// Add [[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
)});