MediaWiki:DYK-nomination-wizard.js: Difference between revisions

Content deleted Content added
add a newline in this output, requested on talk
per tper
Line 461:
$('#dyk-qpq-count').text('1, as you have ' + numPriorNoms + ' past nominations');
} else if (numQpqsNeeded == 0) {
$('#dyk-qpq-count').text('0, as you have lessfewer than 5 past nominations');
} else {
$('#dyk-qpq-count').text('failed to calculate');
Line 652:
 
var prosesizewarn = $('#dyk-prosesize').css('color') === "rgb(255, 0, 0)";
if (prosesizewarn && !confirm('This article has afewer readablethan prose1500 sizecharacters of lessreadable than 1500 charactersprose. \n\nWhile you may still nominate it for DYK, it may be rejected unless you expand it to more than 1500 characters after the nomination. \n\nClick OK to continue with the nomination.' )) {
return;
}