Special

Main public logs

Combined display of all available logs of Illustrations in German Translations of Mark Twain's Works. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 21:42, 2 September 2025 HMHTEST talk contribs created page MediaWiki:ChapterSlidesAlt.js (Created page with "// ALTERNATIV const illustrators = [ "Kemble","Schroedter","Hirth","Busoni","Kellerer","Harder","Trier","BebiĆ©" ]; let slides = {}; let currentIndex = {}; illustrators.forEach(name => { slides[name] = []; currentIndex[name] = 0; }); function loadSlideshowsByChapter() { const chapterInput = document.getElementById("chapterInput").value.trim(); const chapterNumber = parseInt(chapterInput, 10); if (isNaN(chapterNumber) || chapterNumber < 1 || chapterNumbe...")