MediaWiki:Common.js: Difference between revisions

From Subnautica Wiki
No edit summary
Tag: sourceedit
No edit summary
Tag: sourceedit
Line 4: Line 4:
window.AjaxRCRefreshText = 'Auto-refresh';
window.AjaxRCRefreshText = 'Auto-refresh';
window.AjaxRCRefreshHoverText = 'Automatically refresh the page';
window.AjaxRCRefreshHoverText = 'Automatically refresh the page';
window.UserTagsJS = {
modules: {},
tags: {
rollback: { u: 'Rollback', order: 100 }
}
};
UserTagsJS.modules.custom = {
'ChrisFo': ['rollback'];
'Mesmerized': ['rollback'];
'MorphGuy': ['rollback'];
};

Revision as of 02:40, 12 September 2017

window.ajaxPages = ["Special:RecentChanges","Special:Watchlist","Special:Log","Special:Contributions"];
window.ajaxIndicator = 'http://vignette1.wikia.nocookie.net/subnautica/images/d/de/Ajax-loader.gif';
window.ajaxRefresh = 30000;
window.AjaxRCRefreshText = 'Auto-refresh';
window.AjaxRCRefreshHoverText = 'Automatically refresh the page';
window.UserTagsJS = {
    modules: {},
    tags: {
        rollback: { u: 'Rollback', order: 100 }
    }
};
UserTagsJS.modules.custom = {
   'ChrisFo': ['rollback'];
   'Mesmerized': ['rollback'];
    'MorphGuy': ['rollback'];
};