MediaWiki:DRN-wizard.js: Difference between revisions
Content deleted Content added
req by Steven Zhang |
fix |
||
Line 165:
// Returns a string of wikitext
this.getWikitextReport = function() {
//Title of dispute ▼
report += "=====<big>" + this.article_title + "</big>=====\n\n";▼
//Returns string of wikitext for submission to DR page
var 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";
//Timestamp
report += "=====<big>18 July 2013</big>=====\n\n";
|