User:Mdd4696/Image Autotagger

Abandoned: Feel free to borrow the code and make use of it.

The Image Autotagger is a script that makes it easier to tag images with the proper copyright templates. It was originally designed for use on the Untagged images project. The current release is in the pre-alpha development stage. It has only been tested on Firefox.

To begin using this script, copy the following to your monobook.js:

// [[User:Mdd4696/Image Autotagger/script.js]]
document.write(
	"<script type='text/javascript' "
	+ "src='http://en.wikipedia.org/w/index.php?title=User:Mdd4696/Image Autotagger/script.js"
	+ "&action=raw&ctype=text/javascript&dontcountme=s'></script>"
);

If you do not already have the addlilink(), addTab(), and addToolboxLink() library functions in your monobook.js, you should copy the following as well:

// [[User:Mdd4696/Image Autotagger/lib.js]]
document.write(
	"<script type='text/javascript' "
	+ "src='http://en.wikipedia.org/w/index.php?title=User:Mdd4696/Image Autotagger/lib.js"
	+ "&action=raw&ctype=text/javascript&dontcountme=s'></script>"
);