Changes

Jump to navigation Jump to search
Line 20: Line 20:  
MediaWiki has many extension systems. There is a way to add javascript code or CSS upon page load, and to configure for this to happen independently for each user or site-wide. See [https://www.mediawiki.org/wiki/Extension:Gadgets MediaWiki's documentation].  
 
MediaWiki has many extension systems. There is a way to add javascript code or CSS upon page load, and to configure for this to happen independently for each user or site-wide. See [https://www.mediawiki.org/wiki/Extension:Gadgets MediaWiki's documentation].  
   −
* gadgets are site-wide javascript, which can be configured by the admin to be opt-in or opt-out, with users able to change the choice in  
+
* common.js is site-wide javascript, called during any page load and defined on PersonalData.IO at [[MediaWiki:Common.js]]
Currently, wiki.personaldata.io does not have that part of the system enabled.  
+
* gadgets are site-wide javascript, which can be pre-packaged and configured by the admin to be opt-in or opt-out, with users able to change the choice in their preferences page. Currently, wiki.personaldata.io does not have that part of the system enabled.  
* common.js are also site-wide javascript, and defined on PersonalData.IO [http://wiki.personaldata.io/wiki/MediaWiki:Common.js here]
+
* user-scripts are custom javascript, set up by each user separately. Yours is at [[Special:MyPage/common.js]], but is currently inactive as one additional option needs to be activated on wiki.personaldata.io.
* user-scripts are custom javascript, set up by each user separately. Yours is [https://www.mediawiki.org/wiki/Special:MyPage/common.js here], but is currently inactive as one additional option needs to be activated on wiki.personaldata.io.
 

Navigation menu