Difference between revisions 240026 and 240028 on ptwikibooks

// @update-token: [[File:pathoschild/templatescript.js]]
/*


TemplateScript adds a menu of configurable templates and scripts to the sidebar.
For more information, see <https://github.com/Pathoschild/Wikimedia-contrib#readme>.


*/
(contracted; show full)		script: function(context) {
			pathoschild.TemplateScript._LoadDependency('//pt.wikibooks.org/w/index.php?title=User:Helder.wiki/Tools/Pathoschild/RegexEditor.js&action=raw&ctype=text/javascript&smaxage=21600&maxage=86400', pathoschild.RegexEditor, function() {
				pathoschild.RegexEditor.Create(context.$target);
			});
		},
		forActions: 'edit'
	});
}());