View source for MediaWiki:ImageAnnotatorConfig.js
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
// <source lang="javascript">
/*
Site-wide configurations and start of the ImageAnnotator gadget. Split into a
separate file for three reasons:
1. It separates the configuration from the core code, while still
2. making it impossible for someone else (e.g. a malicious user) to override these
defaults, and
3. makes configuration changes available quickly: clients cache this file for four hours.
Author: [[User:Lupo]], September 2009
License: Quadruple licensed GFDL, GPL, LGPL and Creative Commons Attribution 3.0 (CC-BY-3.0)
Choose whichever license of these you like best :-)
See https://commons.wikimedia.org/wiki/Help:Gadget-ImageAnnotator for documentation.
*/
(function () {
// Global settings. Edit these to configure ImageAnnotator for your Wiki. Note: these configurations
// are here to prevent them to be overwritten by a user in his or her user scripts. BE EXTRA CAREFUL
000
1:0
Return to MediaWiki:ImageAnnotatorConfig.js.