MediaWiki:DRN-wizard.js: Difference between revisions

Content deleted Content added
Thehelpfulone (talk | contribs)
sync with User:Steven Zhang/testcode.js
per steven's 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 169:
//Timestamp
var report = "{{=====<includeonlybig>safesubst:18 July 2013</includeonlybig>#time:d F Y}}=====\n\n";
//On Talk Page
Line 214:
//Discussion
report += "=== " + this.article_title + " discussionDiscussion ===\n<div style=\"font-size:smaller\">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.</div>";
return report;