Diferencia entre revisiones de «MediaWiki:Gadget-refToolbar»

De Bioeticawiki
(Página reemplazada por «refTools, añade un botón a la barra de edición para añadir rápidamente las citas más comunes.»)
Etiqueta: Reemplazo
 
(No se muestran 13 ediciones intermedias de otro usuario)
Línea 1: Línea 1:
/*jshint smarttabs:true, loopfunc:true,forin:false*/
[[:en:Wikipedia:RefToolbar|refTools]], añade un botón a la barra de edición para añadir rápidamente las citas más comunes.
/*global mw, $, importScript */
// TODO: make autodate an option in the CiteTemplate object, not a preference
 
// Global object
// TODO:
// * Remove this once the page is moved to a module 'ext.gadget.refToolbarDialogs' depending on 'ext.gadget.refToolbarBase'
if (typeof CiteTB === 'undefined') {
  var CiteTB = {
    "Templates" : {}, // All templates
    "Options" : {}, // Global options
    "UserOptions" : {}, // User options
    "DefaultOptions" : {}, // Script defaults
    "ErrorChecks" : {} // Error check functions
  };
}

Revisión actual del 13:22 26 oct 2018

refTools, añade un botón a la barra de edición para añadir rápidamente las citas más comunes.