Jump to content

Wikipedia:WikiProject User scripts/Scripts/Add tab

From Wikipedia, the free encyclopedia

This is the current revision of this page, as edited by Jo-Jo Eumerus (talk | contribs) at 14:18, 26 March 2017 (Jo-Jo Eumerus changed the content model of the page Wikipedia:WikiProject User scripts/Scripts/Add tab from "wikitext" to "JavaScript": JS page). The present address (URL) is a permanent link to this version.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
// '''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]]