MediaWiki:DRN-wizard.js: Difference between revisions
Content deleted Content added
fix substituted timestamp |
sync with User:Steven Zhang/DRW.js per request |
||
Line 170:
//Title of dispute
report += "
report += ":{{article|" + this.article_title +"}}\n----\n";
Line 213:
{
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
report += "===== Discussion =====\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;
|