Jump to content

User:Audacity/monobook.js

From Wikipedia, the free encyclopedia
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.
//***Amazon book source from [[User:Lunchboxhero/vector.js]]***//
 
var book_source_URL = "http://www.amazon.com/gp/s?search-alias=stripbooks&field-isbn=MAGICNUMBER";
importScript('User:Lunchboxhero/externISBN.js');

//***Loader***//
window.onload = Main;
function Main() {
addlinks();
addtoolboxlinks();
}

//**Popups: [[User:Lupin/popups.js]]**//

popupRevertSummary="revert vandalism to version %s using [[:en:Wikipedia:Tools/Navigation_popups|popups]]"
popupRevertSummaryPrompt=true
popupQueriedRevertSummary="revert vandalism to version dated $2 by $3 using [[:en:Wikipedia:Tools/Navigation_popups|popups]]"
popupQueriedRevertToPreviousSummary="revert vandalism to version dated $2 by $3 using [[:en:Wikipedia:Tools/Navigation_popups|popups]]"	

//***[[Wikipedia:Comments in Local Time]]***//
LocalComments = {
	dateDifference: false,
	dateFormat: 'dmy',
	timeFirst: true,
	twentyFourHours: false,
	dayOfWeek: false,
	dropDays: 0,
	dropMonths: 0
};