All public logs

From The Seven Sages of Rome

Combined display of all available logs of The Seven Sages of Rome. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 12:32, 13 March 2025 Noeth talk contribs created page MediaWiki:CopyEmbeddedStory.js (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...")