User:Polygnotus/DuplicateReferences.js: Difference between revisions

Content deleted Content added
https://en.wikipedia.org/wiki/User_talk:Polygnotus/DuplicateReferences#Wikipedia:Database_reports/Articles_containing_links_to_the_user_space
No edit summary
 
(One intermediate revision by the same user not shown)
Line 105:
 
// Create the reason string
let reason = '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 131:
'Featured article',
'Good article',
'Other uses',
'Redirect2',
'Use mdy dates',
'Use dmy dates',
'Use American English',
'Use British English'
];