Jump to content
Wikipedia The Free Encyclopedia

Wikipedia:WikiProject User scripts/Scripts/Dashboard

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

AltStyle によって変換されたページ (->オリジナル) /