Jump to content

MediaWiki:Common.js: Difference between revisions

From Sandie Shaw Wiki
PinkPugPrincess (talk | contribs)
Created page with "window.batchDeleteDelay = 100; window.batchUndeleteDelay = 100; window.massProtectDelay = 100; window.DiscussionTemplates = { templates: { 'Warning': { name: 'Template:Warning', title: 'Warning' }, 'Unblocked': { name: 'Template:Unblocked', title: 'Unblocked' }, 'PermaBanned': { name: 'Template:PermaBanned', title: 'Permanently Banned' }, 'D..."
(No difference)

Revision as of 23:01, 25 January 2023

window.batchDeleteDelay = 100;
window.batchUndeleteDelay = 100;
window.massProtectDelay = 100;
window.DiscussionTemplates = {
    templates: {
        'Warning': {
            name: 'Template:Warning',
            title: 'Warning'
        },
        'Unblocked': {
            name: 'Template:Unblocked',
            title: 'Unblocked'
        },
        'PermaBanned': {
            name: 'Template:PermaBanned',
            title: 'Permanently Banned'
        },
        'Discussions Warning': {
            name: 'Template:DiscussionsWarning',
            title: 'Discussions Warning'
        }
    },
    allowedGroups: ['bureaucrat', 'sysop', 'thread-moderator']
};

/* Message Wall User Tags */
window.MessageWallUserTags = {
    tagColor: 'red',
    glow: true,
    glowSize: '15px',
    glowColor: '#f77',
    users: {
        'username': 'usergroup',
        'PinkPugPrincess': 'Founder • 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.