User:Polygnotus/DuplicateReferences.js: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 105:
 
// Create the reason string
let reason = '[[User:Polygnotus/DuplicateReferences|DuplicateReferences]] script detected:<br>\n\n';
if (duplicateInfo.length > 0) {
duplicateInfo.forEach((info) => {
reason += `* ${info.url} (refs: ${info.refs.map(r => r.number).join(', ')})<br>\n\n`;
});
}
Line 128:
'distinguish',
'for',
'useFeatured dmy dateslist',
'useFeatured mdy datesarticle',
'infoboxGood article' // This will handle all infobox variants,
'Other uses',
'Redirect2',
'Use mdy dates',
'Use dmy dates',
'Use American English',
'Use British English'
];