User:Chiak/vector.js

//Interiot's javascript edit counter

if (document.title.indexOf('User:Interiot/Tool2/code.js') != -1) {

mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:Interiot/Tool2/code.js&action=raw&ctype=text/javascript'); }

//add Geoboxer link

$(function(){

var editTab = document.getElementById("ca-edit");

if (!editTab) return;

mw.util.addPortletLink("p-cactions", 'http://wikipedia.paloch.net/Geobox2.php?page='+location.href,

"geoboxer", "ca-geobox", "Geoboxer","", editTab.nextSibling);

});

//add Geoboxer for Slovak settlements

$(function(){

var editTab = document.getElementById("ca-geobox");

if (!editTab) return;

mw.util.addPortletLink("p-cactions", 'http://wikipedia.paloch.net/Geobox2.php?page='+location.href+'&source=sk_obec',

"geoboxer.sk", "ca-geobox_sk", "Geoboxer for Slovak settlements","", editTab.nextSibling);

});

//add Geoboxer for Czech settlements

$(function(){

var editTab = document.getElementById("ca-geobox");

if (!editTab) return;

mw.util.addPortletLink("p-cactions", 'http://wikipedia.paloch.net/Geobox2.php?page='+location.href+'&source=cz_obec',

"geoboxer.cz", "ca-geobox_cz", "Geoboxer for Czech settlements","", editTab.nextSibling);

});