User:Qwerfjkl/scripts/massXFD.js: Difference between revisions

Content deleted Content added
cleanup, bugfixes: adding nomination to page, filtering users to notify [Factotum]
m (via CAE)
 
(20 intermediate revisions by the same user not shown)
Line 1:
// <nowiki>
// urgent bugsTFD:
// Cat support (when emptying a cat of templates)
// toggle bug shows bad elements
// oldtfdlist for previous TfDs
// undefined everywhere - needs logging
// notify Twinkle/UV/AWB
 
 
// todo: make counter inline, remove progresss and progressElement from editPAge(), more dynamic reatelimit wait.
// counter semi inline; adjust align in createProgressBar()
// Function to wipe the text content of the page inside #bodyContent
 
(function capitalise(s) {
return s[0].toUpperCase() + s.slice(1);
}
 
function capitalise(s) {
var XFDconfig = {
return s[0].toUpperCase() + s.slice(1);
"CFD": {
}
"title": "Mass CfD",
 
"placeholderDiscussionLink": 'Wikipedia:Categories for discussion/Log/2023 July 23#Category:Archaeological cultures by ethnic group',
const NS_TEMPLATE = 10;
"placeholderNominationTitle": 'Archaeological cultures by ethnic group',
const NS_CATEGORY = 14;
"placeholderRationale": '[[WP:DEFINING|Non-defining]] category.',
const NS_MODULE = 828;
"pageDemoText": "{{subst:Cfd|Category:Bishops}}",
 
"discussionLinkRegex": /^Wikipedia:Categories for discussion\/Log\/\d\d\d\d \w+ \d\d?#(.+)$/,
 
"nominationReplacement": [/==== ?NEW NOMINATIONS ?====\s*(?:<!-- ?Please add the newest nominations below this line ?-->)?/, '$&\n\n${nominationText}'],
var XFDconfig = {
"userNotificationTemplate": 'Cfd mass notice',
"CFD": {
"baseDiscussionPage": 'Wikipedia:Categories for discussion/Log/',
"title": "Mass CfD",
"normaliseFunction": (title) => { return 'Category:' + capitalise(title.replace(/^ *[Cc]ategory:/, '').trim()); },
"placeholderDiscussionLink": 'Wikipedia:Categories for discussion/Log/2023 July 23#Category:Archaeological cultures by ethnic group',
"actions": {
"placeholderNominationTitle": 'Archaeological cultures by ethnic group',
"Delete": {
'prepend'"placeholderRationale": '{{subst[[WP:CfdDEFINING|${sectionName}}}Non-defining]] category.',
"pageDemoText": 'action'"{{subst: 'deleting'Cfd|sectionName}}",
"titleDemoText": "Category:FirstNominatedCategory|Category:FirstNominatedCategoryTarget1|Category:Target2\nCategory:Foo|Category:Bar\nCategory:Earth",
"discussionLinkRegex": /^Wikipedia:Categories for discussion\/Log\/\d\d\d\d \w+ \d\d?#(.+)$/,
"nominationReplacement": [/==== ?NEW NOMINATIONS ?====\s*(?:<!-- ?Please add the newest nominations below this line ?-->)?/, '$&\n\n${nominationText}'],
"userNotificationTemplate": 'Cfd mass notice',
"baseDiscussionPage": 'Wikipedia:Categories for discussion/Log/',
"normaliseFunction": (title) => { return (new mw.Title(title, NS_CATEGORY)).getPrefixedText() },
"actions": {
"Delete": {
'prepend': '{{subst:Cfd|${sectionName}}}',
'action': 'deleting'
},
"Rename": {
'prepend': '{{subst:Cfr|$1|${sectionName}}}',
'action': 'renaming'
},
"Merge": {
'prepend': '{{subst:Cfm|$1|${sectionName}}}',
'action': 'merging'
},
"Split": {
'prepend': '{{subst:Cfs|$1|$2|${sectionName}}}',
'action': 'splitting'
},
"Listify": {
'prepend': '{{subst:Cfl|$1|${sectionName}}}',
'action': 'listifying'
},
"Custom": {
'prepend': '{{subst:Cfd|type=|${sectionName}}}',
'action': ''
},
},
"RenamedisplayTemplates": [{
'prepend'data: '{{subst:Cfr|$1|${sectionName}}}lc',
'action'label: 'renamingCategory link with extra links – {{lc}}'
},
"Merge": {
'prepend'data: '{{subst:Cfm|$1|${sectionName}}}clc',
'action'label: 'mergingCategory link with count – {{clc}}'
},
"Split": {
'prepend'data: '{{subst:Cfs|$1|$2|${sectionName}}}cl',
'action'label: 'splittingPlain category link – {{cl}}'
}],
},
"RFD": {
"title": "Mass RfD",
"placeholderDiscussionLink": 'Wikipedia:Redirects for discussion/Log/2024 May 13#Knightfall (comics)',
"placeholderNominationTitle": 'Knightfall',
"placeholderRationale": 'No mention of "Knightfall" in the target article.',
"pageDemoText": "",
"titleDemoText": "Title1\nTitle2\nTitle2",
"discussionLinkRegex": /^Wikipedia:Redirects for discussion\/Log\/\d\d\d\d \w+ \d\d?#(.+)$/,
"nominationReplacement": [/<!-- ?Add new entries directly below this line\. ?-->/, '$&\n${nominationText}\n'],
"userNotificationTemplate": 'Rfd mass notice',
"baseDiscussionPage": 'Wikipedia:Redirects for discussion/Log/',
"normaliseFunction": (title) => { return new mw.Title(title).getPrefixedText() },
"actions":
{
'prepend': '{{subst:rfd|${sectionName}|content=\n${pageText}\n}}'
},
"displayTemplate": "{{subst:rfd2|multi=yes|redirect=${pageName}|target=${redirectTarget}}}"
"Listify": {
},
'prepend': '{{subst:Cfl|$1|${sectionName}}}',
'action'"TFD": 'listifying'{
"title": "Mass TfD",
"placeholderDiscussionLink": 'Wikipedia:Templates for discussion/Log/2025 August 4#Template:COVID-19 pandemic interactive maps/India/India cases',
"placeholderNominationTitle": 'COVID-19 pandemic interactive maps/India templates',
"placeholderRationale": 'Unused templates.',
"pageDemoText": "{{subst:Tfd|sectionName}}",
"titleDemoText": "Template:Foo\nTemplate:Bar",
"discussionLinkRegex": /^Wikipedia:Templates for discussion\/Log\/\d\d\d\d \w+ \d\d?#(.+)$/,
"nominationReplacement": [/=== ?\[\[Wikipedia:Templates for discussion\/Log\/\d\d\d\d \w+ \d\d?\|\w+ \d\d?\]\] ?===\s*(?:<!-- *Add new listings at the top of the list with the following formats for deletion and merging respectively:[\s\S]+?-->)?/, '$&\n${nominationText}'],
"userNotificationTemplate": 'Tfd mass notice',
"baseDiscussionPage": 'Wikipedia:Templates for discussion/Log/',
"normaliseFunction": (title) => {
let titleObj = new mw.Title(title);
if (titleObj.getNamespaceId() != 0) {
return titleObj.getPrefixedText()
} else {
return new mw.Title(title, NS_TEMPLATE).getPrefixedText(); // assume Template:
}
},
"Customactions": {
'prepend'"Delete": '{{subst:Cfd|type=|${sectionName}}}',
'actionprepend': '{{subst:Tfd|heading=${sectionName}}}',
'action': 'deleting'
},
"Delete (inline notice)": {
'prepend': '{{subst:Tfd|type=inline|heading=${sectionName}}}',
'action': 'deleting'
},
"Delete (tiny notice)": {
'prepend': '{{subst:Tfd|type=tiny|heading=${sectionName}}}',
'action': 'deleting'
},
"Delete (sidebar notice)": {
'prepend': '{{subst:Tfd|type=sidebar|heading=${sectionName}}}',
'action': 'deleting'
},
"Delete (disabled notice)": {
'prepend': '{{subst:Tfd|type=disabled|heading=${sectionName}}}',
'action': 'deleting'
},
"Merge": {
'prepend': '{{subst:Tfm|$1|heading=${sectionName}}}}',
'action': 'merging'
},
"Merge (inline notice)": {
'prepend': '{{subst:Tfm|$1|type=inline|heading=${sectionName}}}',
'action': 'merging'
},
"Merge (tiny notice)": {
'prepend': '{{subst:Tfm|$1|type=tiny|heading=${sectionName}}}',
'action': 'merging'
},
"Merge (sidebar notice)": {
'prepend': '{{subst:Tfm|$1|type=sidebar|heading=${sectionName}}}',
'action': 'merging'
},
"Merge (disabled notice)": {
'prepend': '{{subst:Tfm|$1|type=disabled|heading=${sectionName}}}',
'action': 'merging'
},
"Custom delete": {
'prepend': '{{subst:Tfd|type=|heading=${sectionName}}}',
'action': ''
},
"Custom merge": {
'prepend': '{{subst:Tfm|$1|type=|heading=${sectionName}}}',
'action': ''
},
},
"displayTemplate": "{{Tfd links|${pageName}${moduleText}}}"
},
};
"displayTemplates": [{
const match = /Special:Mass(\w+)/.exec(mw.config.get('wgPageName'));
data: 'lc',
const XFD = match ? match[1].toUpperCase() : false;
label: 'Category link with extra links – {{lc}}'
const config = },XFDconfig[XFD];
{
data: 'clc',
label: 'Category link with count – {{clc}}'
},
{
data: 'cl',
label: 'Plain category link – {{cl}}'
}],
 
function wipePageContent() {
var bodyContent = $('#bodyContent');
if (bodyContent) {
bodyContent.empty();
}
var header = $('#firstHeading');
if (header) {
header.text(config.title);
}
$('title').text(`${config.title} - Wikipedia`);
}
 
function createProgressElement() {
},
var progressContainer = new OO.ui.PanelLayout({
"RFD": {
"title": "Mass RfD" padded: true,
expanded: false,
"placeholderDiscussionLink": 'Wikipedia:Redirects for discussion/Log/2024 May 13#Knightfall (comics)',
"placeholderNominationTitle" classes: ['Knightfallsticky-container',]
});
"placeholderRationale": 'No mention of "Knightfall" in the target article.',
"pageDemoText":return "",progressContainer;
"discussionLinkRegex": /^Wikipedia:Redirects for discussion\/Log\/\d\d\d\d \w+ \d\d?#(.+)$/,
"nominationReplacement": [/<!-- ?Add new entries directly below this line\. ?-->/, '$&\n${nominationText}\n'],
"userNotificationTemplate": 'Rfd mass notice',
"baseDiscussionPage": 'Wikipedia:Redirects for discussion/Log/',
"normaliseFunction": (title) => { return capitalise(title.trim()) },
"actions":
{
'prepend': '{{subst:rfd|${sectionName}|content=\n${pageText}\n}}'
},
"displayTemplate": "{{subst:rfd2|multi=yes|redirect=${pageName}|target={{subst:target of|${pageName}}}}}"
}
}
const match = /Special:Mass(\w+)/.exec(mw.config.get('wgPageName'))
const XFD = match ? match[1].toUpperCase() : false
const config = XFDconfig[XFD]
 
function wipePageContentmakeInfoPopup(info) {
var infoPopup = new OO.ui.PopupButtonWidget({
var bodyContent = $('#bodyContent');
icon: 'info',
if (bodyContent) {
bodyContent.empty(); framed: false,
label: 'More information',
invisibleLabel: true,
popup: {
head: true,
icon: 'infoFilled',
label: 'More information',
$content: $(`<p>${info}</p>`),
padded: true,
align: 'force-left',
autoFlip: false
}
});
return infoPopup;
}
 
var header = $('#firstHeading');
function makeCategoryTemplateDropdown(label) {
if (header) {
var dropdown = new OO.ui.DropdownInputWidget({
header.text(config.title);
required: true,
options: config.displayTemplates
});
var fieldlayout = new OO.ui.FieldLayout(
dropdown,
{
label,
align: 'inline',
classes: ['newnomonly'],
}
);
return { container: fieldlayout, dropdown };
}
$('title').text(`${config.title} - Wikipedia`);
}
 
function createTitleAndInputFieldWithLabel(label, placeholder, classes = []) {
function createProgressElement() {
var progressContainerinput = new OO.ui.PanelLayoutTextInputWidget({
padded: true, placeholder
expanded: false,});
classes: ['sticky-container']
});
return progressContainer;
}
 
function makeInfoPopup(info) {
var infoPopup = new OO.ui.PopupButtonWidget({
icon: 'info',
framed: false,
label: 'More information',
invisibleLabel: true,
popup: {
head: true,
icon: 'infoFilled',
label: 'More information',
$content: $(`<p>${info}</p>`),
padded: true,
align: 'force-left',
autoFlip: false
}
});
return infoPopup;
}
 
var fieldset = new OO.ui.FieldsetLayout({
function makeCategoryTemplateDropdown(label) {
classes
var dropdown = new OO.ui.DropdownInputWidget({
required: true,});
options: config.displayTemplates
});
var fieldlayout = new OO.ui.FieldLayout(
dropdown,
{
label,
align: 'inline',
classes: ['newnomonly'],
}
);
return { container: fieldlayout, dropdown };
}
 
fieldset.addItems([
function createTitleAndInputFieldWithLabel(label, placeholder, classes = []) {
var input = new OO.ui.TextInputWidgetFieldLayout(input, {
placeholder label
});,
]);
 
return {
container: fieldset,
inputField: input,
};
}
// Function to create a title and an input field
function createTitleAndInputField(title, placeholder, info = false) {
var container = new OO.ui.PanelLayout({
expanded: false
});
 
var fieldsettitleLabel = new OO.ui.FieldsetLayoutLabelWidget({
label: $(`<span>${title}</span>`)
classes
});
 
var infoPopup = makeInfoPopup(info);
fieldset.addItems([
var inputField = new OO.ui.FieldLayoutMultilineTextInputWidget(input, {
labelplaceholder,
}) indicator: 'required',
rows: 10,
]);
autosize: true
});
if (info) container.$element.append(titleLabel.$element, infoPopup.$element, inputField.$element);
else container.$element.append(titleLabel.$element, inputField.$element);
return {
titleLabel,
inputField,
container,
infoPopup,
};
}
 
// Function to create a title and an input field
return {
function createTitleAndSingleInputField(title, placeholder) {
container: fieldset,
var container = new OO.ui.PanelLayout({
inputField: input,
expanded: false
};
});
}
// Function to create a title and an input field
function createTitleAndInputField(title, placeholder, info = false) {
var container = new OO.ui.PanelLayout({
expanded: false
});
 
var titleLabel = new OO.ui.LabelWidget({
label: $(`<span>${title}</span>`)
});
 
var infoPopupinputField = makeInfoPopupnew OO.ui.TextInputWidget(info);{
placeholder,
var inputField = new OO.ui.MultilineTextInputWidget({
placeholder, indicator: 'required'
indicator: 'required',});
rows: 10,
autosize: true
});
if (info) container.$element.append(titleLabel.$element, infoPopup.$element, inputField.$element);
else container.$element.append(titleLabel.$element, inputField.$element);
return {
titleLabel,
inputField,
container,
infoPopup,
};
}
 
container.$element.append(titleLabel.$element, inputField.$element);
// Function to create a title and an input field
function createTitleAndSingleInputField(title, placeholder) {
var container = new OO.ui.PanelLayout({
expanded: false
});
 
var titleLabel = new OO.ui.LabelWidget(return {
label: title titleLabel,
inputField,
});
container
};
}
 
