Jump to content

User:PrimeHunter/vector.js

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by PrimeHunter (talk | contribs) at 23:15, 5 August 2012 (importScript('User:PrimeHunter/My subpages.js');). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
$( document ).ready( function() {
  mw.util.addPortletLink(
    'p-personal',
    wgServer + wgScript + '?title=Wikipedia:Help_desk#footer',
    'HD',
    'pt-HD',
    'Go to Help desk',
    null,
    '#pt-preferences'
  );
  mw.util.addPortletLink(
    'p-personal',
    wgServer + wgScript + '?title=Wikipedia:Village_pump_(technical)#footer',
    'VPT',
    'pt-VPT',
    'Go to Tech pump',
    null,
    '#pt-preferences'
  );
  mw.util.addPortletLink(
    'p-personal',
    wgServer + wgScript + '?title=Special%3ASearch&profile=advanced&fulltext=Search&ns0=1&redirs=1&profile=advanced',
    'Search',
    'pt-Search',
    'Go to search',
    null,
    '#pt-preferences'
  );
});
importScript('User:PrimeHunter/My subpages.js');

importScript('User:Ais523/bracketmatch.js'); //[[User:Ais523/bracketmatch.js]]
importScript('User:Kylu/diff.js');
importScript('User:X!/userrights.js');

 // [[User:Jsimlo/shortcuts.js]]
importScript('User:Jsimlo/shortcuts.js');
 
 function shortcutsInit ()
 {
 
  shortcutsAddLink ('Navigation shortcuts', 'Wikipedia:Tools/Navigation shortcuts');
  shortcutsAddLink ('New pages', 'Special:NewPages');
  shortcutsAddLink ('Village pump', 'Wikipedia:Village pump');
 
 }