User:Legoktm/com2
The Commons Scripts are a set of scripts that allow you to tag images that need to be moved to the commons or deleted according to CSD I8. The will either add the template {{move to commons}}
or {{subst:ncd}}
. The scripts can be found at User:Legoktm/mtc.js, User:Legoktm/ncd.js, and User:Legoktm/com.js. An advanced version is available User:Legoktm/com2.js, which includes User:CWii/JB2script.js. These were originally written by Splarka.

Installation
After installation, do not forget to bypass your cache.

Combined Script
To be able to add {{move to commons}}
, {{subst:ncd}}
, and a few more features, add following to your monobook.js:
importScript('User:Legoktm/com.js')
For the advanced version:
importScript('User:Legoktm/com2.js')
Move to Commons Script
If you would only like the {{move to commons}}
script add:
importScript('User:Legoktm/mtc.js')
Now Commons Script
If you would only like the {{subst:ncd}}
script add:
importScript('User:Legoktm/ncd.js')
Errors
If you add both the Move to Commons Script and the Now Commons Script, the scripts will not work properly. You must use the Combined Script.
See also