function createStartButton() {
var inputField = new OO.ui.TextInputWidget({
var button = new OO.ui.ButtonWidget({
placeholder,
indicator label: 'requiredStart',
flags: ['primary', 'progressive']
});
});
 
return button;
container.$element.append(titleLabel.$element, inputField.$element);
}
 
function createAbortButton() {
return {
var button = new OO.ui.ButtonWidget({
titleLabel,
inputField label: 'Abort',
flags: ['primary', 'destructive']
container
});
}
 
return button;
function createStartButton() {
}
var button = new OO.ui.ButtonWidget({
label: 'Start',
flags: ['primary', 'progressive']
});
 
function createRemoveBatchButton() {
return button;
var button = new OO.ui.ButtonWidget({
}
label: 'Remove',
icon: 'close',
title: 'Remove',
classes: [
'remove-batch-button'
],
flags: [
'destructive'
]
});
return button;
}
 
function createAbortButtoncreateNominationToggle() {
var button = new OO.ui.ButtonWidget({
label: 'Abort',
flags: ['primary', 'destructive']
});
 
var newNomToggle = new OO.ui.ButtonOptionWidget({
return button;
data: 'new',
}
label: 'New nomination',
selected: true
});
var oldNomToggle = new OO.ui.ButtonOptionWidget({
data: 'old',
label: 'Old nomination',
});
 
var toggle = new OO.ui.ButtonSelectWidget({
function createRemoveBatchButton() {
items: [
var button = new OO.ui.ButtonWidget({
label: 'Remove' newNomToggle,
icon: 'close', oldNomToggle
title: 'Remove', ]
classes: [});
return 'remove-batch-button'{
] toggle,
flags: [ newNomToggle,
'destructive'oldNomToggle,
]};
});
return button;
}
 
function createNominationToggle() {
 
function createMessageElement() {
var newNomToggle = new OO.ui.ButtonOptionWidget({
data:var messageElement = 'new', OO.ui.MessageWidget({
label type: 'New nominationprogress',
selected inline: true,
progressType: 'infinite'
});
});
var oldNomToggle = new OO.ui.ButtonOptionWidget({
data:return 'old',messageElement;
}
label: 'Old nomination',
});
 
function createWarningMessage() {
var toggle = new OO.ui.ButtonSelectWidget({
var warningMessage = new OO.ui.MessageWidget({
items: [
newNomToggletype: 'warning',
oldNomTogglestyle: 'background-color: yellow;'
]});
return warningMessage;
});
return {}
toggle,
newNomToggle,
oldNomToggle,
};
}
 
function createCompletedElement() {
var messageElement = new OO.ui.MessageWidget({
type: 'success',
});
return messageElement;
}
 
function createMessageElementcreateDoingElement() {
var messageElement = new OO.ui.MessageWidget({
type: 'progressinfo',
inline: true,});
progressType:return 'infinite'messageElement;
});
return messageElement;
}
 
function createAbortMessage() { // pretty much a duplicate of ratelimitMessage
function createRatelimitMessage() {
var ratelimitMessageabortMessage = new OO.ui.MessageWidget({
type: 'warning',
style: 'background-color: yellow});'
return abortMessage;
});
}
return ratelimitMessage;
}
 
function createCompletedElementcreateErrorMessage(text) {
var messageElementerrorMessage = new OO.ui.MessageWidget({
type: 'successerror',
});
errorMessage.setLabel(text);
return messageElement;
return errorMessage;
}
}
 
function createAbortMessagecreateNominationErrorMessage() { // pretty much a duplicate of ratelimitMessage
return createErrorMessage('Could not detect where to add new nomination.')
var abortMessage = new OO.ui.MessageWidget({
}
type: 'warning',
});
return abortMessage;
}
 
function createFieldset(headingLabel) {
function createNominationErrorMessage() { // pretty much a duplicate of ratelimitMessage
var nominationErrorMessagefieldset = new OO.ui.MessageWidgetFieldsetLayout({
type label: 'error'headingLabel,
});
text: 'Could not detect where to add new nomination.'
}) return fieldset;
}
return nominationErrorMessage;
}
 
function createFieldsetcreateCheckboxWithLabel(headingLabellabel) {
var fieldsetcheckbox = new OO.ui.FieldsetLayoutCheckboxInputWidget({
label value: headingLabel'a',
selected: true,
});
label: "Foo",
return fieldset;
data: "foo"
}
});
var fieldlayout = new OO.ui.FieldLayout(
checkbox,
{
label,
align: 'inline',
selected: true
}
);
return {
fieldlayout,
checkbox
};
}
function createMenuOptionWidget(data, label) {
var menuOptionWidget = new OO.ui.MenuOptionWidget({
data,
label
});
return menuOptionWidget;
}
function createActionDropdown() {
var items = Object.keys(config.actions)
.map(action => [action, action]) // [label, data]
.map(action => createMenuOptionWidget(...action));
 
var dropdown = new OO.ui.DropdownWidget({
function createCheckboxWithLabel(label) {
label: 'Mass action',
var checkbox = new OO.ui.CheckboxInputWidget({
value menu: 'a',{
selected: true, items
label: "Foo", }
data: "foo"});
return { dropdown });
}
var fieldlayout = new OO.ui.FieldLayout(
 
checkbox,
function createMultiOptionButton() {
{
var button = new label,OO.ui.ButtonWidget({
alignlabel: 'inlineAdditional action',
selectedicon: true'add',
flags: [
'progressive'
]
});
return button;
}
 
function sleep(ms) {
return new Promise(resolve => setTimeout(resolve, ms));
}
 
function makeLink(title) {
return `<a href="/wiki/${title}" target="_blank">${title}</a>`;
}
 
function getDateDifference(date1) {
const currentDate = new Date();
// now
let date2 = `${currentDate.getUTCFullYear()} ${currentDate.toLocaleString('en', { month: 'long', timeZone: 'UTC' })} ${currentDate.getUTCDate()}`
 
// Parse the dates
const parseDate = (dateString) => {
const [year, month, day] = dateString.split(' ');
return new Date(`${year}-${month}-${day}`);
};
 
const d1 = parseDate(date1);
const d2 = parseDate(date2);
 
// Calculate the time difference in milliseconds
const timeDifference = Math.abs(d2 - d1);
 
// Convert the time difference from milliseconds to days
const dayDifference = Math.ceil(timeDifference / (1000 * 60 * 60 * 24));
 
return dayDifference;
}
 
function deepCopy(obj) {
if (obj === null || typeof obj !== 'object') {
return obj;
}
);
return {
fieldlayout,
checkbox
};
}
function createMenuOptionWidget(data, label) {
var menuOptionWidget = new OO.ui.MenuOptionWidget({
data,
label
});
return menuOptionWidget;
}
function createActionDropdown() {
var items = Object.keys(config.actions)
.map(action => [action, action]) // [label, data]
.map(action => createMenuOptionWidget(...action));
 
var dropdown = new if (obj instanceof OO.ui.DropdownWidget(Element) {
label: 'Mass action', return obj;
menu: {
items
}
});
return { dropdown };
}
 
if (Array.isArray(obj)) {
function createMultiOptionButton() {
const copy = [];
var button = new OO.ui.ButtonWidget({
for (let i = 0; i < obj.length; i++) {
label: 'Additional action',
copy[i] = deepCopy(obj[i]);
icon: 'add',
flags: [ }
'progressive'return copy;
]}
});
return button;
}
 
const copy = {};
function sleep(ms) {
for (const key in obj) {
return new Promise(resolve => setTimeout(resolve, ms));
if (obj.hasOwnProperty(key)) {
}
copy[key] = deepCopy(obj[key]);
}
}
return copy;
}
 
function makeLinkdelinkWikitext(titletext) {
// both piped and unpiped wikilinks
return `<a href="/wiki/${title}" target="_blank">${title}</a>`;
const wikilinkPattern = /\[\[([^\]]+)\|([^\]]+)\]\]|\[\[([^\]]+)\]\]/g;
}
 
