Wikipedia:WikiProject User scripts/Scripts/Add tab
// Note: This is now just a thin wrapper around addPortletLink()
from [http://en.wikipedia.org/skins-1.5/common/wikibits.js wikibits.js]. Please consider using addPortletLink()
directly instead.
function addTab(url, name, id, title, key) {
return addPortletLink('p-cactions', url, name, id, title, key);
}