MediaWiki:DRN-wizard.js: Difference between revisions
Content deleted Content added
Maintenance: mw:RL/MGU - Updated deprecated user.tokens key |
per tper |
||
(5 intermediate revisions by one other user not shown) | |||
Line 1:
// <nowiki>
// 2020-03-09 - deconverted from Gadget, is only used on 1 page and is now being called direct from [[Wikipedia:Dispute resolution noticeboard/request]]
/**
* This is the main object that holds the state for everything
Line 189:
this.getWikitextReport = function() {
//Returns string of wikitext for submission to DR page
var report = "{{DR case status}}\n{{subst:DNAU|
//On Talk Page
Line 345:
'<h2>Types of dispute</h2>' +
'<p>This forum is designed to only assist with issues regarding the content of articles and isn\'t able to assist with concerns about other editors\' behaviour. Is this an issue only about another
);
Line 595:
if ( $( '#myDRW' ).length ){
//importStylesheet( '
//Setup the App's workspace
|