User:Awesome187/common.js: Difference between revisions
From Growtopia Wiki
More actions
Awesome187 (talk | contribs) No edit summary |
Awesome187 (talk | contribs) No edit summary |
||
| Line 16: | Line 16: | ||
'u:kocka:MediaWiki:AjaxCommentDelete/code.js', | 'u:kocka:MediaWiki:AjaxCommentDelete/code.js', | ||
// ... | // ... | ||
] | |||
}); | |||
importArticles({ | |||
type: "script", | |||
articles: [ | |||
"u:dev:AjaxDelete/code.js" | |||
] | ] | ||
}); | }); | ||
| Line 22: | Line 29: | ||
type: 'script', | type: 'script', | ||
articles: [ | articles: [ | ||
'u:dev: | 'u:dev:CleanWantedFiles/code.js', | ||
] | ] | ||
}); | }); | ||
Revision as of 08:41, 29 April 2017
massCategorizationDelay = 1000;
importScriptPage('MediaWiki:MassCategorization/code.js', 'dev');
WHAMDelay = 1000;
importArticles({
type: "script",
articles: [
'u:dev:WHAM/code.2.js'
]
});
importArticles({
type: 'script',
articles: [
// ...
'u:kocka:MediaWiki:AjaxCommentDelete/code.js',
// ...
]
});
importArticles({
type: "script",
articles: [
"u:dev:AjaxDelete/code.js"
]
});
importArticles({
type: 'script',
articles: [
'u:dev:CleanWantedFiles/code.js',
]
});