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