Jump to content

User:Recollected/vector.js: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
Blanked the page
Line 1: Line 1:
// [[User:Lupin/popups.js]]
//[[User:Ohconfucius/script/formatgeneral.js]]
//[[User:Ohconfucius/script/Common Terms.js]]
//[[User:Ohconfucius/script/formatgeneral.js]]
// [[User:Ohconfucius/script/Sources.js]]
importScript('User:Lupin/popups.js');
importScript("User:GregU/hotkeys.js");
importScript("User:GregU/dashes.js");
importScript('User:Ohconfucius/script/formatgeneral.js');
importScriptURI('//ru.wikipedia.org/w/index.php?title=MediaWiki:Gadget-markblocked.js&action=raw&ctype=text/javascript');
importScript('User:Anomie/linkclassifier.js');
importScript('User:Kbh3rd/whackamole.js');
importScript('User:Ohconfucius/script/MOSNUM dates.js');
importScript('User:Ohconfucius/script/Common Terms.js');
importScript('User:Ohconfucius/script/formatgeneral.js');
importScript('User:Ohconfucius/script/Sources.js');
if(mw.config.get('wgNamespaceNumber')>=0) mw.loader.using('mediawiki.util', function(){
$(document).ready(function(){
var dt=new Date();
var y=dt.getFullYear();
var m=dt.getMonth();
if(m==0){ y--; m=12; }
if(m<10) m='0'+m;
var lang=encodeURIComponent(mw.config.get('wgContentLanguage'));
var title=encodeURIComponent(mw.config.get('wgPageName'));
mw.util.addPortletLink('p-tb', 'http://stats.grok.se/'+lang+'/'+y+''+m+'/'+title, 'Page view stats', 't-pageviews');
mw.util.addPortletLink('p-tb', 'http://vs.aka-online.de/cgi-bin/wppagehiststat.pl?lang='+lang+'&page='+title, 'Page edit stats', 't-editstats');
mw.util.addPortletLink('p-tb', 'http://toolserver.org/~dispenser/cgi-bin/readability1.2.py?family=wikipedia&lang='+lang+'&page='+title, 'Page readability stats', 't-readability');
mw.util.addPortletLink('p-tb', 'http://tools.wikimedia.de/~dispenser/cgi-bin/webchecklinks.py?page='+title, 'Check external links', 't-extlinks');
mw.util.addPortletLink('p-tb', 'http://toolserver.org/~dispenser/cgi-bin/watcher.py?page='+title, 'Watcher count', 't-watchercount');
});
});

Revision as of 23:54, 2 April 2016