MediaWiki:DRN-wizard.js: Difference between revisions

Content deleted Content added
requested edit
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, separatelist themjust withthe commasprimary ___location, and list others in the overview below.</p>");
 
var inputbox = $( document.createElement('input') );
Line 166:
this.getWikitextReport = function() {
//Returns string of wikitext for submission to DR page
var report = "=={{#time: j F Y}}=="; report += "{{DR case status}}\n{{drn filing editor|{{subst:" + "REVISIONUSER}}|~~" + "~~" + "~}}\n{{subst:" + "DNAU|14}}<!-- PLEASE REMOVE THE PREVIOUS COMMENT WHEN CLOSING THIS THREAD. (Otherwise the thread won't be archived until the date shown.) -->\n\n";
//On Talk Page
Line 398:
//Decide on the page to update
var DRPage = 'Wikipedia:Dispute_resolution_noticeboard' + '/' + gDRW.article_title.replace(' ', '_'); //The default page to post this
/**
Line 410:
//Set the post-page on the DRW object
gDRW.post_link = DRPage + "#" + gDRW$.article_titledatepicker.replaceformatDate('dd mm yy', '_'new Date() );
 
//Compose Report
Line 514:
$( document ).ready( runDRW() );
// JavaScript Document
// JavaScript Document