User:Liflon/vector.js

维基百科,自由的百科全书

注意:保存之后,你必须清除浏览器缓存才能看到做出的更改。Google ChromeFirefoxMicrosoft EdgeSafari:按住⇧ Shift键并单击工具栏的“刷新”按钮。参阅Help:绕过浏览器缓存以获取更多帮助。

// Navigation popups [[:en:Wikipedia:Tools/Navigation popups]]
window.popupStructure = 'menus';
window.popupShortcutKeys = true;
window.popupTocLinks = true;
window.popupFixRedirs = true;
window.popupFixDabs = true;
window.popupRedlinkRemoval = true;
window.popupOnEditSelection = true;
window.popupPreviewKillTemplates = false;
// window.popupPreviewFirstParOnly = false;

// Module: revisionjumper.js Allows to jump between diffs and permanent links
// [[:en:User:DerHexer/revisionjumper]]
mw.loader.load( '//de.wikipedia.org/w/index.php?title='
     + 'MediaWiki:Gadget-revisionjumper.js&action=raw&ctype=text/javascript' );
var displayonhistory = true;

importScript('User:PhiLiP/ToolsRedirect/loader.js');

var wikEdConfig = { 'findAheadSelected': false };

importScript('User:Liflon/articlehistory.js');

importScript('User:Liflon/StatusChanger.js');

importScript('User:Zuohaocheng/patrollCount.js');

importScript('User:Makecat/RenommageCategorie.js');
function RenommageCategorie_SiteCustom(){
    RenommageCategorie_Text_Script = '[[Wikipedia:维基百科工具/RenommageCategorie|分类重命名工具]]: ';
}

// [[d:User:Yair rand/checksitelinks.js]]
mw.loader.load("//www.wikidata.org/w/index.php?title=User:Yair_rand/checksitelinks.js&action=raw&ctype=text/javascript");

$(function () {
	mw.util.addPortletLink("p-cactions",
		"//toolserver.org/~dispenser/cgi-bin/webchecklinks.py?page="+wgContentLanguage+":"+encodeURIComponent(mw.config.get('wgPageName')),
		'Check links', null,  "Check for dead links", '8'); 
});

$(function () {
	mw.util.addPortletLink("p-cactions",
		"//toolserver.org/~dispenser/cgi-bin/webreflinks.py?page="+wgContentLanguage+":"+encodeURIComponent(mw.config.get('wgPageName')),
		'Replace bare refs', null,  "Replace bare references", '9'); 
});

$(function () {
	mw.util.addPortletLink("p-cactions",
		"//toolserver.org/~dispenser/cgi-bin/dab_solver.py?page="+wgContentLanguage+":"+encodeURIComponent(mw.config.get('wgPageName')),
		'Solve DABs', null,  "Disambiguate links", '0'); 
});

// [[:en:User:NicoV/TemplateDataEditor]]
mw.loader.load('//fr.wikipedia.org/w/index.php?title=Utilisateur:Ltrlg/scripts/TemplateDataEditor.js&action=raw&ctype=text/javascript');
//<nowiki>

//catALot///////////////////////////////////////
////////// Cat-A-Lot user preferences //////////
window.catALotPrefs = {"watchlist":"preferences","minor":false,"editpages":true,"docleanup":false,"subcatcount":10};
////////////////////////////////////catALotEnd//
//</nowiki>