Last modified: 2006-11-17 12:51:08 UTC
As we all know, Monobook (the standard wiki skin) can be edited on local websites with supplementary javascript, as at [[MediaWiki:Monobook.js]]. For users of the 'Classic' or 'Standard' skin and those derived therefrom, no similar tool exists. This would be extremely useful for Classic users, because the Classic skin has not received many important additions that Monobook has, such as a javascript editbutton to insert a redirect tag, and the 'Permalink' and 'Cite' links in the quickbar. [[MediaWiki:Standard.js]] includes several scripts that Classic users believe would be useful. A similar bug, requesting [[MediaWiki:Common.js]], is #4178
*** Bug 7019 has been marked as a duplicate of this bug. ***
Created attachment 2249 [details] patch for r16128 Standard.php allowing inclusion of MediaWiki:Standard.js This should enable MediaWiki:Standard.js for the standard/classic skin. (Is @see part of the documentation syntax?)
Common.js was added in r17737. You can check the JS variable "skin" to find out what skin you're in and switch appropriately if you feel like it.