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 10: | Line 10: | ||
}); | }); | ||
importArticles({ | |||
type: 'script', | |||
importArticles({ type: 'script', articles: [ | articles: [ | ||
// ... | |||
]}); | 'u:kocka:MediaWiki:AjaxCommentDelete/code.js', | ||
// ... | |||
] | |||
}); | |||
importArticles({ | |||
type: 'script', | |||
articles: [ | |||
'u:dev:DupImageList/code.js', | |||
] | |||
}); | |||
Revision as of 08:17, 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:DupImageList/code.js',
]
});