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 += "
}
}
//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;
|