406
ediciones
Cambios
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...»
/*
* 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'
);
});
* 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'
);
});