Wikipedia:WikiProject User scripts/Scripts/Dashboard
Appearance
From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by SD0001 (talk | contribs) at 14:41, 17 September 2025 (addPortletLink -> mw.util.addPortletLink). The present address (URL) is a permanent link to this version.Revision as of 14:41, 17 September 2025 by SD0001 (talk | contribs) (addPortletLink -> mw.util.addPortletLink)
// <syntaxhighlight lang="javascript"> //Dashboard functionaddDash(){ loLogoutNode=document.getElementById("pt-logout"); loDashNode=mw.util.addPortletLink("p-personal" ,mw.config.get('wgServer')+mw.config.get('wgScriptPath')+"/index.php?title=Template:Dashboard&action=purge" ,"dashboard" ,"pt-dashboard" ,"Link to dashboard" ,"d" ,loLogoutNode); } $.when($.ready,mw.loader.using('mediawiki.util')).then(addDash); //</syntaxhighlight>