Wikipedia:WikiProject User scripts/Scripts/Add tab

From Wikipedia, the free encyclopedia

// Note: This is now just a thin wrapper around addPortletLink() from wikibits.js. Please consider using addPortletLink() directly instead.

function addTab(url, name, id, title, key) {
    return addPortletLink('p-cactions', url, name, id, title, key);
}

//