Diferencia entre revisiones de «MediaWiki:Gadget-ShowMessageNames.js»
(Página creada con «→* Create a toolbox link to show the page with messages from the user interface substituted with their names * Revision: 1.0 * Author: Edokter: $( document ).read...») |
(Sin diferencias)
|
Revisión actual del 20:42 14 abr 2019
/*
* 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',
'Nombres de mensajes',
't-messagenames',
'Muestra esta página con los mensajes de la interfaz de usuario sustituido por sus nombres'
);
});