MediaWiki:Gadget-ShowMessageNames.js: Difference between revisions

From AnOtherWiki, the free encyclopedia written by, for, and about the Otherkin community.
m (1 revision)
 
(No difference)

Latest revision as of 15:08, 1 April 2012

/*  _____________________________________________________________________________
 * |                                                                             |
 * |                    === WARNING: GLOBAL GADGET FILE ===                      |
 * |                  Changes to this page affect many users.                    |
 * | Please discuss changes on the talk page or on [[WT:Gadget]] before editing. |
 * |_____________________________________________________________________________|
 *
 * Create a toolbox link to show the page with messages from the user interface substituted with their names
 * Revision: 1.0
 * Author: Edokter
 */
 
$( document ).ready( function() {
  mw.util.addPortletLink(
    'p-tb',
    location.href.replace( location.hash, '' ) + ( location.search ? '&' : '?' ) + 'uselang=qqx',
    'Message names',
    't-messagenames',
    'Show this page with messages from the user interface substituted with their names'
  );
});