MediaWiki:DRN-wizard.js: Difference between revisions

Content deleted Content added
PeterSymonds (talk | contribs)
update per request from Steven Zhang
PeterSymonds (talk | contribs)
update again, per request
Line 196:
//Desired Outcome
report += "<span style=\"font-size:110%\">'''How do you think we can help?'''</span>\n";
report += "\n" + this.desired_outcome+"\n\n";
//User statements
Line 203:
{
if ( userArray[userIndex] != currentUser) {
report += "<span style=\"font-size:110%\"> ===Opening comments by " + userArray[userIndex]+"====\n</span!--Please keep your opening comment to less than 400 words - any more will make it difficult for a volunteer to review the dispute in a timely manner. Thanks.-->\n";
}
}
//Discussion
report += "=== " + this.article_title + " discussion===\n<!--Please do not use this for discussing the dispute prior to a volunteer opening the thread for comments - continue discussing the issues on the article talk page if necessary.-->";
return report;