Jump to content

MediaWiki:Common.js: Difference between revisions

From Roger Rabbit Wiki
PinkPugPrincess (talk | contribs)
Created page with "window.batchDeleteDelay = 100; window.batchUndeleteDelay = 100; window.massProtectDelay = 100; Message Wall User Tags: window.MessageWallUserTags = { tagColor: 'red', glow: true, glowSize: '15px', glowColor: '#f77', users: { 'username': 'usergroup', 'M3': 'Founder • Bureaucrat • Administrator', 'PinkPugPrincess': 'Bureaucrat • Administrator', } }; End of Message Wall User Tags: "
 
PinkPugPrincess (talk | contribs)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
window.batchDeleteDelay = 100;
InactiveUsers = { months: 12 };
window.batchUndeleteDelay = 100;
window.massProtectDelay = 100;


/* Message Wall User Tags */
/* Message Wall User Tags */

Latest revision as of 16:31, 23 November 2023

InactiveUsers = { months: 12 };

/* Message Wall User Tags */
window.MessageWallUserTags = {
    tagColor: 'red',
    glow: true,
    glowSize: '15px',
    glowColor: '#f77',
    users: {
        'username': 'usergroup',
        'M3': 'Founder • Bureaucrat • Administrator',
        'PinkPugPrincess': 'Bureaucrat • Administrator',
    }
};

/* End of Message Wall User Tags */
Cookies help us deliver our services. By using our services, you agree to our use of cookies.