Content deleted Content added
V1 |
mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 50:
// Retrieve all listed categories
var categoriesRegex = /(?<=\[\[[_ ]*[Cc]ategory[_ ]*:[_ ]*)[^\]|]+[_ ]*/g;
var match;
do {
Line 107:
Morebits.wiki.actionCompleted.redirect = `Category:${newName}`;
Morebits.wiki.actionCompleted.notice = 'Completed';
// Set up metadata
Line 122:
dialog.setScriptName('Copycat');
dialog.setTitle('Copy this category');
dialog.addFooterLink('Report bug / request feature', 'w:User talk:IceWelder');
// Define form
|