Community Central
Community Central
No edit summary
mNo edit summary
Line 3: Line 3:
 
articles: [
 
articles: [
 
'u:dev:FileUsageAuto-update/code.js',
 
'u:dev:FileUsageAuto-update/code.js',
'u:dev:LinkPreview/code.js',
 
 
'u:dev:CategoryRenameAuto-update/code.js',
 
'u:dev:CategoryRenameAuto-update/code.js',
 
'u:dev:PageRenameAuto-update/code.js',
 
'u:dev:PageRenameAuto-update/code.js',

Revision as of 13:44, 17 June 2018

importArticles({
    type: 'script',
    articles: [
        'u:dev:FileUsageAuto-update/code.js',
        'u:dev:CategoryRenameAuto-update/code.js',
        'u:dev:PageRenameAuto-update/code.js',
        'u:dev:RedirectManagement/code.js',
        'u:dev:ReferencePopups/code.js',
        'u:dev:EditConflictAlert/code.js',
        'u:dev:MediaWiki:UserCheck/code.js',
        'u:dev:MediaWiki:DupImageList/code.js',
        'u:dev:AllPagesHideRedirect/code.js',
        'u:dev:MediaWiki:GlobalEditcount/code.js',
        'u:dev:MediaWiki:AjaxDiff/code.js',
        "u:dev:MassEdit/code.js",
        'u:dev:ViewDeleted/code.js',
        'u:dev:NoImageLightbox/code.js',
        'u:dev:FindAndReplace/code.js',
        'u:dev:CacheCheck/code.js'
    ]
});

window.massEditConfig = {
    editSummary: "korr",
    editInterval: 1000
};