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
  • 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...")