Jump to content

User:Prodego/vector.js

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Prodego (talk | contribs) at 06:59, 17 January 2013 (fx). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
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.
$("#ca-history a").each(function(i, e) { e.innerHTML = "History"});
$("#ca-addsection a").each(function(i, e) { e.innerHTML = "+"});
$("#ca-unprotect a").each(function(i, e) { e.innerHTML = "unprotect"});

var nstab = $("[id^=ca-nstab] a");
nstab[0].innerHTML = nstab[0].innerHTML.replace(" page","");
nstab[0].innerHTML = nstab[0].innerHTML.replace(" Page","");
nstab.css('text-transform','none')

if(wgCanonicalNamespace == 'User' || wgCanonicalNamespace == 'User talk') {
$(#p-cactions).after(PortletMenu('test',);
}

function PortletMenu(id,image) {
   var menu = '<div id="p-c' + id + '" role="navigation" class="vectorMenu"><h3><span>' + id + '</span><a href="#"></a></h3><div class="menu"><ul></ul></div></div>';

   return menu;
}