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: [
// Displays on user profile page all groups to which they belong.
        'u:dev:MediaWiki:ShowUserGroups.js',
// This import will open a modal dialog to view diffs and take action.
        'u:dev:MediaWiki:QuickDiff/code.js',
// This import will open a model to change protection on a list of pages.
        'u:dev:MediaWiki:MassProtect/code.js',
// This will allow a user to rename a batch of pages semi-automatically.
        'u:dev:MediaWiki:MassRename/code.js',
// This will allow a user to rename a category. Use with caution.
        'u:dev:CategoryRenameAuto-update/code.js',
// This will allow a user to rename File: pages and update all links.
        'u:dev:MediaWiki:FileUsageAuto-update/code.js',
// This activates Special:DiscussionsRC for viwing Recent Changes in /d
        'u:dev:MediaWiki:DiscussionsRC.js',
    ]
});