MyWiki:WikiProject User scripts/Scripts/Add toolbox link

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by imported>Xaosflux at 14:48, 5 March 2019 (rm wikitext wrapper). The present address (URL) is a permanent link to this version.
(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>mw.util.addPortletLink()</code> from
// [//www.mediawiki.org/wiki/ResourceLoader/Default_modules#mediaWiki.util mw.util]. 
// Please consider using <code>mw.util.addPortletLink()</code> directly instead.

function addToolboxLink(url, name, id) {
    return mw.util.addPortletLink('p-tb', url, name, id);
}

// [[Category:Wikipedia scripts]]