User:PL290/vector.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.
importScript('User:Anomie/linkclassifier.js'); // Linkback: [[User:Anomie/linkclassifier.js]]
importStylesheet('User:Anomie/linkclassifier.css'); // Linkback: [[User:Anomie/linkclassifier.css]]

//importScript('User:PL290/editlinks.js'); 
importScript('User:Lupin/recent2.js');
importScript('User:Js/watchlist.js');
importScript('User:PL290/prosesize.js');

importScript('User:Gary King/nominations viewer.js'); // [[Wikipedia:Nominations Viewer]]
//wrapped to work with nom viewer:
$(function() {
	importScript('User:PL290/editlinks.js');
});

/*
NominationsViewer = {};
NominationsViewer.changeLayout = true;
NominationsViewer.enabledPages = 
[
	'Wikipedia:Featured article candidates',
	'Wikipedia:Featured article review',
	'Wikipedia:Featured list candidates',
	'Wikipedia:Featured list removal candidates',
	'Wikipedia:Featured picture candidates',
];
NominationsViewer.groupNominations = false;
NominationsViewer.nominationData =
[
	'images', // Number of images in the nomination (WP:FPC-only)
	'age', // Age of nomination
	'nominators', // Number of nominators for nomination
	'participants', // Number of participants in nomination
	'votes', // Number of supports and opposes for nomination
];
NominationsViewer.reverseNominations = false;
*/