User:Mdaniels5757/PersonalDashboardLink.js

/*
Adds a link to the dashboard of your choice to the top bar.

For documentation, see [[User:Mdaniels5757/PersonalDashboardLink]].
*/

if (dashboardPath == null) var dashboardPath = 'User:' + mw.config.get('wgUserName') + '/Dashboard';

$.when( mw.loader.using( ['mediawiki.util'] ), $.ready ).done( function() {
  mw.util.addPortletLink(
    'p-personal',
    mw.util.getUrl(dashboardPath),
    'Dashboard',
    'pt-dashboard',
    'My dashboard',
    null,
    '#pt-mytalk'
  );
});

//[[Category:Commons user scripts]]
Category:Commons user scripts