Jump to content

MediaWiki:Gadget-blocktab.js

From Wikisource
Revision as of 11:02, 8 January 2010 by Innv (talk | contribs) (+ code from m:MediaWiki:Gadget-blocktab.js)
(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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
addOnloadHook(function () {
    if (wgNamespaceNumber != "2" && wgNamespaceNumber != "3")
        return;  // restrict to User and User talk
 
    var title = wgTitle;
 
    addPortletLink('p-cactions', '/wiki/Special:Blockip/'+title,
                   'block', 't-blockip', 'Block "'+title+'"')
 
});