Frozen Wiki
Advertisement
Frozen Wiki

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Any JavaScript here will be loaded for all users on every page load. */
importArticle({type:'script', article:'w:c:dev:UserTags/code.js'});
 
window.UserTagsJS = {
	modules: {},
	tags: {
		bureaucrat: { u:'Bureaucrat', link:'Project:Administrators#Bureaucrats and Administrators' },
                sysop: { u:'Admin', link:'Project:Administrators#Bureaucrats and Administrators' },
                chatmoderator: { link:'Project:Administrators#Rollbacks and Chat Moderators' },
                rollback: { link:'Project:Administrators#Rollbacks and Chat Moderators' },
                communitymanager: { u:'Community Manager', link:'FrozenWiki:Admins' },
                founder: { u:'Founder', link:'FrozenWiki:Admins' },
	}
};
 
UserTagsJS.modules.custom = {

        'Bella8991': ['founder'],
        
};
 
UserTagsJS.modules.mwGroups = ['bureaucrat', 'sysop', 'rollback', 'bannedfromchat'];
UserTagsJS.modules.inactive = 30; // 30 days
 
UserTagsJS.modules.inactive = {
	days: 30,
 
 
};

importArticles({
    type: "script",
    articles: [
        "u:dev:ListFiles/code.js" // ListFiles from Dev Wiki
    ]
});
Advertisement