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 04:04, 20 March 2012 (remove /index.php). 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=Special:MyPage/sandbox&action=edit&preload=Template:User_sandbox/preload&editintro=Template:User_sandbox',
    'My sandbox test',
    'pt-mysandbox',
    'Go to your sandbox',
    null,
    '#pt-preferences'
  );
});


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