The official discord link if you wish to join the discord: https://discord.gg/j5RKwCvAFu
The background art comes from Cherylann1960.
Support the wiki on our official Ko-Fi page or Patreon page!
User:Elizhaa/common.js: Difference between revisions
From The Codex
Elizhaa (talk | contribs) (Protected "User:Nedge1000/common.js" ([edit=sysop] (indefinite) [move=sysop] (indefinite))) m |
|||
Line 19: | Line 19: | ||
articles: [ | articles: [ | ||
'u:dev:MediaWiki:MassEdit/code.js', | 'u:dev:MediaWiki:MassEdit/code.js', | ||
] | |||
}); | |||
importArticles({ | |||
type: 'script', | |||
articles: [ | |||
'u:dev:MediaWiki:GlobalEditcount/code.js', | |||
] | ] | ||
}); | }); |
Revision as of 04:38, 10 December 2018
massProtectDelay =100;
importArticles({
type: 'script',
articles: [
'u:dev:MediaWiki:MassProtect/code.js',
]
});
importArticles({
type: 'script',
articles: [
'u:dev:MediaWiki:MassCategorization/code.js',
]
});
importArticles({
type: 'script',
articles: [
'u:dev:MediaWiki:MassEdit/code.js',
]
});
importArticles({
type: 'script',
articles: [
'u:dev:MediaWiki:GlobalEditcount/code.js',
]
});