return text.replace(wikilinkPattern, (match, p1, p2, p3) => {
function parseHTML(html) {
// Create a temporary div to parse the HTMLif (p1 && p2) {
// If there is both link text and target (piped)
var tempDiv = $('<div>').html(html);
return p2; // Just return the link text
} else if (p3) {
// If there is only link text, without a target (unpiped)
return p3;
}
return match;
});
}
 
function parseHTML(html) {
// Find all li elements
// Create a temporary div to parse the HTML
var liElements = tempDiv.find('li');
var tempDiv = $('<div>').html(html);
 
// Array toFind storeall extractedli hrefselements
var hrefsliElements = []tempDiv.find('li');
 
// Array to store extracted hrefs
let existinghrefRegexp = /^https:\/\/en\.wikipedia.org\/wiki\/([^?&]+?)$/;
var hrefs = [];
let nonexistinghrefRegexp = /^https:\/\/en\.wikipedia\.org\/w\/index\.php\?title=([^&?]+?)&action=edit&redlink=1$/;
 
let existinghrefRegexp = /^https:\/\/en\.wikipedia.org\/wiki\/([^?&]+?)$/;
// Iterate through each li element
let nonexistinghrefRegexp = /^https:\/\/en\.wikipedia\.org\/w\/index\.php\?title=([^&?]+?)&action=edit&redlink=1$/;
liElements.each(function () {
// Find all anchor (a) elements within the current li
let hrefline = [];
var anchorElements = $(this).find('a');
 
// ExtractIterate href attribute fromthrough each anchorli element
anchorElementsliElements.each(function () {
var// hrefFind =all anchor $(thisa).attr('href'); elements within the current li
iflet (href)hrefline {= [];
var existingMatchanchorElements = existinghrefRegexp$(this).execfind(href'a');
var nonexistingMatch = nonexistinghrefRegexp.exec(href);
let page;
if (existingMatch) page = new mw.Title(existingMatch[1]);
if (nonexistingMatch) page = new mw.Title(nonexistingMatch[1]);
if (page && page.getNamespaceId() > -1 && !page.isTalkPage()) {
hrefline.push(page.getPrefixedText());
}
 
// Extract href attribute from each anchor element
anchorElements.each(function () {
var href = $(this).attr('href');
if (href) {
var existingMatch = existinghrefRegexp.exec(href);
var nonexistingMatch = nonexistinghrefRegexp.exec(href);
let page;
if (existingMatch) page = new mw.Title(existingMatch[1]);
if (nonexistingMatch) page = new mw.Title(nonexistingMatch[1]);
if (page && page.getNamespaceId() > -1 && !page.isTalkPage()) {
hrefline.push(page.getPrefixedText());
}
 
 
}
}
});
hrefs.push(hrefline);
});
hrefs.push(hrefline);
});
 
return hrefs;
}
}
 
