Jump to content

User:Chiak/vector.js

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
//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);
});