User:Legoktm/Commons Scripts
From Wikipedia, the free encyclopedia
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. These were written by Splarka.
Contents |
[edit] Installation
After installation, do not forget to bypass your cache.
[edit] Combined Script
To be able to add {{move to commons}}
and {{subst:ncd}}
, add following to your monobook.js:
importScript('User:Legoktm/com.js')
[edit] Move to Commons Script
If you would only like the {{move to commons}}
script add:
importScript('User:Legoktm/mtc.js')
[edit] Now Commons Script
If you would only like the {{subst:ncd}}
script add:
importScript('User:Legoktm/ncd.js')
[edit] 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.