MediaWiki:DRN-wizard.js: Difference between revisions

Content deleted Content added
corrections
another update per request
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 200 ⟶ 199:
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