MediaWiki:DRN-wizard.js: Difference between revisions

Content deleted Content added
another update per request
requested
Line 33:
 
$("#drwContent1").append("<h3>Location of dispute</h3>");
$("#drwContent1").append("<p>What is the ___location of this dispute? If there are multiple forums, list the main one and describe the others in the dispute description.</p>");
 
var inputbox = $( document.createElement('input') );
Line 180:
}
//Involved users
report += "<span style=\"font-size:110%\">'''Users involved'''</span>\n";
Line 199 ⟶ 200:
report += "<span style=\"font-size:110%\">'''How do you think we can help?'''</span>\n";
report += "\n" + this.desired_outcome+"\n\n";
//User statements
var currentUser = mw.config.get( 'wgUserName' );
for (var userIndex = 0; userIndex < userArray.length; userIndex++)
{
if ( userArray[userIndex] != currentUser) {
report += "==== Opening comments by " + userArray[userIndex]+" ====\n<div style=\"font-size:smaller\">Please limit to 2000 characters - longer statements may be deleted in their entirety or asked to be shortened. This is so a volunteer can review the dispute in a timely manner. Thanks.</div>\n\n";
}
}
//Discussion
report += "===== " + this.article_title Discussion+ " discussion =====\n<div style=\"font-size:smaller\">Please dokeep notdiscussion useto thisa forminimum discussingbefore thebeing disputeopened prior toby a volunteer. opening the thread for comments - continue discussing the issuesContinue on the article talk page if necessary.</div>";
return report;