Wikipedia:WikiProject User scripts/Scripts/Add tab
From Wikipedia, the free encyclopedia
/*
*/ function addTab(url, name, id, title, key){ var tabs = document.getElementById('p-cactions').getElementsByTagName('ul')[0]; return addlilink(tabs, url, name, id, title, key) }; /*
*/