User:NicoV/TemplateDataEditor.js

From wikishia

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/*
 * Gadget to edit 'templatedata' tags for the MediaWiki extension TemplateData
 * without having to edit JSON.
 * 
 * A link is added in the "Toolbox" when editing a template.
 * It opens a window allowing all modifications to the template data.
 * 
 * Original author : Ltrlg
 * Last update : 2013-07-20
 * Based on frwiki edition : 2013-07-07
 * 
 * [[Category:Wikipedia scripts]]
 * [[fr:Utilisateur:Ltrlg/scripts/TemplateDataEditor.js]]
 * [[it:Utente:Jacopo_Werther/TemplateDataEditor.js]]
 * <nowiki>
 */

mw.loader.load('//fr.wikipedia.org/w/index.php?title=Utilisateur:Ltrlg/scripts/TemplateDataEditor.js&action=raw&ctype=text/javascript');
 
/*
 * </nowiki>
 */