Content deleted Content added
Polygnotus (talk | contribs) https://en.wikipedia.org/wiki/MediaWiki_talk:Gadget-morebits.js#Morebits_and_MOS:ORDER |
Polygnotus (talk | contribs) No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 105:
// Create the reason string
let reason = '
if (duplicateInfo.length > 0) {
duplicateInfo.forEach((info) => {
reason += `* ${info.url} (refs: ${info.refs.map(r => r.number).join(', ')})
});
}
Line 131:
'Featured article',
'Good article',
'Other uses',
'Redirect2',
'Use mdy dates',
'Use dmy dates',
'Use American English',
'Use British English'
];
|