Jump to content

Wikipedia:WikiProject User scripts/Scripts/Add tab

From Wikipedia, the free encyclopedia
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
// '''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]]