User:Polygnotus/Scripts/VEinsertandparse.js: Revision history


For any version listed below, click on its date to view it. For more help, see Help:Page history and Help:Edit summary. (cur) = difference from current version, (prev) = difference from preceding version, m = minor edit, → = section edit, ← = automatic edit summary

11 April 2025

  • curprev 09:4309:43, 11 April 2025 Polygnotus talk contribs 6,572 bytes +1,356 No edit summary
  • curprev 09:3809:38, 11 April 2025 Polygnotus talk contribs 5,216 bytes +5,216 Created page with '// Add a custom reference button to Wikipedia's Visual Editor // Add this code to your common.js page on Wikipedia // (e.g., https://en.wikipedia.org/wiki/User:YourUsername/common.js) // Wait for the VisualEditor to be ready mw.loader.using(['ext.visualEditor.desktopArticleTarget']).then(function() { // Register our custom reference tool with VisualEditor mw.hook('ve.loadModules').add(function(addPlugin) { addPlugin(makeRefTool); }); // Also...'