These scripts are probably outdated and potentially broken. You should probably use User:Drilnoth/filescripts.js/doc now. |
Be advised that you take full responsibility for any action performed using these scripts You must understand Wikipedia policies, Wikimedia Commons policies and use this tool within these policies, or risk being blocked. |
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
editTo 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
editIf you would only like the {{move to commons}}
script add:
importScript('User:Legoktm/mtc.js')
Now Commons Script
editIf you would only like the {{subst:ncd}}
script add:
importScript('User:Legoktm/ncd.js')
Errors
editIf 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
edit