Jump to content

User:Bgwhite/vector.js

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Bgwhite (talk | contribs) at 07:30, 7 October 2012. 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.
// ****** Mdash script – add links at top in same pulldown menu as "move".  Comment out if using AutoEd
//importScript("User:GregU/dashes.js");


// ****** AutoEd CheckWiki version 
importScript('Wikipedia:AutoEd/wikichecker.js');


// ****** Adds improved viewing of diffs.  For some reason, it doesn't work when enabled in gadgets, but does if added here.
importScript('User:Cacycle/wikEdDiff.js');


// ****** Adds some functions to watchlist.  Documentation at [[User:Js/watchlist]]
if (wgCanonicalSpecialPageName == 'Watchlist') 
  importScript('user:js/watchlist.js');


// ****** Add the page size of the article to the toolbox.  Documentation at [[User:Dr pda/prosesize]]
importScript('User:Dr_pda/prosesize.js');


// ****** DYKCheck.  Documentation at [[User:Shubinator/DYKcheck]]
importScript('User:Shubinator/DYKcheck.js');


// ****** Hide the sidebar in Vector.  Can access sidebar by alt-shift-a.  Documentations at [[User:PleaseStand/Hide Vector sidebar]
importScript('User:PleaseStand/hide-vector-sidebar.js');


// ****** Hide the "Mark all read" button on the watchlist
importScript('User:Equazcion/RemoveMarkAll.js');


// ******* Put interwiki links in the sidebar into English and add a Google translate option.
importScript('User:Equazcion/SidebarTranslate.js');


// ******* [[User:Equazcion/LiveDiffLink]]
importScript('User:Equazcion/LiveDiffLink.js');


// ****** Add My Dashboard and Sandbox to the Personal toolbar
function addNewpages(){
          addPortletLink("p-personal","https://en.wikipedia.org/wiki/User:Bgwhite/Dashboard" ,"My Dashboard","pt-mydashboard","View my Dashboard", "", document.getElementById('pt-logout'));
           addPortletLink("p-personal","https://en.wikipedia.org/wiki/User:Bgwhite/Sandbox" ,"My Sandbox","pt-mydashboard","View my Sandbox", "", document.getElementById('pt-logout'));
}
addOnloadHook(addNewpages);


// ****** [[User:Equazcion/CatListMainTalkLinks]]
//importScript('User:Equazcion/CatListMainTalkLinks.js');


// ****** Amdmin detector
// ****** Adds group settings next to page name on talk/user pages.
importScript('User:Equazcion/sysopdetector.js');

var showUserGroupSettings = {
  'groups': true,
  'editcount':false,
  'blocked':true
};


// ****** Change American words into British words
importScript('User:Ohconfucius/script/EngvarB.js');  //[[User:Ohconfucius/script/EngvarB.js]]


// ****** Add article history toolserver links to sidebar
importScript('User:Equazcion/SidebarHistoryTools.js');


// ****** Add "Template Parameter Wizard" to the advanced toolbar.  See screenshot at File:Param_wizard_screenshot.png
importScript('User:קיפודנחש/TemplateParamWizard.js');