User:Polygnotus/DuplicateReferences.js: Difference between revisions

Content deleted Content added
https://en.wikipedia.org/wiki/MediaWiki_talk:Gadget-morebits.js#Morebits_and_MOS:ORDER
No edit summary
 
(2 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 131:
'Featured article',
'Good article',
'Other uses',
'Redirect2',
'Use mdy dates',
'Use dmy dates',
'Use American English',
'Use British English'
];