Template talk:Develop

Latest comment: 3 years ago by Acagastya in topic Edit request

/Archive 1

Magic button link edit

See http://en.wikinews.org/wiki/Wikinews:Javascript#.7B.7Bdevelop.7D.7D_.E2.86.92_.7B.7Breview.7D.7D for full details. Basically it automatically replaces {{develop}} with {{review}}. If you want to change the text of the button, feel free to, but keep the link and the span the same. Bawolff 21:55, 5 November 2009 (UTC)Reply

Punctuation edit

{{editprotected}}

The comma after "to bring it to the attention of reviewers" should be a semicolon; as it is, it's a comma splice. --Pi zero (talk) 15:44, 30 March 2010 (UTC)Reply

  Done Tempodivalse [talk] 17:57, 5 April 2010 (UTC)Reply

Add a css id specifically for the submit button edit

{{editprotected}}It would make things easier to make tools if there is a class for dialog buttons, and a specific id for submit button.
•–• 03:52, 10 August 2018 (UTC)Reply

As a workaround, loop through elements of wikidialog-button class and check for their innerHTML matching with 'Submit for review'.
$('.wikidialog-button').each(function(i){var $el = $('.wikidialog-button')[i]; if($el.innerHTML=='<b>Submit for review</b>') {console.log('yes');}});
This for some reason finds two such buttons on one page. Dunno why.
--Gryllida (talk) 04:00, 10 August 2018 (UTC)Reply
This would not be a change to {{develop}}, but primarily to {{Assistant:Submit}}, which is called from here and the call from here wouldn't change. {{Assistant:Submit}} would have to pass information to {{dialog/edit}}, which would pass it on to {{dialog/button}}, which sets up an html entity that is then processed by the dialog gadget. Likely the gadget already passes information through as needed, ditto {{dialog/edit}}; a change would be wanted to {{Assistant:Submit}}, and likely also to {{dialog/button}}. --Pi zero (talk) 23:09, 11 August 2019 (UTC)Reply

Stray DIV? edit

{{editprotected}}

At the end of the content supllied to {{xambox}}, There appears to be a stray DIV. As the Xambox closes itself, this DIV may be redundant? ShakespeareFan00 (talk) 08:18, 10 September 2020 (UTC)Reply

Done as requested. --Green Giant (talk) 18:32, 27 October 2020 (UTC)Reply

Edit request edit

{{Editprotected}} Replace <center>...</center> with <div class="center">...</div>. --Minorax (talk) 10:39, 19 March 2021 (UTC)Reply

  Done
•–• 10:40, 19 March 2021 (UTC)Reply
Return to "Develop" page.