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.
////////////////////////////////////////////////
//--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//