Alice Wiki
Nie podano opisu zmian
Znacznik: sourceedit
Nie podano opisu zmian
Znacznik: sourceedit
Linia 15: Linia 15:
 
/* AjaxRCRefreshText = 'Auto-refresh';
 
/* AjaxRCRefreshText = 'Auto-refresh';
 
AjaxRCRefreshHoverText = 'Automatically refresh the page'; */
 
AjaxRCRefreshHoverText = 'Automatically refresh the page'; */
window.ajaxSpecialPages = ["Recentchanges", "WikiActivity"];
+
window.ajaxSpecialPages = ["Aktywność_na_wiki", "Ostatnie_zmiany"];
 
importScriptPage('AjaxRC/code.js', 'dev');
 
importScriptPage('AjaxRC/code.js', 'dev');
   

Wersja z 10:41, 12 wrz 2017

/* User profile header custom tags */
UserTagsJS.modules.inactive = 72;
UserTagsJS.modules.newuser = true;
UserTagsJS.modules.autoconfirmed = true;
UserTagsJS.modules.mwGroups = ['bureaucrat', 'chatmoderator', 'patroller', 'rollback', 'sysop', 'bot', 'bot-global'];
UserTagsJS.modules.metafilter = {
            bot: ['bot-global']
};
importArticle({type:'script', article:'w:c:dev:UserTags/code.js'});

/* Auto updating recent changes opt-in
 * See w:c:dev:AjaxRC for info & attribution 
 */
 
/* AjaxRCRefreshText = 'Auto-refresh';
AjaxRCRefreshHoverText = 'Automatically refresh the page'; */
window.ajaxSpecialPages = ["Aktywność_na_wiki", "Ostatnie_zmiany"];
importScriptPage('AjaxRC/code.js', 'dev');

/* Reveal anon IPs */
window.RevealAnonIP = {
    permissions : ['rollback', 'sysop', 'bureaucrat']
};
importScriptPage('RevealAnonIP/code.js', 'dev');