Jump to content

User:Fabrictramp/monobook.js

From Wikipedia, the free encyclopedia
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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.
// Twinkle script (reverting, warning, reporting, csd, xfd, prod, rpp)
importScript('User:AzaToth/twinkle.js');
 
TwinkleConfig = {
userTalkPageMode : 'tab',
deleteTalkPageOnDelete          :       true,
markSpeedyPagesAsMinor          :       false,
watchRevertedPages              :       [],
watchProdPages                  :       true,
watchWarnings                   :       false,
watchSpeedyPages                :       [ 'g1','g3', 'g5','g7', 'g10', 'g11', 'g12' ],
orphanBacklinksOnSpeedyDelete   :       false
};

//AfD closing and relisting
importScript('User:Mr.Z-man/closeAFD.js');

//new page patrol
importScript('User:Mr.Z-man/patrollinks.js');

// Performs basic formatting changes from a tab while editing
importScript('Wikipedia:WikiProject User scripts/Scripts/Formatter');

// [[User:DStoykov]] - adds defaultsort
importScript('User:DStoykov/defaultsort.js');

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

FriendlyConfig = {
        topWelcomes                     :       true,
         watchTaggedPages                :      false
};

FriendlyConfig.customWelcomeList	=	[
		{
			label: '\{\{Uw-coi-username}}: COI username',
			value: 'Uw-coi-username' },
                 {
                        label:'\{\{User:Fabrictramp/help/welcomeold}}: Welcome old user',
                        value: 'User:Fabrictramp/help/welcomeold'}
	];


//Lupin's antivandal tool
importScript('User:Lupin/recent2.js');

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


//deletion sorting
importScript('User:Quarl/util.js');
importScript('User:Quarl/wikipage.js');
importScript('Wikipedia:WikiProject User scripts/Scripts/Add LI menu');
//importStylesheet('Wikipedia:WikiProject User scripts/Scripts/Add LI menu/css');
importScript('Wikipedia:WikiProject Deletion sorting/delsort.js');

//citation widget
importScript('User:Smith609/toolbox.js');

//script to remove "unreview article" tag
importScript('User:Btilm/aw.js');