Template talk:Develop
Add topicMagic 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)
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)
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)
- 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)
- 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)
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)
- Done as requested. --Green Giant (talk) 18:32, 27 October 2020 (UTC)
Edit request
[edit]{{Editprotected}}
Replace <center>...</center>
with <div class="center">...</div>
. --Minorax (talk) 10:39, 19 March 2021 (UTC)
Sight recent change
[edit]{{Editprotected}}
Can an admin sight/approve/review the recent change made by Gryllida?[1] The change prevents search engines from indexing non-published, developing articles. I've recently found that developing articles show up in Internet searches.[2]
As long as the change is unsighted, I believe search engines will not get the "NOINDEX" command, as they don't log in to Wiki and therefore don't receive un-sighted changes. Thanks, Michael.C.Wright (Talk/Published) 13:37, 8 October 2024 (UTC)
- @Gryllida: do you feel comfortable sighting your own change in this instance? —Michael.C.Wright (Talk/Published) 20:39, 23 October 2024 (UTC)
- yes Done Gryllida (talk) 21:14, 23 October 2024 (UTC)