MediaWiki:CopyEmbeddedStory.js: Revision history

From The Seven Sages of Rome

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

13 March 2025

  • curprev 12:3912:39, 13 March 2025 Noeth talk contribs 7,306 bytes 0 No edit summary
  • curprev 12:3712:37, 13 March 2025 Noeth talk contribs 7,306 bytes +1,148 No edit summary
  • curprev 12:3212:32, 13 March 2025 Noeth talk contribs 6,158 bytes +6,158 Created page with "$(document).ready(function() { // Trigger modal when the button is clicked $('#copyEmbeddedStories').click(function() { $('#storyModal').modal('show'); }); // Handle autocomplete for page names $('#page-name').on('input', function() { var query = $(this).val(); if (query.length > 2) { $.ajax({ url: mw.util.wikiScript('api'), data: { action: 'query', list: 'allpages', apprefix: query, for..."