User:NicoV/TemplateDataEditor.js

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/*
 * 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>
 */