Rosetta Code:Village Pump/Works with

From Rosetta Code

Question: How am I supposed to be using the works with template? In my JavaScript examples, I've put "{{works with|JavaScript|1.6}}" so far, since in my opinion, the language version gives more information than in which implementations it works. Should I change it, or is it all right to use it that way? (at the moment, only Firefox supports anything >1.5, as far as I know [of web browser implementations, that is]). ~FireFly tc 14:42, 30 January 2010 (UTC)

In this case you should use it when you use features of JavaScript 1.6 that aren't compatible with JavaScript 1.5 and lower. You should also use it if you use a specific third-party library or even a special compiler that might accept different syntax. --Mwn3d 16:10, 30 January 2010 (UTC)