MediaWiki:Gadget-refToolbar.js
Apariencia
Nota: Después de guardar, debes refrescar la caché de tu navegador para ver los cambios. Internet Explorer: mantén presionada Ctrl mientras pulsas Actualizar. Firefox: mientras presionas Mayús pulsas el botón Actualizar, (o presiona Ctrl-Shift-R). Los usuarios de Google Chrome y Safari pueden simplemente pulsar el botón Recargar. Para más detalles e instrucciones acerca de otros exploradores, véase Ayuda:Cómo limpiar la caché.
if ( wgAction == 'edit' || wgAction == 'submit' ) {
if (wgServer == "https://secure.wikimedia.org") {
importScriptURI("https://secure.wikimedia.org/wikipedia/en/w/index.php?title=User:Mr.Z-man/refToolbar_2.0/base.js&action=raw&ctype=text/javascript");
} else {
importScriptURI('http://en.wikipedia.org/w/index.php?title=User:Mr.Z-man/refToolbar_2.0/base.js&action=raw&ctype=text/javascript');
}
if( typeof $.wikiEditor != 'undefined' && typeof $.wikiEditor.modules.dialogs != 'undefined' ) {
importScriptURI('http://en.wikipedia.org/w/index.php?title=User:Mr.Z-man/refToolbar_2.0.js&action=raw&ctype=text/javascript');
} else if( typeof $.wikiEditor != 'undefined' ) {
importScriptURI('http://en.wikipedia.org/w/index.php?title=User:Mr.Z-man/refToolbarIE.js&action=raw&ctype=text/javascript');
} else {
importScriptURI('http://en.wikipedia.org/w/index.php?title=User:Apoc2400/refToolbarPlus.js&action=raw&ctype=text/javascript');
}
refToolbarInstalled = true;
}