MediaWiki:Common.js: Difference between revisions
Appearance
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..." |
Removed the beginning. |
||
Line 1: | Line 1: | ||
window.DiscussionTemplates = { | window.DiscussionTemplates = { | ||
templates: { | templates: { |
Latest revision as of 18:57, 10 November 2023
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 */