Community Central
Community Central

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.
importArticles({
    type: 'script',
    articles: [
        'u:dev:MediaWiki:MultiUpload/code.js',
         'u:dev:MediaWiki:ListFiles/code.js',
    ]
});

// Show all announcements except those from 12345 and 23456
window.announcementsIgnore = {
    option: 'opt-in-all',
    exceptWikiIds: [
        3035
    ]
};
importArticles({    
	type: 'script',    
	articles: [        'u:dev:MediaWiki:AutoCreateUserPages.js',            'u:dev:MediaWiki:AjaxBatchUndelete.js',
	]});

window.AutoCreateUserPagesConfig = {
    content: {
        2: '{{:w:User:Tagaziel}}',
        3: 'Welcome to the talk page for Tagaziel, leave her a message to get in touch!'
    },
    summary: 'Creating userpages using dev script',
    notify: '<a href="/wiki/User:$2">Here is a link to your userpage, $1!</a>'
};