The result of the move request was: Not moved. EdJohnston (talk) 00:10, 17 January 2014 (UTC)[reply]
Template:JavaScript → Template:JavaScript navbox – To make room for a new Template:JavaScript that can be used as a wrapper for edit requests to .js pages with source highlighting and background coloring. Examples would look like: (moved below my signature for transcluding reasons) Thanks for your consideration Technical 13 (talk) 05:42, 9 January 2014 (UTC) Technical 13 (talk) 05:42, 9 January 2014 (UTC)[reply]
{{JavaScript|remove| /* section */ var section = true; if(!section){ alert("LIES!"); } }}
/* section */ var section = true; if(!section){ alert("LIES!"); }
or
{{JavaScript|add| /* section */ var section = true; if(section){ alert("You've spoken the truth!"); } }}
/* section */ var section = true; if(section){ alert("You've spoken the truth!"); }
{{JavaScript| /* section */ var section = true; if(!section){ alert("TEXTALERT"); } }}
/* section */ var section = true; if(!section){ alert("TEXTALERT"); }
|1=
if ( mw.config.get( 'wgIsProbablyEditable' ) === 'true' || mw.config.get( 'wgCanonicalSpecialPageName' ) === 'Upload' ) {
<syntaxhighlight>
Is this meant to be a list of notable editors capable of editing JavaScript (with syntax highlighting, etc.) or editors that are written in JavaScript (or both)? If it is just meant to be JavaScript capable editors, I wonder about how notable some of those are and think the list could be considerably longer or we could try to beef up the notability of listed items. If on the other hand this is meant to be a list of JavaScript-based editors (as the linked comparison article seems to be about), I would say some of those are less appropriate, e.g., although Light Table it is indeed mostly written in JavaScript, the editor portion is actually just CodeMirror (which Brackets also uses). Assuming the latter (JavaScript-based editors), I contend that articles like Brackets should either be added or Light Table be removed. I favor adding Brackets and reorganizing such that both it and Light Table are under CodeMirror since their editor portion is not original.
This also means things like Microsoft Visual Studio and Microsoft Visual Studio Express would be deleted (they are not written in JavaScript) and Visual Studio Code and Visual Studio Team Services (formerly Visual Studio Online) should be organized under Monaco (which does not currently have an article). 50.53.1.33 (talk) 02:04, 25 March 2017 (UTC)[reply]