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:CategoryRenameAuto-update/code.js',
        'u:dev:WhatLinksHere/code.js',
        'u:dev:NullEditButton/code.js',
        'u:dev:PurgeButton/code.js',
        'u:dev:WantedPagesFilter/code.js',
    ]
});        

if (mw.config.get('wgCityId') !== '80433') {
    importArticles({
        type: 'script',
        articles: [
            'u:dev:SkinSwitchButton/code.js',
            'u:dev:QQX/code.js',
        ]
    });        
}

if (window.location.pathname.indexOf('Special:InfoboxBuilder') != -1) { 
    var name = window.location.pathname.split('Special:InfoboxBuilder/')[1]; 
    location.replace(document.URL.replace(window.location.href.split('/wiki/')[1],'Template:'+name+'?action=edit&useeditor=source')); 
}

/* http://dev.wikia.com/wiki/CategoryRenameAuto-update */
/* importScriptPage('EditBio/code.js', 'dev'); */