Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:Vijuki/common.js: Difference between revisions

From Growtopia
>Vijuki
No edit summary
>Vijuki
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
// 1. AjaxRC configuration option
window.ajaxRefresh = 20000;
// 2. AjaxRC import statement
importArticles({
importArticles({
     type: 'script',
     type: 'script',
     articles: [
     articles: [
         'u:dev:AjaxRC/code.js',
         'u:dev:MediaWiki:AjaxRC.js'
     ]
     ]
});
});
Line 62: Line 66:
     type: 'script',
     type: 'script',
     articles: [
     articles: [
         'u:dev:MediaWiki:AjaxRename/code.js',
         'u:dev:MediaWiki:MassRollback.js',
     ]
     ]
});
});
Line 68: Line 72:
     type: 'script',
     type: 'script',
     articles: [
     articles: [
         'u:dev:MediaWiki:FastFileDelete.js',
         'u:dev:MediaWiki:AjaxRename/code.js',
     ]
     ]
});
});
massCategorizationDelay = 1000;
importScriptPage('MediaWiki:MassCategorization/code.js', 'dev');

Latest revision as of 17:38, 2 September 2025

// 1. AjaxRC configuration option
window.ajaxRefresh = 20000;

// 2. AjaxRC import statement
importArticles({
    type: 'script',
    articles: [
        'u:dev:MediaWiki:AjaxRC.js'
    ]
});
importArticles({
    type: 'script',
    articles: [
        'u:dev:QuickComments/advanced.js',
    ]
});
importArticles({
    type: 'script',
    articles: [
        'u:dev:MediaWiki:LastEdited/code.js',
    ]
});
importArticles({
    type: "script",
    articles: [
        'u:dev:AjaxDelete/code.js',
    ]
});
importArticles({
    type: 'script',
    articles: [
        'u:dev:MediaWiki:FastFileDelete.js',
    ]
});
importArticles({
    type: 'script',
    articles: [
        'u:dev:MediaWiki:BackToTopButton/code.js',
    ]
});
importArticles({
    type: 'script',
    articles: [
        'u:dev:MediaWiki:MultiUpload.js',
    ]
});
importArticles({
    type: 'script',
    articles: [
        'u:dev:MediaWiki:DisplayTimer/code.js',
    ]
});
importArticles({
    type: 'script',
    articles: [
        'u:dev:MediaWiki:Tooltips.js',
    ]
});
importArticles({
    type: 'script',
    articles: [
        'u:dev:MediaWiki:CategoryQuickRemove.js',
    ]
});
importArticles({
    type: 'script',
    articles: [
        'u:dev:MediaWiki:MassRollback.js',
    ]
});
importArticles({
    type: 'script',
    articles: [
        'u:dev:MediaWiki:AjaxRename/code.js',
    ]
});
massCategorizationDelay = 1000;
importScriptPage('MediaWiki:MassCategorization/code.js', 'dev');