Wiki143:WikiProject User scripts/Scripts/Add tab

From Wikipedia, the free encyclopedia
Revision as of 14:18, 26 March 2017 by imported>Jo-Jo Eumerus (Jo-Jo Eumerus changed the content model of the page Wikipedia:WikiProject User scripts/Scripts/Add tab from "wikitext" to "JavaScript": JS page)
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
// '''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]]