Forskel mellem versioner af "MediaWiki:Gadget-mySandbox.js"

Skift til: navigering, søgning
7zip.inc>Edokter
 
m
 
(Ingen forskel)

Nuværende version fra 24. mar 2012, 01:06

/*  _____________________________________________________________________________
 * |                                                                             |
 * |                    === WARNING: GLOBAL GADGET FILE ===                      |
 * |                  Changes to this page affect many users.                    |
 * | Please discuss changes on the talk page or on [[WT:Gadget]] before editing. |
 * |_____________________________________________________________________________|
 *
 * Add a "my sandbox" link to the personal toolbar area
 */

$( document ).ready( function() {
  mw.util.addPortletLink(
    'p-personal',
    '/w/index.php?title=Special:MyPage/sandbox&action=edit&preload=Template:User_sandbox/preload&editintro=Template:User_sandbox',
    'My sandbox',
    'pt-mysandbox',
    'Go to your sandbox',
    null,
    '#pt-preferences'
  );
});