MediaWiki:DRN-wizard.js: Difference between revisions

Content deleted Content added
Updating code per edit request.
Changing <code></code> tags to <nowiki></nowiki> per user request.
Line 104:
 
$( '#drwContent1' ).append( '<h3>Resolving the dispute</h3>' );
$( '#drwContent1' ).append( '<p>What other steps have you tried to resolve the dispute so far. Please provide a link to where these discussions have occurred, separated by a comma or new line.<br>For example, <codenowiki>[[Talk:Australia#Removal_of_Chief_Justice_from_Infobox]]</codenowiki> or <codenowiki>[https://en.wikipedia.org/wiki/Talk:Australia#Removal_of_Chief_Justice_from_Infobox Talk:Australia]</codenowiki> would be acceptable links.<br>At a minimum, recent extensive discussion needs to have taken place on the talk page of the page in question.<br><font color="red"><b>Note: If a suitable discussion link is not provided, your request may be automatically closed.</b></font></p>' );
 
var desc = $( document.createElement( 'textarea' ) );