Diferencia entre revisiones de «Usuario:Lmorillas/monobook.js»
De WikiEducator
m (detect Spanish name of Special:NewPages) |
|||
Línea 1: | Línea 1: | ||
$(function () { | $(function () { | ||
− | $('#n-recentchanges').after('<li><a href="/Special:NewPages?namespace=all" title="The list of newly created pages"> | + | $('#n-recentchanges').after('<li><a href="/Special:NewPages?namespace=all" title="The list of newly created pages">Páginas nuevas</a></li>'); |
// gardening tool | // gardening tool | ||
if (wgPageName === 'Especial:PáginasNuevas') { | if (wgPageName === 'Especial:PáginasNuevas') { |
Revisión de 20:41 24 dic 2011
$(function () { $('#n-recentchanges').after('<li><a href="/Special:NewPages?namespace=all" title="The list of newly created pages">Páginas nuevas</a></li>'); // gardening tool if (wgPageName === 'Especial:PáginasNuevas') { $.getScript('/skins/common/we/spam.js'); } if (wgAction === 'history') { $.getScript('/skins/common/we/deleterevs.js'); } });