Diferencia entre revisiones de «Usuario:Candalua/common.js»

Contenido eliminado Contenido añadido
Candalua (Discusión | contribs.)
Sin resumen de edición
Candalua (Discusión | contribs.)
Sin resumen de edición
Línea 2:
 
self.ws_messages = {
'optlist': 'Display options',
'enlarge_font': 'Enlarge text',
'reduce_font': 'Reduce font',
'enlarge_font_tooltip': 'Enlarge the size of the text',
'reduce_font_tooltip': 'Reduce the size of the text'
}
 
Línea 28 ⟶ 32:
get_optlist();
enlargeLink = mw.util.addPortletLink ('p-displayOptions', '#', ws_msg('Enlarge fontenlarge_font'), 'enlarge_font', ws_msg('Enlarge the font of the textenlarge_font_tooltip') );
reduceLink = mw.util.addPortletLink ('p-displayOptions', '#', ws_msg('Reduce fontreduce_font'), 'reduce_font', ws_msg('Reduce the font of the textreduce_font_tooltip') );
 
// Bind click handlers