Misplaced Pages

User:Begoon/vector.js: Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
< User:Begoon Browse history interactively← Previous editNext edit →Content deleted Content added
Revision as of 04:21, 24 April 2013 view sourceBegoon (talk | contribs)Extended confirmed users, Pending changes reviewers, Rollbackers46,915 edits using []: -← Previous edit Revision as of 16:14, 1 May 2013 view source Begoon (talk | contribs)Extended confirmed users, Pending changes reviewers, Rollbackers46,915 edits I want my Orange BarNext edit →
Line 63: Line 63:
// END add Pending Changes link to Interaction // // END add Pending Changes link to Interaction //
/////////////////////////////////////////////////// ///////////////////////////////////////////////////

///////////////////////////////////////////////////
// START I want my Orange Bar //
///////////////////////////////////////////////////

importScript('User:Writ Keeper/Scripts/orangeBar.js'); // Linkback: ]

///////////////////////////////////////////////////
// END I want my Orange Bar //
///////////////////////////////////////////////////



//EOF// //EOF//

Revision as of 16:14, 1 May 2013

////////////////////////////////////////////////
//--My familiar Gadgets to make me comfy...---//
////////////////////////////////////////////////
//Open external links in new tab/window
//importScript("User:Begoon/exlinks.js");
//embeds ACE Cloud9 editor for editing JS/CSS
//importScript("User:Begoon/CodeEditor.js");
////////////////////////////////////////////////
//---------------END "GADGETS"----------------//
////////////////////////////////////////////////
 
//Read some configuration values for WikiEditor toolbar
///////////////////////////////////////////////////////
//importScript("User:Begoon/ConfWikiEditor.js");

//WikiTrust script - see who contributed content
////////////////////////////////////////////////
//$.holdReady(true);
//mediaWiki.loader.load("https://toolserver.org/~netaction/wikitrust.js");

// Add Contributions tab
////////////////////////
//importScript('User:Equazcion/ContribsTabVector.js');
//var contribsTabName = "Contributions";

//Classify links by colour
//////////////////////////
//LinkClassifierOnDemand=true;
//importScript('User:Anomie/linkclassifier.js'); // Linkback: ]
//importStylesheet('User:Anomie/linkclassifier.css'); // Linkback: ]
//addOnloadHook(function () {url = "javascript:LinkClassifier.onDemand()";addPortletLink("p-tb", url, "Classify links", "pt-clinks");});

//Categories in watchlist
/////////////////////////
//importScript('User:Ais523/catwatch.js');

//Followed Users
////////////////
importScript("User:Dcoetzee/Followed_users.js");

//Alternative sandbox link - don't want &action=edit
////////////////////////////////////////////////////
mw.util.addPortletLink('p-personal','/search/?title=Special:MyPage/sandbox','Sandbox','pt-mysandbox', 'Go to your sandbox', null, '#pt-preferences' );

//AutoEd
//importScript('Misplaced Pages:AutoEd/complete.js');

///////////////////////////////////////////////////
// START add Pending Changes link to Interaction //
///////////////////////////////////////////////////
 
addOnloadHook(function () {
 
//get id of node to position after
var followNode = document.getElementById("n-recentchanges").nextSibling;
 
//add the link    
addPortletLink('p-interaction', 'http://en.wikipedia.org/Special:OldReviewedPages',
               'Pending changes', 'n-pendingchanges', 'The list of changes not yet Reviewed','',followNode);
});
 
///////////////////////////////////////////////////
// END add Pending Changes link to Interaction   //
///////////////////////////////////////////////////

///////////////////////////////////////////////////
// START I want my Orange Bar                    //
///////////////////////////////////////////////////

importScript('User:Writ Keeper/Scripts/orangeBar.js'); // Linkback: ]

///////////////////////////////////////////////////
// END I want my Orange Bar                      //
///////////////////////////////////////////////////


//EOF//