MediaWiki:Gadget-ShowMessageNames.js
Appearance
![]() | This page is loaded as a part of the ShowMessageNames gadget, used by 2 users. |
/* _____________________________________________________________________________
* | |
* | === WARNING: GLOBAL GADGET FILE === |
* | Changes to this page affect many users. |
* |_____________________________________________________________________________|
*
* Create a toolbox link to show the page with messages from the user interface substituted with their names
* Revision: 1.0
* Author: Edokter
*/
$(function() {
mw.util.addPortletLink(
'p-tb',
location.href.replace( location.hash, '' ) + ( location.search ? '&' : '?' ) + 'uselang=qqx',
'Message names',
't-messagenames',
'Display the current page with MediaWiki message names replacing their text'
);
});