MediaWiki:DRN-wizard.js: Difference between revisions
Content deleted Content added
requested |
fix |
||
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";
//Discussion
report += "=== " + this.article_title + " discussion ===\n<div style=\"font-size:smaller\">Please keep discussion to a minimum before being opened by a volunteer. Continue on article talk page if necessary.</div>";
}
|