MediaWiki:Gadget-Geocodecattodo.js
/*global mw, jQuery*/
if (mw.config.get('wgNamespaceNumber') === 14) {
jQuery(document).ready(function(){
mw.util.addPortletLink('p-cactions', 'https://geocommons.toolforge.org/geocodingtodo.php?category=' + encodeURIComponent(mw.config.get('wgTitle').split(" ").join("_")), 'Geocoding todo', 'ca-geocodecattodo');
});
}