function handlepaste(widget, e) {
var types, pastedData, parsedData;
// Browsers that support the 'text/html' type in the Clipboard API (Chrome, Firefox 22+)
if (e && e.clipboardData && e.clipboardData.types && e.clipboardData.getData) {
// Check for 'text/html' in types list= e.clipboardData.types;
if (((types instanceof DOMStringList) && types.contains("text/html")) ||
types = e.clipboardData.types;
if (((types instanceof DOMStringList) ($.inArray && types$.containsinArray("'text/html"', types) !== -1)) ||{
($.inArray && $.inArray('text /html',/ Extract data and types)pass !==it -1))to {callback
// Extract data and passpastedData it= to callbacke.clipboardData.getData('text/html');
pastedData = e.clipboardData.getData('text/html');
 
parsedData = parseHTML(pastedData);
 
// Check if it's an empty array
if (!parsedData || parsedData.length === 0) {
// Allow the paste event to propagate for plain text or empty array
return true;
}
let confirmed = confirm('You have pasted formatted text. Do you want this to be converted into wikitext?');
if (!confirmed) return true;
processPaste(widget, pastedData);
 
// Stop the data from actually being pasted
e.stopPropagation();
e.preventDefault();
return false;
}
}
let confirmed = confirm('You have pasted formatted text. Do you want this to be converted into wikitext?');
 
if (!confirmed) return true;
// Allow the paste event to propagate for plain text
return true;
}
 
function waitForPastedData(widget, savedContent) {
// If data has been processed by the browser, process it
if (widget.getValue() !== savedContent) {
// Retrieve pasted content via widget's getValue()
var pastedData = widget.getValue();
 
// Restore saved content
widget.setValue(savedContent);
 
// Call callback
processPaste(widget, pastedData);
}
// Else wait 20ms and try again
else {
setTimeout(function () {
waitForPastedData(widget, savedContent);
}, 20);
}
}
 
function processPaste(widget, pastedData) {
// Stop the data from actually being pasted
// Parse the e.stopPropagation();HTML
var parsedArray = e.preventDefaultparseHTML(pastedData);
let stringOutput = return false'';
for (const pages of parsedArray) {
stringOutput += pages.join('|') + '\n';
}
widget.insertContent(stringOutput);
}
 
// Allow the paste event to propagate for plain text
return true;
}
 
function waitForPastedDatagetWikitext(widget, savedContentpageTitle) {
var api = new mw.Api();
// If data has been processed by the browser, process it
if (widget.getValue() !== savedContent) {
// Retrieve pasted content via widget's getValue()
var pastedData = widget.getValue();
 
//var RestorerequestData saved= content{
widget.setValue(savedContent); "action": "query",
"format": "json",
 
// Call callback "prop": "revisions",
"titles": pageTitle,
processPaste(widget, pastedData);
"formatversion": "2",
}
"rvprop": "content",
// Else wait 20ms and try again
"rvlimit": "1",
else {
setTimeout(function () {};
return api.get(requestData).then(function (data) {
waitForPastedData(widget, savedContent);
}, 20) var pages = data.query.pages;
return pages[0].revisions[0].content; // Return the wikitext
}).catch(function (error) {
console.error('Error fetching wikitext:', error);
});
}
}
 
// function to revert edits - this is hacky, and potentially unreliable
function processPaste(widget, pastedData) {
function revertEdits() {
// Parse the HTML
var parsedArrayrevertAllCount = parseHTML(pastedData)0;
let stringOutput var revertElements = $('.massxfdundo');
for (const pages of parsedArrayif (!revertElements.length) {
$('#massxfdrevertlink').replaceWith('Reverts done.');
stringOutput += pages.join('|') + '\n';
} else {
$('#massxfdrevertlink').replaceWith('<span><span id="revertall-text">Reverting...</span> (<span id="revertall-done">0</span> / <span id="revertall-total">' + revertElements.length + '</span> done)</span>');
 
revertElements.each(function (index, element) {
element = $(element); // jQuery-ify
var title = element.attr('data-title');
var revid = element.attr('data-revid');
revertEdit(title, revid)
.then(function () {
element.text('. Reverted.');
revertAllCount++;
$('#revertall-done').text(revertAllCount);
}).catch(function () {
element.html('. Revert failed. <a href="/wiki/Special:Diff/' + revid + '">Click here</a> to view the diff.');
});
}).promise().done(function () {
$('#revertall-text').text('Reverts done.');
});
}
}
widget.insertContent(stringOutput);
}
 
function revertEdit(title, revid, retry = false) {
var api = new mw.Api();
 
function getWikitext(pageTitle) {
var api = new mw.Api();
 
var requestData = if (retry) {
"action": "query", sleep(1000);
"format": "json",}
"prop": "revisions",
"titles": pageTitle,
"formatversion": "2",
"rvprop": "content",
"rvlimit": "1",
};
return api.get(requestData).then(function (data) {
var pages = data.query.pages;
return pages[0].revisions[0].content; // Return the wikitext
}).catch(function (error) {
console.error('Error fetching wikitext:', error);
});
}
 
var requestData = {
// function to revert edits - this is hacky, and potentially unreliable
action: 'edit',
function revertEdits() {
title,
var revertAllCount = 0;
undo: revid,
var revertElements = $('.massxfdundo');
format: 'json'
if (!revertElements.length) {
};
$('#massxfdrevertlink').replaceWith('Reverts done.');
return new Promise(function (resolve, reject) {
} else {
api.postWithEditToken(requestData).then(function (data) {
$('#massxfdrevertlink').replaceWith('<span><span id="revertall-text">Reverting...</span> (<span id="revertall-done">0</span> / <span id="revertall-total">' + revertElements.length + '</span> done)</span>');
if (data.edit && data.edit.result === 'Success') {
resolve(true);
} else {
console.error('Error occurred while undoing edit:', data);
reject();
}
}).catch(function (error) {
console.error('Error occurred while undoing edit:', error); // handle: editconflict, ratelimit (retry)
if (error == 'editconflict') {
resolve(revertEdit(title, revid, retry = true));
} else if (error == 'ratelimited') {
setTimeout(function () { // wait a minute
resolve(revertEdit(title, revid, retry = true));
}, 60000);
} else {
reject();
}
});
});
}
 
revertElements.each(function getRedirectData(index, elementtitles) {
var api = new element = $mw.Api(element); // jQuery-ify
return api.get({
var title = element.attr('data-title');
varaction: revid = element.attr('data-revidquery');,
revertEdit(titletitles, revid)
redirects: .then(function () {1,
format: element.text('. Reverted.json');
}).then(function (data) {
revertAllCount++;
return $('#revertall-done')data.text(revertAllCount)query;
}).catch(function (error) {
console.error('Error occurred while fetching page author:', error);
element.html('. Revert failed. <a href="/wiki/Special:Diff/' + revid + '">Click here</a> to view the diff.');
return })false;
}).promise().done(function () {
$('#revertall-text').text('Reverts done.');
});
}
}
 
function getUserData(titles) {
function revertEdit(title, revid, retry = false) {
var api = new mw.Api();
return api.get({
 
action: 'query',
 
list: 'users',
if (retry) {
sleep(1000); ususers: titles,
usprop: 'blockinfo|groups', // blockinfo - check if indeffed, groups - check if bot
format: 'json'
}).then(function (data) {
return data.query.users;
}).catch(function (error) {
console.error('Error occurred while fetching page author:', error);
return false;
});
}
 
function getPageAuthor(title) {
var requestData = {
action:var 'edit',api = new mw.Api();
title,return api.get({
undo action: revid'query',
format prop: 'jsonrevisions',
titles: title,
};
rvprop: 'user',
return new Promise(function (resolve, reject) {
rvdir: 'newer', // Sort the revisions in ascending order (oldest first)
api.postWithEditToken(requestData).then(function (data) {
rvlimit: 1,
if (data.edit && data.edit.result === 'Success') {
format: resolve(true);'json'
}).then(function (data) {
var pages = data.query.pages;
var pageId = Object.keys(pages)[0];
var revisions = pages[pageId].revisions;
if (revisions && revisions.length > 0) {
 
return revisions[0].user;
} else {
console.error('Errorreturn occurred while undoing edit:', data)false;
reject();
}
}).catch(function (error) {
console.error('Error occurred while undoingfetching editpage author:', error); // handle: editconflict, ratelimit (retry)
ifreturn (error == 'editconflict') {false;
resolve(revertEdit(title, revid, retry = true));
} else if (error == 'ratelimited') {
setTimeout(function () { // wait a minute
resolve(revertEdit(title, revid, retry = true));
}, 60000);
} else {
reject();
}
});
});
}
 
function getUserData(titles) {
var api = new mw.Api();
return api.get({
action: 'query',
list: 'users',
ususers: titles,
usprop: 'blockinfo|groups', // blockinfo - check if indeffed, groups - check if bot
format: 'json'
}).then(function (data) {
return data.query.users;
}).catch(function (error) {
console.error('Error occurred while fetching page author:', error);
return false;
});
}
 
// Function to create a list of page authors and filter duplicates
function getPageAuthor(title) {
async function createAuthorList(titles) {
var api = new mw.Api();
var authorList = [];
return api.get({
var promises = titles.map(function (title) {
action: 'query',
return getPageAuthor(title);
prop: 'revisions',
titles: title,});
rvprop:try 'user',{
const authors = await Promise.all(promises);
rvdir: 'newer', // Sort the revisions in ascending order (oldest first)
rvlimit: 1, let queryBatchSize = 50;
let authorTitles = authors.filter(Boolean).map(author => author.replace(/ /g, '_')); // Replace spaces with underscores, remove false values
format: 'json'
let filteredAuthorList = [];
}).then(function (data) {
for (let i = 0; i < authorTitles.length; i += queryBatchSize) {
var pages = data.query.pages;
var pageId let batch = ObjectauthorTitles.keysslice(pagesi, i + queryBatchSize)[0];
var revisions let batchTitles = pages[pageId]batch.revisionsjoin('|');
if (revisions && revisions.length > 0) {
 
return revisions[0].user; await getUserData(batchTitles)
} else .then(response => {
return false; response.forEach(user => {
if (window.debuggingMode) console.log(user);
}
if (user
}).catch(function (error) {
&& (!user.blockexpiry || user.blockexpiry !== "infinite" || 'blockpartial' in user)
console.error('Error occurred while fetching page author:', error);
&& !user.groups?.includes('bot')
return false;
&& !filteredAuthorList.includes('User talk:' + user.name))
});
filteredAuthorList.push('User talk:' + user.name);
}
});
 
})
// Function to create a list of page authors and filter duplicates
.catch(error => {
async function createAuthorList(titles) {
console.logerror(titles"Error querying API:", error);
var authorList = [];
var promises = titles.map(function (title) {
return getPageAuthor(title);
});
try {
const authors = await Promise.all(promises);
let queryBatchSize = 50;
let authorTitles = authors.map(author => author.replace(/ /g, '_')); // Replace spaces with underscores
let filteredAuthorList = [];
for (let i = 0; i < authorTitles.length; i += queryBatchSize) {
let batch = authorTitles.slice(i, i + queryBatchSize);
let batchTitles = batch.join('|');
 
await getUserData(batchTitles)
.then(response => {
response.forEach(user => {
if (user
&& (!user.blockexpiry || user.blockexpiry !== "infinite" || 'blockpartial' in user)
&& !user.groups.includes('bot')
&& !filteredAuthorList.includes('User talk:' + user.name))
filteredAuthorList.push('User talk:' + user.name);
});
}
 
return })filteredAuthorList;
} catch .catch(error =>error_1) {
console.error("'Error queryingoccurred APIwhile creating author list:"', errorerror_1);
return })authorList;
}
return filteredAuthorList;
} catch (error_1) {
console.error('Error occurred while creating author list:', error_1);
return authorList;
}
}
 
// Function to prependcreate texta tolist aof page authors and filter duplicates
async function createRedirectTargetsList(titles) {
function editPage(title, text, summary, progressElement, ratelimitMessage, progress, type, titlesDict, retry = false) {
var api = new mw.Api();try {
let queryBatchSize = 50;
let redirectTitles = titles.map(title => title.replace(/ /g, '_')); // Replace spaces with underscores
let redirectTargets = {};
let nonredirects = [];
for (let i = 0; i < redirectTitles.length; i += queryBatchSize) {
let batch = redirectTitles.slice(i, i + queryBatchSize);
let batchTitles = batch.join('|');
 
await getRedirectData(batchTitles)
var messageElement = createMessageElement();
.then(data => {
 
if ('redirects' in data) {
data.redirects.forEach(redirect => {
redirectTargets[redirect.from] = redirect.tofragment ? redirect.to + "#" + redirect.tofragment : redirect.to;
});
let redirects = new Set(data.redirects.map(r => r.to));
let pages = new Set(Object.values(data.pages).map(p => p.title));
nonredirects.push(...[...pages].filter(x => !redirects.has(x)));
} else {
nonredirects.push(...Object.values(data.pages).map(p => p.title));
}
 
})
 
.catch(error => {
messageElement.setLabel((retry) ? $('<span>').text('Retrying ').append($(makeLink(title))) : $('<span>').text('Editing ').append($(makeLink(title))));
console.error("Error querying API:", error);
progressElement.$element.append(messageElement.$element);
var container = $('.sticky-container' });
}
container.scrollTop(container.prop("scrollHeight"));
return [redirectTargets, nonredirects];
if (retry) {
sleep} catch (1000error_1); {
console.error('Error occurred while fetching redirect targets', error_1);
return [redirectTargets, nonredirects];
}
}
 
varfunction requestData =editPage(options) {
const localOptions = deepCopy(options);
action: 'edit',
localOptions.text = localOptions.textToModify;
title,
summary,const api = new mw.Api();
const messageElement = createMessageElement();
format: 'json'
 
};
messageElement.setLabel((localOptions.retry)
? $('<span>').text('Retrying ').append($(makeLink(localOptions.title)))
: $('<span>').text('Editing ').append($(makeLink(localOptions.title))));
 
localOptions.progressElement.$element.append(messageElement.$element);
if (type === 'prepend') { // tag
const container = $('.sticky-container');
requestData.nocreate = 1; // don't create new page
container.scrollTop(container.prop("scrollHeight"));
// parse title
var targets = titlesDict[title];
 
forif (let i = 0; i < targetslocalOptions.length; i++retry) {
sleep(1000);
// we add 1 to i in the replace function because placeholders start from $1 not $0
let placeholder = '$' + (i + 1);
text = text.replace(placeholder, targets[i]);
}
text = text.replace(/\$\d/g, ''); // remove unmatched |$x
requestData.prependtext = text.trim() + '\n\n';
 
const requestData = {
action: 'edit',
title: window.debuggingMode ? 'User:Qwerfjkl/sandbox/51' : localOptions.title,
summary: localOptions.summary,
format: 'json'
};
 
} else if (localOptions.type === 'appendprepend') { // user
requestData.appendtext = '\n\n' + textrequestData.trim()nocreate = 1;
const targets = localOptions.titlesDict[localOptions.title];
} else if (type === 'text') {
 
requestData.text = text;
for (let i = 0; i < targets.length; i++) {
}
const placeholder = '$' + (i + 1);
return new Promise(function (resolve, reject) {
localOptions.text = localOptions.text.replace(placeholder, targets[i]);
if (window.abortEdits) {
// hide message and return}
messageElementlocalOptions.toggletext = localOptions.text.replace(false/\$\d/g, '');
resolverequestData.prependtext = localOptions.text.trim() + '\n\n';
} else if (localOptions.type return;=== 'append') {
requestData.appendtext = '\n\n' + localOptions.text.trim();
} else if (localOptions.type === 'text') {
requestData.text = localOptions.text;
}
api.postWithEditToken(requestData).then(function (data) {
if (data.edit && data.edit.result === 'Success') {
messageElement.setType('success');
messageElement.setLabel($('<span>' + makeLink(title) + ' edited successfully</span><span class="massxfdundo" data-revid="' + data.edit.newrevid + '" data-title="' + title + '"></span>'));
 
return new Promise((resolve, reject) => {
if (window.abortEdits) {
messageElement.toggle(false);
resolve();
} else { return;
 
messageElement.setType('error');
messageElement.setLabel($('<span>Error occurred while editing ' + makeLink(title) + ': ' + data + '</span>'));
console.error('Error occurred while prepending text to page:', data);
 
reject();
}
}).catch(function (error) {
messageElement.setType('error');
messageElement.setLabel($('<span>Error occurred while editing ' + makeLink(title) + ': ' + error + '</span>'));
console.error('Error occurred while prepending text to page:', error); // handle: editconflict, ratelimit (retry)
if (error == 'editconflict') {
editPage(title, text, summary, progressElement, ratelimitMessage, progress, type, titlesDict, retry = true).then(function () {
resolve();
});
} else if (error == 'ratelimited') {
progress.setDisabled(true);
 
api.postWithEditToken(requestData)
handleRateLimitError(ratelimitMessage).then(function () {
progress.setDisabledthen(false(data); => {
if (data.edit && data.edit.result === 'Success') {
editPage(title, text, summary, progressElement, ratelimitMessage, progress, type, titlesDict, retry = true).then(function () {
messageElement.setType('success');
messageElement.setLabel($('<span>' + makeLink(localOptions.title) + ' edited successfully</span><span class="massxfdundo" data-revid="' + data.edit.newrevid + '" data-title="' + localOptions.title + '"></span>'));
resolve();
}); else {
handleError('Error occurred while editing', data, localOptions, messageElement, resolve, reject);
});
}
else { })
.catch((error) => handleError('Error occurred while editing', error, localOptions, messageElement, resolve, reject));
reject();
}
});
});
}
 
function handleError(msg, error, options, messageElement, resolve, reject) {
// global scope - needed to syncronise ratelimits
messageElement.setType('error');
var massXFDratelimitPromise = null;
messageElement.setLabel($('<span>' + msg + ' ' + makeLink(options.title) + ': ' + error + '</span>'));
// Function to handle rate limit errors
console.error(msg + ' page:', error);
function handleRateLimitError(ratelimitMessage) {
var modify = !(ratelimitMessage.isVisible()); // only do something if the element hasn't already been shown
 
if (massXFDratelimitPromiseerror !=== null'editconflict') {
editPage(deepCopy(options)).then(resolve);
return massXFDratelimitPromise;
} else if (error === 'ratelimited') {
options.progress.setDisabled(true);
handleRateLimitError(options.ratelimitMessage).then(() => {
options.progress.setDisabled(false);
editPage(deepCopy(options)).then(resolve);
});
} else {
reject();
}
}
 
massXFDratelimitPromise = new Promise(function (resolve) {
var remainingSeconds = 60;
var secondsToWait = remainingSeconds * 1000;
console.log('Rate limit reached. Waiting for ' + remainingSeconds + ' seconds...');
 
// global scope - needed to syncronise ratelimits
ratelimitMessage.setType('warning');
var massXFDratelimitPromise = null;
ratelimitMessage.setLabel('Rate limit reached. Waiting for ' + remainingSeconds + ' seconds...');
// Function to handle rate limit errors
ratelimitMessage.toggle(true);
function handleRateLimitError(ratelimitMessage) {
var modify = !(ratelimitMessage.isVisible()); // only do something if the element hasn't already been shown
 
varif countdownInterval(massXFDratelimitPromise !== setInterval(function (null) {
remainingSeconds--return massXFDratelimitPromise;
if (modify) {}
ratelimitMessage.setLabel('Rate limit reached. Waiting for ' + remainingSeconds + ' second' + ((remainingSeconds === 1) ? '' : 's') + '...');
}
 
massXFDratelimitPromise = new Promise(function (resolve) {
if (remainingSeconds <= 0 || window.abortEdits) {
var remainingSeconds = 60;
var secondsToWait = remainingSeconds * 1000;
console.log('Rate limit reached. Waiting for ' + remainingSeconds + ' seconds...');
 
ratelimitMessage.setType('warning');
ratelimitMessage.setLabel('Rate limit reached. Waiting for ' + remainingSeconds + ' seconds...');
ratelimitMessage.toggle(true);
 
var countdownInterval = setInterval(function () {
remainingSeconds--;
if (modify) {
ratelimitMessage.setLabel('Rate limit reached. Waiting for ' + remainingSeconds + ' second' + ((remainingSeconds === 1) ? '' : 's') + '...');
}
 
if (remainingSeconds <= 0 || window.abortEdits) {
clearInterval(countdownInterval);
massXFDratelimitPromise = null; // reset
ratelimitMessage.toggle(false);
resolve();
}
}, 1000);
 
// Use setTimeout to ensure the promise is resolved even if the countdown is not reached
setTimeout(function () {
clearInterval(countdownInterval);
massXFDratelimitPromise = null; // reset
ratelimitMessage.toggle(false);
massXFDratelimitPromise = null; // reset
resolve();
}, secondsToWait);
}, 1000);
return massXFDratelimitPromise;
}
 
// Function to show progress visually
// Use setTimeout to ensure the promise is resolved even if the countdown is not reached
setTimeout(function createProgressBar(label) {
var progressBar = new clearIntervalOO.ui.ProgressBarWidget(countdownInterval);
ratelimitMessageprogressBar.togglesetProgress(false0);
var fieldlayout = new OO.ui.FieldLayout(progressBar, {
massXFDratelimitPromise = null; // reset
resolve();label,
}, secondsToWait); align: 'inline'
});
return massXFDratelimitPromise;{
progressBar,
}
fieldlayout
};
}
 
// Function to show progress visually
function createProgressBar(label) {
var progressBar = new OO.ui.ProgressBarWidget();
progressBar.setProgress(0);
var fieldlayout = new OO.ui.FieldLayout(progressBar, {
label,
align: 'inline'
});
return {
progressBar,
fieldlayout
};
}
 
// Main function to execute the script
async function runMassXFD() {
 
Object.keys(XFDconfig).forEach(function (XfD) {
// Main function to execute the script
mw.util.addPortletLink('p-tb', mw.util.getUrl(`Special:Mass${XfD}`), `Mass ${XfD}`, `pt-mass${XfD.toLowerCase()}`, `Create a mass ${XfD} nomination`);
async function runMassXFD() {
});
 
Object.keys(XFDconfig).forEach(function (XfD) {
mw.util.addPortletLink('p-tb', mw.util.getUrl(`Special:Mass${XfD}`), `Mass ${XfD}`, `pt-mass${XfD.toLowerCase()}`, `Create a mass ${XfD} nomination`);
})
 
if (XFD && config) {
// Load the required modules
mw.loader.using('oojs-ui').done(function () {
wipePageContent();
if (!window.debuggingMode) { // annoying when reloading for debugging
onbeforeunload = function () {
return "Closing this tab will cause you to lose all progress.";
};
}
elementsToDisable = [];
var bodyContent = $('#bodyContent');
 
mw.util.addCSS(`.sticky-container {
if (XFD) {
// Load the required modules bottom: 0;
width: 100%;
mw.loader.using('oojs-ui').done(function () {
wipePageContent() max-height: 600px;
onbeforeunload = function()overflow-y: {auto;
}`); // should probably be styled returndirectly "Closingon thisthe tabelement willthan causevia youthe to lose all progress.";stylesheet
} var nominationToggleObj = createNominationToggle();
elementsToDisable var nominationToggle = []nominationToggleObj.toggle;
var bodyContent = $('#bodyContent');
 
bodyContent.append(nominationToggle.$element);
mw.util.addCSS(`.sticky-container {
bottom: 0 elementsToDisable.push(nominationToggle);
width: 100%;
max-height: 600px;
overflow-y: auto;
}`);
var nominationToggleObj = createNominationToggle();
var nominationToggle = nominationToggleObj.toggle;
 
var rationaleObj = createTitleAndInputField('Rationale:', config.placeholderRationale);
bodyContent.append(nominationToggle.$element);
var rationaleContainer = rationaleObj.container;
elementsToDisable.push(nominationToggle);
var rationaleInputField = rationaleObj.inputField;
elementsToDisable.push(rationaleInputField);
 
var nominationToggleOld = nominationToggleObj.oldNomToggle;
var rationaleObj = createTitleAndInputField('Rationale:', config.placeholderRationale);
var rationaleContainernominationToggleNew = rationaleObjnominationToggleObj.containernewNomToggle;
var rationaleInputField = rationaleObj.inputField;
elementsToDisable.push(rationaleInputField);
 
var discussionLinkObj = createTitleAndSingleInputField('Discussion link', config.placeholderDiscussionLink);
var nominationToggleOld = nominationToggleObj.oldNomToggle;
var nominationToggleNewdiscussionLinkContainer = nominationToggleObjdiscussionLinkObj.newNomTogglecontainer;
var discussionLinkInputField = discussionLinkObj.inputField;
elementsToDisable.push(discussionLinkInputField);
 
var discussionLinkObjnewNomHeaderObj = createTitleAndSingleInputField('DiscussionNomination linktitle', config.placeholderDiscussionLinkplaceholderNominationTitle);
var discussionLinkContainernewNomHeaderContainer = discussionLinkObjnewNomHeaderObj.container;
var discussionLinkInputFieldnewNomHeaderInputField = discussionLinkObjnewNomHeaderObj.inputField;
elementsToDisable.push(discussionLinkInputFieldnewNomHeaderInputField);
 
bodyContent.append(discussionLinkContainer.$element);
var newNomHeaderObj = createTitleAndSingleInputField('Nomination title', config.placeholderNominationTitle);
bodyContent.append(newNomHeaderContainer.$element, rationaleContainer.$element);
var newNomHeaderContainer = newNomHeaderObj.container;
var newNomHeaderInputField = newNomHeaderObj.inputField; function displayElements() {
if (nominationToggleOld.isSelected()) {
elementsToDisable.push(newNomHeaderInputField);
discussionLinkContainer.$element.show();
newNomHeaderContainer.$element.hide();
rationaleContainer.$element.hide();
}
else if (nominationToggleNew.isSelected()) {
discussionLinkContainer.$element.hide();
newNomHeaderContainer.$element.show();
rationaleContainer.$element.show();
 
}
bodyContent.append(discussionLinkContainer.$element);
bodyContent.append(newNomHeaderContainer.$element, rationaleContainer.$element);
function displayElements() {
if (nominationToggleOld.isSelected()) {
discussionLinkContainer.$element.show();
newNomHeaderContainer.$element.hide();
rationaleContainer.$element.hide();
}
else if displayElements(nominationToggleNew.isSelected()) {;
discussionLinkContainernominationToggle.$element.hideon('select', displayElements);
newNomHeaderContainer.$element.show();
rationaleContainer.$element.show();
 
}
}
displayElements();
nominationToggle.on('select', displayElements);
 
 
 
function createActionNomination(actionsContainer, first = false) {
var count = actions.length + 1;
let actionNominationTitle = (XFD === 'CFD' || XFD === 'TFD') ? 'Action batch #' + count : '';
var container = createFieldset(actionNominationTitle);
actionsContainer.append(container.$element);
 
var actionDropdownObj = createActionDropdown();
function createActionNomination(actionsContainer, first = false) {
var countdropdown = actionsactionDropdownObj.length + 1dropdown;
let actionNominationTitle = XFD === 'CFD' ? 'Action batch #' + count : ''
var container = createFieldset(actionNominationTitle);
actionsContainer.append(container.$element);
 
var actionDropdownObj = createActionDropdown elementsToDisable.push(dropdown);
var dropdown = actionDropdownObj. dropdown.$element.css('max-width', 'fit-content');
let demoText = config.pageDemoText;
var prependTextObj = createTitleAndInputField('Text to tag the nominated pages with:', demoText, info = 'A dollar sign <code>$</code> followed by a number, such as <code>$1</code>, will be replaced with a target specified in the title field, or if not target is specified, will be removed.');
var prependTextLabel = prependTextObj.titleLabel;
var prependTextInfoPopup = prependTextObj.infoPopup;
var prependTextInputField = prependTextObj.inputField;
 
elementsToDisable.push(dropdown);
dropdown.$element.css('max-width', 'fit-content');
let demoText = config.pageDemoText
var prependTextObj = createTitleAndInputField('Text to tag the nominated pages with:', demoText, info = 'A dollar sign <code>$</code> followed by a number, such as <code>$1</code>, will be replaced with a target specified in the title field, or if not target is specified, will be removed.');
var prependTextLabel = prependTextObj.titleLabel;
var prependTextInfoPopup = prependTextObj.infoPopup;
var prependTextInputField = prependTextObj.inputField;
 
elementsToDisable.push(prependTextInputField);
var prependTextContainer = new OO.ui.PanelLayout({
expanded: false
});
var actionObj = createTitleAndInputFieldWithLabel('Action', 'renaming', classes = ['newnomonly']);
var actionContainer = actionObj.container;
var actionInputField = actionObj.inputField;
elementsToDisable.push(actionInputField);
actionInputField.$element.css('max-width', 'fit-content');
if (nominationToggleOld.isSelected() || XFD === 'TFD') actionContainer.$element.hide(); // make invisible until needed
prependTextContainer.$element.append(prependTextLabel.$element, prependTextInfoPopup.$element, dropdown.$element, actionContainer.$element, prependTextInputField.$element);
 
elementsToDisable nominationToggle.pushon('select', function (prependTextInputField); {
var prependTextContainer = new OO if (nominationToggleOld.ui.PanelLayoutisSelected()) {
expanded: false $('.newnomonly').hide();
if (discussionLinkInputField.getValue().trim()) discussionLinkInputField.emit('change');
});
var actionObj = createTitleAndInputFieldWithLabel('Action', 'renaming', classes = ['newnomonly']); }
var actionContainer = actionObj else if (nominationToggleNew.container;isSelected()) {
var actionInputField if (XFD === actionObj'CFD' || XFD === 'TFD') $('.newnomonly').inputFieldshow();
if (newNomHeaderInputField.getValue().trim()) newNomHeaderInputField.emit('change');
elementsToDisable.push(actionInputField);
actionInputField.$element.css('max-width', 'fit-content'); }
});
if (nominationToggleOld.isSelected()) actionContainer.$element.hide(); // make invisible until needed
prependTextContainer.$element.append(prependTextLabel.$element, prependTextInfoPopup.$element, dropdown.$element, actionContainer.$element, prependTextInputField.$element);
 
nominationToggle.on('select', function () {
if (nominationToggleOld.isSelected()) {
$if ('discussionLinkInputField.newnomonly'getValue().hidematch(config.discussionLinkRegex)); {
if ( sectionName = discussionLinkInputField.getValue().trim()) discussionLinkInputField.emitmatch('change'config.discussionLinkRegex)[1];
}
}
else if (nominationToggleNew.isSelected()) {
if (XFDsectionName === 'CFD') $newNomHeaderInputField.getValue('.newnomonly').showtrim();
if (newNomHeaderInputField.getValue().trim()) newNomHeaderInputField.emit('change');
}
});
 
// helper function, makes more accurate.
if (nominationToggleOld.isSelected()) {
iffunction replaceOccurence(discussionLinkInputField.getValue().match(config.discussionLinkRegex)str, find, replace) {
sectionName = discussionLinkInputField.getValue().trim();
}
}
else if (nominationToggleNew.isSelected()) {
sectionName = newNomHeaderInputField.getValue().trim();
}
 
// helper function, makes more accurate. if (XFD === 'CFD' || XFD === 'TFD') {
function replaceOccurence(str, find, replace) { // last occurence
if (XFD == let index = 'CFD'str.lastIndexOf(find) {;
// last occurence
let index = str.lastIndexOf(find);
 
if (index >= 0) {
return str.substring(0, index) + replace + str.substring(index + find.length);
} else {
return str;
}
} else if (XFD === 'RFD') { // RfD has stuff after it so we can't just replace last occurence
if (str.toLowerCase().startsWith('{{subst:rfd|')) {
str = str.replace(/\{\{subst:rfd\|/i, '');
return '{{subst:rfd|' + str.replace(find, replace);
} else {
return str.replace(find, replace); // first occurence
}
}
}
}
 
var sectionName = sectionName || 'sectionName';
var oldSectionName = sectionName;
 
if (XFD !== 'CFD') {
if (XFD === 'RFD') {
prependTextInputField.setValue(config.actions.prepend.replace('${sectionName}', delinkWikitext(sectionName)));
 
}
if (discussionLinkInputField.ongetValue('change', function ).match(config.discussionLinkRegex)) {
if ( let date = discussionLinkInputField.getValue().trim().match(config/^Wikipedia:Redirects for discussion\/Log\/(\d\d\d\d \w+ \d\d)?#.discussionLinkRegex+$/)) {[1];
oldSectionName let difference = sectionNamegetDateDifference(date);
sectionName = discussionLinkInputField.getValue if ().replace(config.discussionLinkRegex,difference '$1'!== 0).trim(); {
var text = prependTextInputField.getValuesetValue(config.actions.prepend.replace('{{subst:rfd|${sectionName}|', `{{subst:rfd|${delinkWikitext(sectionName)}|days=${difference}|`));
text = replaceOccurence(text, oldSectionName, sectionName);} // else leave as default above
prependTextInputField.setValue(text);}
}
});
 
newNomHeaderInputField discussionLinkInputField.on('change', function () {
if (newNomHeaderInputFielddiscussionLinkInputField.getValue().trimmatch(config.discussionLinkRegex)) {
oldSectionName = sectionName;
sectionName = newNomHeaderInputFielddiscussionLinkInputField.getValue().replace(config.discussionLinkRegex, '$1').trim();
var text = prependTextInputField.getValue();
 
text = replaceOccurence(text, oldSectionName, sectionName);
prependTextInputField.setValue if (textXFD === 'RFD'); {
const date = discussionLinkInputField.getValue().trim().match(/^Wikipedia:Redirects for discussion\/Log\/(\d\d\d\d \w+ \d\d?)#.+$/)[1];
 
if (/(\| *days *= *)\d+/.test(text)) { // already has days=, update
text = text.replace(/(\| *days *= *)\d+/, '$1' + getDateDifference(date));
text = replaceOccurence(text, delinkWikitext(oldSectionName), delinkWikitext(sectionName));
} else {
text = replaceOccurence(text, delinkWikitext(oldSectionName), delinkWikitext(sectionName) + '|days=' + getDateDifference(date));
}
} else text = replaceOccurence(text, delinkWikitext(oldSectionName), delinkWikitext(sectionName));
 
prependTextInputField.setValue(text);
 
}
});
 
newNomHeaderInputField.on('change', function () {
if (newNomHeaderInputField.getValue().trim()) {
oldSectionName = sectionName;
sectionName = newNomHeaderInputField.getValue().trim();
var text = prependTextInputField.getValue();
text = replaceOccurence(text, delinkWikitext(oldSectionName), delinkWikitext(sectionName));
prependTextInputField.setValue(text);
}
});
 
dropdown.on('labelChange', function () {
let actionData = config.actions[dropdown.getLabel()];
prependTextInputField.setValue(actionData.prepend.replace('${sectionName}', delinkWikitext(sectionName)));
actionInputField.setValue(actionData.action);
});
 
 
 
 
var titleListObj = createTitleAndInputField(`List of titles (one per line${XFD === 'CFD' ? ', <code>Category:</code> prefix is optional' : ''})`, config.titleDemoText, info = 'You can specify targets by adding a pipe <code>|</code> and then the target, e.g. <code>Example|Target1|Target2</code>. These targets can be used in the tagging step.');
var titleList = titleListObj.container;
var titleListInputField = titleListObj.inputField;
var titleListInfoPopup = titleListObj.infoPopup;
elementsToDisable.push(titleListInputField);
let handler = handlepaste.bind(this, titleListInputField);
let textInputElement = titleListInputField.$element.get(0);
// Modern browsers. Note: 3rd argument is required for Firefox <= 6
if (textInputElement.addEventListener) {
textInputElement.addEventListener('paste', handler, false);
}
// IE <= 8
else {
textInputElement.attachEvent('onpaste', handler);
}
});
 
dropdown.on('labelChange', function () {
let actionData = config.actions[dropdown.getLabel()];
prependTextInputField.setValue(actionData.prepend.replace('${sectionName}', sectionName));
actionInputField.setValue(actionData.action);
});
 
titleListObj.inputField.$element.on('paste', handlepaste);
 
if (XFD === 'RFD') {
// some XfDs don't need multiple actions, they're just delete. so hide unnecessary elements'
actionContainer.$element.hide();
dropdown.$element.hide();
prependTextInfoPopup.$element.hide(); // both popups give info about targets which aren't relevant here
titleListInfoPopup.$element.hide();
}
 
 
if (!first && XFD !== 'CFD') {
var titleListObj = createTitleAndInputField(`List of titles (one per line${XFD === 'CFD' ? ', <code>Category:</code> prefix is optional' : ''})`, 'Title1\nTitle2\nTitle3', info = 'You can specify targets by adding a pipe <code>|</code> and then the target, e.g. <code>Example|Target1|Target2</code>. These targets can be used in the tagging step.');
var titleListremoveButton = titleListObj.containercreateRemoveBatchButton();
var titleListInputField = titleListObj elementsToDisable.inputFieldpush(removeButton);
var titleListInfoPopup = titleListObj removeButton.infoPopup;on('click', function () {
elementsToDisable container.push$element.remove(titleListInputField);
// filter based on the container element
let handler = handlepaste.bind(this, titleListInputField);
let textInputElement actions = titleListInputFieldactions.$element.getfilter(0function (item); {
// Modern browsers. Note: 3rd argument is required for Firefox < return item.container !== 6container;
if (textInputElement.addEventListener) { });
textInputElement.addEventListener('paste', handler, false); // Reset labels
} for (i = 0; i < actions.length; i++) {
actions[i].container.setLabel('Action batch #' + (i + 1));
// IE <= 8
else { actions[i].label = 'Action batch #' + (i + 1);
textInputElement.attachEvent('onpaste', handler); }
});
 
container.addItems([removeButton, prependTextContainer, titleList]);
 
titleListObj.inputField.$element.on('paste', handlepaste); } else {
container.addItems([prependTextContainer, titleList]);
}
 
if (XFD !== 'CFD') return {
// most XfDs don't need multiple actionstitleListInputField, they're just delete. so hide unnecessary elements'
actionContainer.$element.hide(); prependTextInputField,
dropdown.$element.hide(); label: 'Action batch #' + count,
container,
prependTextInfoPopup.$element.hide() // both popups give info about targets which aren't relevant here
titleListInfoPopup.$element.hide() actionInputField
};
}
var actionsContainer = $('<div />');
bodyContent.append(actionsContainer);
var actions = [];
actions.push(createActionNomination(actionsContainer, first = true));
 
var checkboxObj = createCheckboxWithLabel('Notify users?');
var notifyCheckbox = checkboxObj.checkbox;
elementsToDisable.push(notifyCheckbox);
var checkboxFieldlayout = checkboxObj.fieldlayout;
checkboxFieldlayout.$element.css('margin-bottom', '10px');
bodyContent.append(checkboxFieldlayout.$element);
 
ifvar (!firstmultiOptionButton && XFD !== 'CFD'createMultiOptionButton() {;
var removeButton = createRemoveBatchButtonelementsToDisable.push(multiOptionButton);
elementsToDisablemultiOptionButton.push$element.css(removeButton'margin-bottom', '10px');
removeButtonbodyContent.on('click', function append(multiOptionButton.$element) {;
containerbodyContent.$element.removeappend('<br />');
// filter based on the container element
actions = actions.filter(function (item) {
return item.container !== container;
});
// Reset labels
for (i = 0; i < actions.length; i++) {
actions[i].container.setLabel('Action batch #' + (i + 1));
actions[i].label = 'Action batch #' + (i + 1);
}
});
 
container.addItems([removeButton, prependTextContainer, titleList]);
 
}multiOptionButton.on('click', else() => {
containeractions.addItemspush([prependTextContainer, titleList]createActionNomination(actionsContainer));
});
if (XFD !== 'CFD' && XFD !== 'TFD') {
multiOptionButton.$element.hide();
}
if (XFD === 'CFD') {
 
var categoryTemplateDropdownObj = makeCategoryTemplateDropdown('Category template: (used on the discussion page)');
return {
titleListInputField,categoryTemplateDropdownContainer = categoryTemplateDropdownObj.container;
prependTextInputField,categoryTemplateDropdown = categoryTemplateDropdownObj.dropdown;
label: 'Action batch #' + count,categoryTemplateDropdown.$element.css(
container, {
actionInputField 'display': 'inline-block',
}; 'max-width': 'fit-content',
} 'margin-bottom': '10px'
var actionsContainer = $('<div />'); }
bodyContent.append(actionsContainer );
elementsToDisable.push(categoryTemplateDropdown);
var actions = [];
if (nominationToggleOld.isSelected()) categoryTemplateDropdownContainer.$element.hide();
actions.push(createActionNomination(actionsContainer, first = true));
bodyContent.append(categoryTemplateDropdownContainer.$element);
}
 
var checkboxObjstartButton = createCheckboxWithLabelcreateStartButton('Notify users?');
var notifyCheckbox = checkboxObj elementsToDisable.checkboxpush(startButton);
elementsToDisable bodyContent.pushappend(notifyCheckboxstartButton.$element);
var checkboxFieldlayout = checkboxObj.fieldlayout;
checkboxFieldlayout.$element.css('margin-bottom', '10px');
bodyContent.append(checkboxFieldlayout.$element);
 
var multiOptionButton = createMultiOptionButton();
elementsToDisable.push(multiOptionButton);
multiOptionButton.$element.css('margin-bottom', '10px');
bodyContent.append(multiOptionButton.$element);
bodyContent.append('<br />');
 
 
multiOptionButton startButton.on('click', async function () => {
 
actions.push(createActionNomination(actionsContainer));
} var isOld = nominationToggleOld.isSelected();
if (XFD != var isNew = 'CFD'nominationToggleNew.isSelected() {;
multiOptionButton.$element.hide() // First check elements
} else { var error = false;
var regex = config.discussionLinkRegex;
if (isOld) {
if (!(discussionLinkInputField.getValue().trim()) || !regex.test(discussionLinkInputField.getValue().trim())) {
discussionLinkInputField.setValidityFlag(false);
error = true;
} else {
discussionLinkInputField.setValidityFlag(true);
}
} else if (isNew) {
if (!(newNomHeaderInputField.getValue().trim())) {
newNomHeaderInputField.setValidityFlag(false);
error = true;
} else {
newNomHeaderInputField.setValidityFlag(true);
}
 
if (!(rationaleInputField.getValue().trim())) {
rationaleInputField.setValidityFlag(false);
error = true;
} else {
rationaleInputField.setValidityFlag(true);
}
 
var categoryTemplateDropdownObj = makeCategoryTemplateDropdown('Category template:');
categoryTemplateDropdownContainer = categoryTemplateDropdownObj.container;
categoryTemplateDropdown = categoryTemplateDropdownObj.dropdown;
categoryTemplateDropdown.$element.css(
{
'display': 'inline-block',
'max-width': 'fit-content',
'margin-bottom': '10px'
}
);
elementsToDisable.push(categoryTemplateDropdown);
if (nominationToggleOld.isSelected()) categoryTemplateDropdownContainer.$element.hide();
bodyContent.append(categoryTemplateDropdownContainer.$element);
}
 
batches = actions.map(function ({ titleListInputField, prependTextInputField, label, actionInputField }) {
var startButton = createStartButton();
if (!(prependTextInputField.getValue().trim()) || (XFD === 'RFD' && !prependTextInputField.getValue().includes('${pageText}'))) {
elementsToDisable.push(startButton);
prependTextInputField.setValidityFlag(false);
bodyContent.append(startButton.$element);
error = true;
} else {
prependTextInputField.setValidityFlag(true);
 
}
 
if (isNew && (XFD === 'CFD' || XFD === 'TFD')) {
if (!(actionInputField.getValue().trim())) {
actionInputField.setValidityFlag(false);
error = true;
} else {
actionInputField.setValidityFlag(true);
}
}
 
if (!(titleListInputField.getValue().trim())) {
startButton.on('click', function () {
titleListInputField.setValidityFlag(false);
error = true;
} else {
titleListInputField.setValidityFlag(true);
}
 
var isOld = nominationToggleOld.isSelected(); // Retreive titles, handle dups
var isNewtitles = nominationToggleNew.isSelected(){};
var titleList = titleListInputField.getValue().split('\n');
// First check elements
var error = false; function normalise(title) {
var regex = return config.discussionLinkRegexnormaliseFunction(title);
if (isOld) { }
let hasModules = false;
if (!(discussionLinkInputField.getValue().trim()) || !regex.test(discussionLinkInputField.getValue().trim())) {
discussionLinkInputField.setValidityFlag(let hasCSSPages = false);
errortitleList.forEach(function =(title) true;{
} else try {
discussionLinkInputField.setValidityFlag if (truetitle); {
} var targets = title.split('|');
} else if var newTitle = targets.shift(isNew) {;
if (!(newNomHeaderInputField.getValue().trim())) {
newNomHeaderInputField.setValidityFlag(false);
error = true;
} else {
newNomHeaderInputField.setValidityFlag(true);
}
 
if newTitle = normalise(!(rationaleInputField.getValue(newTitle).trim())) {;
rationaleInputField.setValidityFlag(false); // make sure all titles are in template or module namespaces
error if (XFD === 'TFD') true;{
} else if (!newTitle.includes('Template:') && !newTitle.includes('Module:')) {
rationaleInputField titleListInputField.setValidityFlag(truefalse);
} error = true;
}
}
if (!Object.keys(titles).includes(newTitle)) {
// for TfD skip modules, we deal with them elsewhere
if (XFD === "TFD") {
if (newTitle.includes('Module:')) hasModules = true;
else if (newTitle.endsWith('.css')) hasCSSPages = true;
else titles[newTitle] = targets.map(normalise).map(t => t.replace(/^Template:/, ""));
// tfd templates don't use the prefix, and the replacement is safe after normalistation
} else {
titles[newTitle] = targets.map(normalise);
}
 
}
batches = actions.map(function ({ titleListInputField, prependTextInputField, label, actionInputField }) {
if (!(prependTextInputField.getValue().trim()) || !prependTextInputField.getValue().includes('${pageText}')) {
prependTextInputField.setValidityFlag(false);
error = true;
} else {
prependTextInputField.setValidityFlag(true);
 
}
}
} catch (e) {
console.error(`[MassXFD] Error parsing title "${title}": ${e}`);
titleListInputField.setValidityFlag(false);
error = true;
}
});
 
if (isNew!(Object.keys(titles).length) && XFD!hasModules ===&& 'CFD'!hasCSSPages) {
if (!(actionInputField titleListInputField.getValuesetValidityFlag(false).trim())) {;
actionInputField.setValidityFlag(false);
error = true;
}
if (Object.keys(titles).length) {
return {
titles,
prependText: prependTextInputField.getValue().trim(),
label,
actionInputField
};
} else {
actionInputField.setValidityFlag(true)return null;
}
 
}).filter(function (item) {
return item !== null;
});
 
// for TFD, we need to remove the Module: titles, and treat them as seperate batches, one for merging, one for deleting
if (XFD === 'TFD') {
let mergingModules = {};
let deletingModules = {};
let cssPages = {};
actions.forEach(function ({ titleListInputField, prependTextInputField }) {
titleListInputField.getValue().split('\n').forEach(title => {
let targets = title.split('|');
let newTitle = targets.shift();
if (newTitle.trim().endsWith('.css')) {
newTitle = config.normaliseFunction(newTitle);
cssPages[newTitle] = targets.map(config.normaliseFunction);
}
else if ((new mw.Title(newTitle)).getNamespaceId() === NS_MODULE) {
 
newTitle = config.normaliseFunction(newTitle);
if (prependTextInputField.getValue().trim().match(/\{\{ *subst: *Tfm/i)) {
mergingModules[newTitle] = targets.map(config.normaliseFunction);
} else {
deletingModules[newTitle] = targets.map(config.normaliseFunction);
// this will be the default, even if we can't detect the action
}
}
});
});
let sectionName = '';
let discussionPageLink = '';
if (nominationToggleOld.isSelected()) {
if (discussionLinkInputField.getValue().match(config.discussionLinkRegex)) {
sectionName = discussionLinkInputField.getValue().trim().match(config.discussionLinkRegex)[1];
discussionPageLink = (new mw.Title(discussionLinkInputField.getValue().trim())).getUrl();
}
}
else if (nominationToggleNew.isSelected()) {
sectionName = newNomHeaderInputField.getValue().trim();
discussionPageLink = (new mw.Title(sectionName)).getUrl();
 
const date = new Date();
 
const year = date.getUTCFullYear();
const month = date.toLocaleString('en', { month: 'long', timeZone: 'UTC' });
const day = date.getUTCDate();
 
var discussionPage = `${config.baseDiscussionPage}${year} ${month} ${day}`;
discussionPageLink = `${discussionPage}#${newNomHeaderInputField.getValue().trim()}`;
}
if (Object.keys(mergingModules).length) {
batches.unshift({
titles: Object.fromEntries(
Object.entries(mergingModules).map(
([title, targets]) => [`${title}/doc`, targets.map(t => t.replace(/^Module:/, ""))]
)
),
prependText: `{{subst:Tfm|$1|type=module|page={{subst:BASEPAGENAME}}|heading=${sectionName}}}`,
label: "Merging modules",
actionInputField: null
});
}
if (Object.keys(deletingModules).length) {
batches.unshift({
titles: Object.fromEntries(
Object.entries(deletingModules).map(
([title, targets]) => [`${title}/doc`, targets.map(t => t.replace(/^Module:/, ""))]
)
),
prependText: `{{subst:Tfd|type=module|page={{subst:BASEPAGENAME}}|heading=${sectionName}}}`,
label: "Deleting modules",
actionInputField: null
});
}
if (Object.keys(cssPages).length) {
batches.unshift({
titles: cssPages, // we don't need to substitute out the prefix because targets will never be used, as the prependText is hardcoded
prependText: `/* This template is being discussed in accordance with Wikipedia's deletion policy. Help reach a consensus at its entry: ${discussionPageLink} */\n`,
label: "CSS pages",
actionInputField: null
});
}
 
}
 
 
if (!(titleListInputField.getValue().trim())) {
 
titleListInputField.setValidityFlag(false);
if (error) = true;{
} else { return;
titleListInputField.setValidityFlag(true);
}
 
//for Retreive(let titles,element handleof dupselementsToDisable) {
var titles = {} element.setDisabled(true);
var titleList = titleListInputField.getValue().split('\n');
function normalise(title) {
return config.normaliseFunction(title)
}
titleList.forEach(function (title) {
if (title) {
var targets = title.split('|');
var newTitle = targets.shift();
 
 
newTitle = normalise(newTitle);
if $(!Object'.keys(titlesremove-batch-button').includesremove(newTitle)) {;
 
titles[newTitle] = targets.map(normalise);
var abortButton = }createAbortButton();
bodyContent.append(abortButton.$element);
window.abortEdits = false; // initialise
abortButton.on('click', function () {
 
// Set abortEdits flag to true
if (confirm('Are you sure you want to abort?')) {
abortButton.setDisabled(true);
window.abortEdits = true;
}
});
var allTitles = batches.reduce((allTitles, obj) => {
return allTitles.concat(Object.keys(obj.titles));
}, []);
 
if (!(Object.keys(titles).length)) {
titleListInputField.setValidityFlag(false);
error = true;
} else {
titleListInputField.setValidityFlag(true);
}
return {
titles,
prependText: prependTextInputField.getValue().trim(),
label,
actionInputField
};
});
 
if (XFD === 'RFD') {
let fetchingRedirectsElement = createDoingElement();
fetchingRedirectsElement.setLabel('Fetching redirect targets...');
fetchingRedirectsElement.$element.css('margin-top', '16px');
bodyContent.append(fetchingRedirectsElement.$element);
 
let fetchedRedirectsElement = createCompletedElement();
fetchedRedirectsElement.setLabel('Fetched redirect targets');
fetchedRedirectsElement.$element.css('margin-top', '16px');
 
var [redirectTargets, nonredirects] = await createRedirectTargetsList(allTitles);
if (error) {
if (window.debuggingMode) console.log(`Redirect targets: ${JSON.stringify(redirectTargets)}`);
return;
// console.log(Object.values(redirectTargets).map(title => {
}
// let page = new mw.Title(title)
// return page.getTalkPage().getPrefixedText()
// }))
// console.log([... new Set(Object.values(redirectTargets).map(title => {
// let page = new mw.Title(title)
// return page.getTalkPage().getPrefixedText()
// }))])
// window.batches=batches
batches[0].titles = Object.keys(batches[0].titles)
.filter(x => !nonredirects.includes(x))
.reduce((acc, curr) => {
acc[curr] = [];
return acc;
}, {});
 
for (let element of elementsToDisable) {
element.setDisabled(true);
}
 
 
$ if ('!Object.remove-batch-button'keys(redirectTargets).remove(length); {
var errorMessageElement = createErrorMessage('None of the titles are redirects, aborting.');
bodyContent.append(errorMessageElement.$element);
return;
}
if (nonredirects.length) {
let nonredirectsWarningMessage = createWarningMessage();
nonredirectsWarningMessage.$element.css({ 'max-height': '20em', 'overflow-y': 'auto' }); // normally shouldn't be needed
let nonRedirectsHTML = $('<div>').append($('<span>').text('The following pages were ignored because they are not redirects:'));
let $listElement = $('<ul>');
nonredirects.forEach(item => {
const $listItem = $('<li>').html(makeLink(item));
$listElement.append($listItem);
});
nonRedirectsHTML.append($listElement);
nonredirectsWarningMessage.setLabel(nonRedirectsHTML);
bodyContent.append(nonredirectsWarningMessage.$element);
}
 
var abortButton = createAbortButton fetchingRedirectsElement.$element.hide();
bodyContent.append(abortButtonfetchedRedirectsElement.$element);
window.abortEdits = false; // initialise}
abortButton.on('click', function () {
 
 
// Set abortEdits flag to true
iflet (confirm('ArefetchingAuthorsElement you= sure you want to abort?'createDoingElement()) {;
abortButtonfetchingAuthorsElement.setDisabledsetLabel(true'Fetching authors...');
windowfetchingAuthorsElement.abortEdits =$element.css('margin-top', true'16px');
bodyContent.append(fetchingAuthorsElement.$element);
 
let fetchedAuthorsElement = createCompletedElement();
fetchedAuthorsElement.setLabel('Fetched authors')
fetchedAuthorsElement.$element.css('margin-top', '16px');
let authors;
if (redirectTargets) {
authors = await createAuthorList(Object.keys(redirectTargets));
} else {
authors = await createAuthorList(allTitles);
}
});
var allTitles = batches.reduce((allTitles, obj) => {
return allTitles.concat(Object.keys(obj.titles));
}, []);
 
createAuthorList(allTitles) fetchingAuthorsElement.then$element.hide(function (authors) {;
bodyContent.append(fetchedAuthorsElement.$element);
function processContent(content, titles, textToModify, summary, type, doneMessage, headingLabel) {
 
if (!Array.isArray(titles)) {
 
var titlesDict = titles;
async function titles = Object.keysprocessContent(titlesoptions); {
function getKeyByValue(object, value) {
return Object.keys(object).find(key => object[key] === value);
}
var fieldset = createFieldset(headingLabel);
 
content.append(fieldset.$element);
 
varif progressElement = createProgressElement(!Array.isArray(options.titles);) {
options.titlesDict = options.titles; // dictionary is confusingly used for different things for prepend batches and for redirect notify batches
fieldset.addItems([progressElement]);
options.titles = Object.keys(options.titles);
} else {
options.titlesDict = {};
}
 
varconst ratelimitMessagefieldset = createRatelimitMessagecreateFieldset(options.headingLabel);
ratelimitMessagebodyContent.toggleappend(falsefieldset.$element);
fieldset.addItems([ratelimitMessage]);
 
var progressObjoptions.progressElement = createProgressBarcreateProgressElement(`(0 / ${titles.length}, 0 errors)`); // with label
var progress = progressObjfieldset.progressBaraddItems([options.progressElement]);
 
var progressContainer = progressObj.fieldlayout;
//options.ratelimitMessage Add= margin or padding to the progress bar widgetcreateWarningMessage();
progressoptions.$elementratelimitMessage.csstoggle('margin-top', '5px'false);
progressfieldset.pushPendingaddItems([options.ratelimitMessage]);
 
const progressObj = createProgressBar(`(0 / ${options.titles.length}, 0 errors)`);
options.progress = progressObj.progressBar;
const progressContainer = progressObj.fieldlayout;
options.progress.$element.css('margin-top', '5px');
options.progress.pushPending();
fieldset.addItems([progressContainer]);
 
Line 1,220 ⟶ 1,636:
 
function updateCounter() {
progressContainer.setLabel(`(${resolvedCount} / ${options.titles.length}, ${rejectedCount} errors)`);
}
function updateProgress() {
var percentage = (resolvedCount + rejectedCount) / titles.length * 100;
progress.setProgress(percentage);
 
function updateProgress() {
const percentage = (resolvedCount + rejectedCount) / options.titles.length * 100;
options.progress.setProgress(percentage);
}
 
function trackPromise(promise) {
return new Promise((resolve, reject) => {
promise
.then(value => {
Line 1,246 ⟶ 1,662:
}
 
returnconst newpromises Promise(async= function (resolve) {[];
for (const title of varoptions.titles) promises = [];{
forlet (constdata title= of titlesdeepCopy(options) {;
if (XFD === 'RFD' //&& RfDdata.type needs=== special'prepend') handling here, because it wraps around the whole page content{
ifconst (XFDtext === 'RFD'await && type === 'prepend'getWikitext(title) { // prepend implicitly means page tagging, not actually prepend in this case;
data.textToModify = data.textToModify.replace('${pageText}', text = await getWikitext(title);
textToModifydata.type = textToModify.replace('${pageText}text', text);
type = 'text';
}
var promise = editPage(title, textToModify, summary, progressElement, ratelimitMessage, progress, type, titlesDict);
promises.push(trackPromise(promise));
await sleep(100); // space out calls
await massXFDratelimitPromise; // stop if ratelimit reached (global variable)
}
 
Promise.allSettledif (promisesdata.id === 'rfd-notify-target') {
.then(function ()// ${redirectTitle} is a placeholder for the redirect being nominated
// this code needs progressa more intelligent way of checking which redirect was tagged.toggle(false);
data.textToModify = if data.textToModify.replace(window'${redirectTitle}', data.abortEditstitlesDict[title]) {;
var abortMessage = createAbortMessage();}
abortMessage.setLabel($('<span>Edits manually aborted. <a id="massxfdrevertlink" onclick="revertEdits()">Revert?</a></span>'));
 
data.title = content.append(abortMessage.$element)title;
 
} else {
const var completedElementpromise = createCompletedElementeditPage(data);
completedElementpromises.setLabelpush(doneMessagetrackPromise(promise));
 
completedElement.$element.css('margin-bottom', '16px');
if (!window.abortEdits) await sleep(100); // space out calls - not needed if content.append(completedElement.$element);they're being rejected
await massXFDratelimitPromise; // stop if ratelimit reached (global }variable)
resolve();}
 
})
await Promise.catchallSettled(function (errorpromises) {;
 
console.error("Error occurred during title processing:", error);
resolveoptions.progress.toggle(false);
 
});
}if (window.abortEdits); {
const abortMessage = createAbortMessage();
const revertEditsLink = $('<a id="massxfdrevertlink">Revert?</a>');
revertEditsLink.on('click', revertEdits);
abortMessage.setLabel($('<span>').append('Edits manually aborted. ').append(revertEditsLink));
bodyContent.append(abortMessage.$element);
} else {
const completedElement = createCompletedElement();
completedElement.setLabel(options.doneMessage);
completedElement.$element.css('margin-bottom', '16px');
bodyContent.append(completedElement.$element);
}
}
 
 
 
const date = new Date();
Line 1,295 ⟶ 1,717:
if (isOld) summaryDiscussionLink = discussionLinkInputField.getValue().trim();
else if (isNew) summaryDiscussionLink = `${discussionPage}#${newNomHeaderInputField.getValue().trim()}`;
summaryDiscussionLink = delinkWikitext(summaryDiscussionLink); // links can't be nested
 
const advSummary = ' ([[User:Qwerfjkl/scripts/massXFD.js|via MassXfD.js]])';
// WIP, not finished
const categorySummarytaggingSummary = 'Tagging page for [[' + summaryDiscussionLink + ']]' + advSummary;
const userSummary = 'Notifying user about [[' + summaryDiscussionLink + ']]' + advSummary;
const userNotification = `{{ subst: ${config.userNotificationTemplate} | ${summaryDiscussionLink} }} ~~~~`;
const nominationSummary = `Adding mass nomination at [[#${newNomHeaderInputField.getValue().trim()}]]` + advSummary;
if (XFD === 'RFD') {
 
var redirectTargetNotification = `{{subst:Rfd notice|\${redirectTitle}|${newNomHeaderInputField.getValue().trim()}}} ~~~~`;
var redirectTargetNotificationSummary = `Notice of [[${summaryDiscussionLink}]]${advSummary}`;
}
var batchesToProcess = [];
 
Line 1,309 ⟶ 1,735:
nominationText = `==== ${newNomHeaderInputField.getValue().trim()} ====\n`;
for (const batch of batches) {
var action = batch.actionInputField?.getValue()?.trim() || false;
for (const page of Object.keys(batch.titles)) {
if (XFD == 'CFD') {
Line 1,325 ⟶ 1,751:
}
}
nominationText += `:* '''Propose ${action}''' {{${categoryTemplateDropdown.getValue()}|${categoryTemplateDropdown.getValue() === 'cl' ? page.replace(/^ *Category:/i, '') : page}}}${targetText}\n`;
} else if (XFD === 'RFD') {
nominationText += config.displayTemplate.replaceAll('${pageName}', page).replaceAll('${redirectTarget}', redirectTargets[page]) + '\n';
} else if (XFD === 'TFD') {
let moduleText = '';
if ((new mw.Title(page)).getNamespacePrefix() === "Module:") moduleText = `|module=Module:`; // looking at the actual implementation, module can be anything that's not empty
nominationText += `* ${config.displayTemplate.replaceAll('${pageName}', (new mw.Title(page)).getMainText()).replaceAll('${moduleText}', moduleText)}\n`;
} else {
nominationTextthrow +=new configError("Unimplemented.displayTemplate.replaceAll('${pageName}', page") + '\n';
}
}
Line 1,333 ⟶ 1,765:
var rationale = rationaleInputField.getValue().trim().replace(/\n/, '<br />');
nominationText += `${XFD === 'CFD' ? ":'''Nominator's rationale:''' " : ''}${rationale} ~~~~`;
if (XFD === 'TFD') nominationText += "\n"; // formatting is inconsistent accross XfDs
var newText;
 
getWikitext(discussionPage).then(function (wikitext) {
if (!wikitext.match(config.nominationReplacement[0])) {
console.log(wikitext)
console.log(config.nominationReplacement)
var nominationErrorMessage = createNominationErrorMessage();
bodyContent.append(nominationErrorMessage.$element);
Line 1,342 ⟶ 1,777:
newText = wikitext.replace(...config.nominationReplacement).replace('${nominationText}', nominationText);
batchesToProcess.push({
content: bodyContent,
titles: [discussionPage],
textToModify: newText,
Line 1,361 ⟶ 1,795:
batches.forEach(batch => {
batchesToProcess.push({
content: bodyContent,
titles: batch.titles,
textToModify: batch.prependText,
summary: categorySummarytaggingSummary,
type: 'prepend',
doneMessage: 'All pages edited.',
Line 1,370 ⟶ 1,803:
});
});
if (XFD === 'RFD') {
batchesToProcess.push({
id: 'rfd-notify-target',
titles: Object.fromEntries(Object.keys(redirectTargets).map(title => {
let page = new mw.Title(redirectTargets[title]);
return [page.getTalkPage().getPrefixedText(), title];
})), // return a map of page we want to edit : orginal title - this will (as a dicitionary) remove duplicates, but in an unpredictable way - it seems to retain the last one
textToModify: redirectTargetNotification,
summary: redirectTargetNotificationSummary,
type: 'append',
doneMessage: 'All target talk pages notified.',
headingLabel: 'Notifying targets'
});
}
if (notifyCheckbox.isSelected()) {
batchesToProcess.push({
content: bodyContent,
titles: authors,
textToModify: userNotification,
Line 1,384 ⟶ 1,830:
// abort handling is now only in the editPage() function
for (const batch of batchesToProcess) {
await// processContentalert(`starting batch ${batch...Object.values(batch)headingLabel}`);
await processContent(batch);
// alert(`batch ${batch.headingLabel} done`)
}
 
Line 1,394 ⟶ 1,842:
});
});
 
});
});
});
}
}
 
// Run the script when the page is ready
$(document).ready(runMassXFD);
 
}());
// </nowiki>