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',
// Delete a list of pages
        'u:dev:MediaWiki:AjaxBatchDelete.js',
// This allows blocking a list of sockpuppets
//        'u:dev:MediaWiki:MassBlock/code.js',
// This will add Mass Edit to the toolbar
//        'u:dev:MediaWiki:MassEdit/code.js',
// This import will open a model to change protection on a list of pages.
//        'u:dev:MediaWiki:MassProtect/code.js',
// This will add Mass Null Edit to the toolbar
//        'u:dev:MediaWiki:MassNullEdit/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 delete a batch of pages semi-automatically.
//        'u:dev:MediaWiki:Nuke/code.js',
// This adds a "Selective Delete" button to many Special pages
//        'u:dev:MediaWiki:MultipleFileDelete/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',
// This replaces "A FANDOM user" with the IP address in article comments
//        'u:dev:MediaWiki:RevealAnonIP/usercode.js',
// This is for deleting all Discussions posts thru user Contributions
//		'u:dev:MediaWiki:Discussions Delete All/code.js',
// This creates Special:BlankPage/TVMH with handy utilities for remediation */
//        'u:dev:MediaWiki:TVMH.js',
    ]
});