Jump to content

User:Btphelps/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.
//Units of measure formatting and conversion tool and date formatting tool
importScript("User:MJCdetroit/monobook.js");

/* DYK counter */
importScript('User:Shubinator/DYKcheck.js'); //DYKcheck tool

//Lupin's anti-vandal tool
importScript('User:Lupin/recent2.js');

// Status message script
importScript('User:Xenocidic/statusChanger2.js');

// Prose size counter script
importScript('User:Dr pda/prosesize.js'); //[[User:Dr pda/prosesize.js]]

// peer review script
importScript('User:AndyZ/peerreviewer.js'); //[[User:AndyZ/peerreviewer.js]]

// Move to commons helper
importScript('User:Fran_Rogers/CH2_en.js');

// Twinkle hack
importScript('User:AzaToth/morebits.js');

//Welcome new users
importScript('User:Ioeth/friendly.js');

FriendlyConfig = {
	summaryAd			:	" using [[WP:FRIENDLY|Friendly]]",
	enableClock			:	true,
	clockStyle			:	"dynamic",
	topWelcomes			:	false,
	watchWelcomes			:	true,
	markWelcomesAsMinor		:	true,
	insertHeadings			:	true,
	welcomeHeading			:	"== Welcome ==",
	insertUsername			:	true,
	insertSignature			:	true,
	quickWelcomeMode		:	"auto",
	quickWelcomeTemplate		:	"Welcome",
	maskTemplateInSummary		:	true,
	markSharedAsMinor		:	true,
	groupByDefault			:	true,
	watchTaggedPages		:	true,
	markTaggedPagesAsMinor		:	true,
	markTaggedPagesAsPatrolled	:	true,
	idsToRename = [
		{ id: 'ca-nstab-main', name: 'Main', mainPageOnly: true },
		{ id: 'ca-nstab-help', name: 'Help' },
		{ id: 'ca-nstab-special', name: 'Special' },
		{ id: 'ca-nstab-project', name: 'Project' },
		{ id: 'ca-nstab-user', name: 'User' },
		{ id: 'ca-edit', name: 'Edit' },
		{ id: 'ca-viewsource', name: 'Source' },
		{ id: 'ca-talk', name: 'Talk' },
		{ id: 'ca-undelete', name: 'Undelete' },
		{ id: 'ca-addsection', name: '+' }
	]
};

// default for https://en.wikipedia.org/wiki/Wikipedia:AutoEd
autoEdClick = false;

importScript('User:Dr pda/prosesize.js'); // [[User:Dr pda/prosesize]]