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).
- 20:55, 2 September 2025 HMHTEST talk contribs created page MediaWiki:ChapterSlides.js (Created page with "// Acht feste Illustratoren definieren const illustrators = [ "Kemble", "Schroedter", "Hirth", "Busoni", "Kellerer", "Harder", "Trier", "Bebié" ]; // Bildlisten und aktuelle Indizes let slides = {}; let currentIndex = {}; illustrators.forEach(name => { slides[name] = []; currentIndex[name] = 0; }); // Eingabe verarbeiten function loadSlideshowsByChapter() { const chapterInput = document.getElementById("chapterInput").value.trim(); const chapte...")
- 20:40, 2 September 2025 HMHTEST talk contribs created page HF/Chapters (Created page with "{{DISPLAYTITLE: Illustrations in <i>Adventures of Huckleberry Finn</i> by Chapter<i>Adventures of Huckleberry Finn</i>}}")
- 20:30, 2 September 2025 HMHTEST talk contribs created page HF/AAC (Created page with "{{DISPLAYTITLE: Illustrations of Black Characters in <i>Adventures of Huckleberry Finn</i>}} <br> <br> <html> <div class="slideshow-row"> <!-- Slideshow C --> <div class="slideshow-box"> <select id="illustratorDropdownC" onchange="filterAndLoadSlideshowAAC('C')"> <option value="">-- Choose Illustrator --</option> <option value="Kemble">Kemble</option> <option value="Schroedter">Schroedter</option> <option value="Hirth">Hirth</option> <opt...")
- 20:26, 2 September 2025 HMHTEST talk contribs created page HF/Fem (Created page with "{{DISPLAYTITLE: Illustrations of Female Characters in <i>Adventures of Huckleberry Finn</i>}} <br> <br> <html> <div class="slideshow-row"> <!-- Slideshow C --> <div class="slideshow-box"> <select id="illustratorDropdownC" onchange="filterAndLoadSlideshowFem('C')"> <option value="">-- Choose Illustrator --</option> <option value="Kemble">Kemble</option> <option value="Schroedter">Schroedter</option> <option value="Hirth">Hirth</option> <op...")
- 19:43, 31 August 2025 HMHTEST talk contribs created page Wiki/chardist (Created page with "{{DISPLAYTITLE: Character Distribution Bar Chart</i>}} <br> <br> Displayed in the chart below is the relative distribution of characters (top x-axis) across various illustrated editions of Adventures of Huckleberry Finn cataloged on this webpage. Each colored bar represents a different character, while the y-axis lists the editions in chronological order. At the bottom, the second x-axis shows the total number of illustrations in these editions. Please note that many il...")
- 19:39, 31 August 2025 HMHTEST talk contribs created page MediaWiki:CharacterDistribution.js (Created page with "document.addEventListener('DOMContentLoaded', () => { const canvas = document.getElementById('lineChart'); if (!canvas) return; // Abbruch, wenn kein Canvas gefunden wurde const ctx = canvas.getContext('2d'); const data = { labels: ['Kemble (1885)', 'Schröder (1898)', 'Hirth (1920)', 'Trier (1936)', 'Harder (1938)', 'Kellerer (1938)', 'Busoni (1940)'], datasets: [ { label: 'Huck', data: [47.40,...")
- 19:32, 31 August 2025 HMHTEST talk contribs created page HF/Others (Created page with "{{DISPLAYTITLE: Illustrations of Tom Sawyer in <i>Adventures of Huckleberry Finn</i>}} <br> <br> <html> <div class="slideshow-row"> <!-- Slideshow C --> <div class="slideshow-box"> <select id="illustratorDropdownC" onchange="filterAndLoadSlideshowSDC('C')"> <option value="">-- Choose Illustrator --</option> <option value="Kemble">Kemble</option> <option value="Schroedter">Schroedter</option> <option value="Hirth">Hirth</option> <option va...")
- 19:26, 31 August 2025 HMHTEST talk contribs created page HF/KingAndDuke (Created page with "{{DISPLAYTITLE: Illustrations of the King and the Duke in <i>Adventures of Huckleberry Finn</i>}} <br> <br> <html> <div class="slideshow-row"> <!-- Slideshow C --> <div class="slideshow-box"> <select id="illustratorDropdownC" onchange="filterAndLoadSlideshowT('C')"> <option value="">-- Choose Illustrator --</option> <option value="Kemble">Kemble</option> <option value="Schroedter">Schroedter</option> <option value="Hirth">Hirth</option> <...")
- 19:24, 31 August 2025 HMHTEST talk contribs created page HF/PapFinn (Created page with "{{DISPLAYTITLE: Illustrations of Tom Sawyer in <i>Adventures of Huckleberry Finn</i>}} <br> <br> <html> <div class="slideshow-row"> <!-- Slideshow C --> <div class="slideshow-box"> <select id="illustratorDropdownC" onchange="filterAndLoadSlideshowP('C')"> <option value="">-- Choose Illustrator --</option> <option value="Kemble">Kemble</option> <option value="Schroedter">Schroedter</option> <option value="Hirth">Hirth</option> <option valu...")
- 19:22, 31 August 2025 HMHTEST talk contribs created page HF/Jim (Created page with "{{DISPLAYTITLE: Illustrations of Jim in <i>Adventures of Huckleberry Finn</i>}} <br> <br> <html> <div class="slideshow-row"> <!-- Slideshow C --> <div class="slideshow-box"> <select id="illustratorDropdownC" onchange="filterAndLoadSlideshowJ('C')"> <option value="">-- Choose Illustrator --</option> <option value="Kemble">Kemble</option> <option value="Schroedter">Schroedter</option> <option value="Hirth">Hirth</option> <option value="Buso...")
- 19:18, 31 August 2025 HMHTEST talk contribs created page MediaWiki:CharacterFilter.js (Created page with "// Slideshow Script: Illustrations of Tom, filter by illustrator // Globale Bildlisten und aktuelle Indizes var slides = { A: [], B: [], C: [], D: [], }; var currentIndex = { A: 0, B: 0, C: 0, D: 0, }; // Slideshow laden function filterAndLoadSlideshowT(target) { var dropdownId = 'illustratorDropdown' + target; var selectedIllustrator = document.getElementById(dropdownId).value.toLowerCase(); var imageElement = document.getElementById('slide' +...")
- 19:04, 31 August 2025 HMHTEST talk contribs created page HF/Huck (Created page with "{{DISPLAYTITLE: Illustrations of Huck in <i>Adventures of Huckleberry Finn</i>}} <br> <br> <html> <div class="slideshow-row"> <!-- Slideshow C --> <div class="slideshow-box"> <select id="illustratorDropdownC" onchange="filterAndLoadSlideshow('C')"> <option value="">-- Choose Illustrator --</option> <option value="Kemble">Kemble</option> <option value="Schroedter">Schroedter</option> <option value="Hirth">Hirth</option> <option value="Buso...")
- 22:27, 22 July 2025 HMHTEST talk contribs created page HF/Tom (Created page with "<html> <div class="slideshow-row"> <div class="slideshow-box"> <select onchange="loadSlideshowFromDropdown('A', this.value)"> <option value="">– Illustrator wählen –</option> <option value="Kemble">Kemble</option> <option value="Schrödter">Schrödter</option> <option value="Doe">Doe</option> </select> <div class="slideshow-container" id="slideshowA"> <img id="slideA" src="" /> </div> <div class="gallery-button-row...")
- 22:16, 22 July 2025 HMHTEST talk contribs created page MediaWiki:SlideShowPools.js (Created page with "const slideshows = { A: { images: [], index: 0 }, B: { images: [], index: 0 } }; const pools = { 1: ['test1.png', 'test2.png'], 2: ['test3.png', 'test4.png'], 3: ['test5.png', 'test6.png'], 4: ['test7.png'], 5: ['test8.png', 'test9.png', 'test10.png'], 6: ['test11.png'], 7: ['test12.png', 'test13.png'] }; function selectPool(target, poolNumber) { if (!pools[poolNumber]) { slideshows[target].images = []; slideshows[target].index = 0; upda...")
- 21:36, 22 July 2025 HMHTEST talk contribs created page File:GalleryPlaceholder.png
- 21:36, 22 July 2025 HMHTEST talk contribs uploaded File:GalleryPlaceholder.png
- 19:41, 22 July 2025 HMHTEST talk contribs created page Comparison (Created page with " <html> <div id="galleryContainer" class="gallery-container" style="display: flex; flex-wrap: wrap; justify-content: center; margin-top: 20px;"></div> <!-- Button zum Aktualisieren der Galerie --> <button onclick="updateGalleryFromTable()">Load Gallery in New Tab</button> <!-- Navigation für die Galerie --> <div id="carouselControls" style="display: none; text-align: center;"> <button onclick="previousImage()">Previous</button> <button onclick="nextImage()">Ne...")
- 15:02, 15 July 2025 User account KBillus talk contribs was created by HMHTEST talk contribs and password was sent by email
- 14:12, 15 July 2025 HMHTEST talk contribs created page MediaWiki:Foreground.css (Created page with "All CSS here will be loaded for users of the Foreground skin: body { background: #fff2e6; color: #222; font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif; font-style:normal; font-weight:normal; text-align: justify; line-height:1.5; margin:0; padding:0; position:relative } Add fixed page background for main pages, category pages, and file pages: .ns-0, .ns-6, .ns-14 { background: fixed no-repeat center / cover url("images/d/d6/MT...")
- 13:40, 15 July 2025 HMHTEST talk contribs created page Test11 (Created page with "<table class="datatable"> <thead> <tr> <th>Name</th> <th>Kategorie</th> <th>Datum</th> </tr> </thead> <tbody> <tr><td>Alpha</td><td>Test</td><td>2024-01-01</td></tr> <tr><td>Beta</td><td>Beispiel</td><td>2024-01-02</td></tr> </tbody> </table>")
- 13:21, 15 July 2025 HMHTEST talk contribs created page AdvancedSearch (Created page with "<br> <br> <br> <html> <div id="galleryContainer" class="gallery-container" style="display: flex; flex-wrap: wrap; justify-content: center; margin-top: 20px;"></div> <!-- Button zum Aktualisieren der Galerie --> <button onclick="updateGalleryFromTable()">Load Gallery in New Tab</button> <!-- Navigation für die Galerie --> <div id="carouselControls" style="display: none; text-align: center;"> <button onclick="previousImage()">Previous</button> <button onclick="n...")
- 11:04, 9 July 2025 HMHTEST talk contribs created page Testtest (Created page with "x")
- 19:09, 8 July 2025 HMHTEST talk contribs created page AHF/Tom (Created page with "{{DISPLAYTITLE: Illustrations of Tom Sawyer in <i>Adventures of Huckleberry Finn</i>}}")
- 19:06, 8 July 2025 HMHTEST talk contribs created page Tom (Created page with "Illustrations of Tom Sawyer in Adventures of Huckleberry Finn")
- 19:01, 8 July 2025 HMHTEST talk contribs created page File:Hf 1938 kel ch042 ill1.jpg (Batch-Upload: Tom Sawyer wounded)
- 19:01, 8 July 2025 HMHTEST talk contribs uploaded File:Hf 1938 kel ch042 ill1.jpg (Batch-Upload: Tom Sawyer wounded)
- 19:01, 8 July 2025 HMHTEST talk contribs created page File:Hf 1938 kel ch040 ill2.jpg (Batch-Upload: On His Way to Kidnap the Doctor)
- 19:01, 8 July 2025 HMHTEST talk contribs uploaded File:Hf 1938 kel ch040 ill2.jpg (Batch-Upload: On His Way to Kidnap the Doctor)
- 19:01, 8 July 2025 HMHTEST talk contribs created page File:Hf 1938 kel ch040 ill1.jpg (Batch-Upload: On the Hunt)
- 19:01, 8 July 2025 HMHTEST talk contribs uploaded File:Hf 1938 kel ch040 ill1.jpg (Batch-Upload: On the Hunt)
- 19:01, 8 July 2025 HMHTEST talk contribs created page File:Hf 1938 kel ch039 ill1.jpg (Batch-Upload: Rat Trap)
- 19:01, 8 July 2025 HMHTEST talk contribs uploaded File:Hf 1938 kel ch039 ill1.jpg (Batch-Upload: Rat Trap)
- 19:01, 8 July 2025 HMHTEST talk contribs created page File:Hf 1938 kel ch037 ill1.jpg (Batch-Upload: Rummaging)
- 19:01, 8 July 2025 HMHTEST talk contribs uploaded File:Hf 1938 kel ch037 ill1.jpg (Batch-Upload: Rummaging)
- 19:01, 8 July 2025 HMHTEST talk contribs created page File:Hf 1938 kel ch033 ill1.jpg (Batch-Upload: I Could Drive the Horse Myself.)
- 19:01, 8 July 2025 HMHTEST talk contribs uploaded File:Hf 1938 kel ch033 ill1.jpg (Batch-Upload: I Could Drive the Horse Myself.)
- 19:01, 8 July 2025 HMHTEST talk contribs created page File:Hf 1938 kel ch029 ill1.jpg (Batch-Upload: Jim Lit Out)
- 19:01, 8 July 2025 HMHTEST talk contribs uploaded File:Hf 1938 kel ch029 ill1.jpg (Batch-Upload: Jim Lit Out)
- 19:01, 8 July 2025 HMHTEST talk contribs created page File:Hf 1938 kel ch028 ill1.jpg (Batch-Upload: In Trouble)
- 19:01, 8 July 2025 HMHTEST talk contribs uploaded File:Hf 1938 kel ch028 ill1.jpg (Batch-Upload: In Trouble)
- 19:01, 8 July 2025 HMHTEST talk contribs created page File:Hf 1938 kel ch025 ill1.jpg (Batch-Upload: The Bag of Money)
- 19:01, 8 July 2025 HMHTEST talk contribs uploaded File:Hf 1938 kel ch025 ill1.jpg (Batch-Upload: The Bag of Money)
- 19:01, 8 July 2025 HMHTEST talk contribs created page File:Hf 1938 kel ch023 ill1.jpg (Batch-Upload: Tragedy)
- 19:01, 8 July 2025 HMHTEST talk contribs uploaded File:Hf 1938 kel ch023 ill1.jpg (Batch-Upload: Tragedy)
- 18:58, 8 July 2025 HMHTEST talk contribs created page File:Hf 1938 kel ch019 ill1.jpg (Batch-Upload: And Dogs a-Coming)
- 18:58, 8 July 2025 HMHTEST talk contribs uploaded File:Hf 1938 kel ch019 ill1.jpg (Batch-Upload: And Dogs a-Coming)
- 18:23, 8 July 2025 HMHTEST talk contribs created page File:Hf 1885 kem frontispiece 1.jpg (Batch-Upload: Frontispiece 1)
- 18:23, 8 July 2025 HMHTEST talk contribs uploaded File:Hf 1885 kem frontispiece 1.jpg (Batch-Upload: Frontispiece 1)
- 18:22, 8 July 2025 HMHTEST talk contribs created page Catalog (Created page with "x")
- 18:20, 8 July 2025 HMHTEST talk contribs created page File:Hf 1920 hir ch011 ill1.jpg (Batch-Upload: She puts up a Snack)