User:Nigos/scripts/RandomRootpage.js: Difference between revisions

Content deleted Content added
Fixing style/layout errors
m Xeno moved page User:Anchorvale/scripts/RandomRootpage.js to User:Nigos/scripts/RandomRootpage.js: Automatically moved page while renaming the user "Anchorvale" to "Nigos"
 
(7 intermediate revisions by one other user not shown)
Line 1:
}
var nonconfirmededits={
/* This script is used to add a link to [[Special:RandomRootpage]], or to a stub article.
// Edit these to your liking.
// Make sure there's a comma at the end of each line.
*/
recentnoncomfirmedPage: 'User:Anchorvale/Recent_Non_Confirmed_Edits',
linkify: true,
mw.loader.using( [ 'mediawiki.util' ], function () {
updateSeconds: 20,
mw.util.addPortletLink(
// FIXME: Use <ul> and add a border to each <li>'s
'p-navigation',
outputSeparator: '<hr>',
mw.util.getUrl( 'Special:RandomRootpage' ),
apiAulimitUser: 500,
'Random rootpage',
apiAulimitSysop: 5000,
'n-randomrootpage',
backgroundWindowsMax: 10,
'Load a random rootpage',
// leave this last one alone
'i',
dummy: null
'#n-sitesupport'
};
);
window.addMarvin=function() {
} );
mw.util.addPortletLink( 'p-tb', mw.util.getUrl( nonconfirmededits.recentnonconfirmedPage ),
mw.msg( 'avt-ip-rc' ), 'toolbox_Non_confirmed_edits');
/* [[Category:Wikipedia scripts]]
};
*/
 
window.maybeStart=function() {
switch (mw.config.get('wgPageName')) {
case nonconfirmededits.recentIPPage:
nonconfirmededits.filter_anonsOnly=true;
return;
}
setTimeout(marvin, 1000);
};
importScript ('User:Anchorvale/scripts/RecentChanges.js');
/* [[Category:Wikipedia scripts]]
*/