MediaWiki/js: Difference between revisions

From Freephile Wiki
Adds example of common.js in the MediaWiki namespace
 
testing link feature of FCKEditor
Line 1: Line 1:
The first thing to know about [[MediaWiki]] and [[JavaScript]] is that the site administrator can customize the wiki installation by simply modifying the article [[MediaWiki:Common.js]]
The first thing to know about [[MediaWiki]] and [[JavaScript]] is that the site administrator can customize the wiki installation by simply modifying the article [[MediaWiki:Common.js]]  


For instance, if you put the JavaScript code for WikEd in there, it will make the WikEd editor available to all users of the local wiki.
For instance, if you put the [[JavaScript|JavaScript]] code for WikEd in there, it will make the WikEd editor available to all users of the local wiki.

Revision as of 22:41, 15 December 2008

The first thing to know about MediaWiki and JavaScript is that the site administrator can customize the wiki installation by simply modifying the article MediaWiki:Common.js

For instance, if you put the JavaScript code for WikEd in there, it will make the WikEd editor available to all users of the local wiki.