Jump to content

User:ZLEA/Dashboard.js

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by ZLEA (talk | contribs) at 20:03, 4 August 2019 (Created page with '// Dashboard v0.1 // USE AT YOUR OWN RISK, this script is currently in the development/testing phase and may not work as intended // Install with: // <code><nowi...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
// Dashboard v0.1
// USE AT YOUR OWN RISK, this script is currently in the development/testing phase and may not work as intended
// Install with:
// <code><nowiki>		{{subst:Iusc|User:ZLEA/Dashboard.js}}																	</nowiki></code>
// or with
// <code><nowiki>		importScript( 'User:ZLEA/Dashboard.js' ); // Backlink: [[User:ZLEA/Dashboard.js]] 			</nowiki></code> 
//
// This script is based on [[User:Lourdes/PageCuration]] by [[User:Lourdes]]
 
$.when( mw.loader.using( ['mediawiki.util'] ), $.ready ).done( function() {
  mw.util.addPortletLink(
    'p-personal',
    mw.util.getUrl('Special:MyPage/dashboard'),
    'Dashboard',
    'pt-dashboard',
    'Your dashboard',
    null,
    '#pt-sandbox'
  );
});