All public logs

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

Logs
  • 14:53, 12 February 2024 Couchor talk contribs created page Widget:NewsLanding/Slider (Created page with "<script> const container = document.getElementById('news-slider-container'); const prevButton = document.getElementById('prev'); const nextButton = document.getElementById('next'); let currentIndex = 0; function showNews(index) { const offset = -index * 100; container.style.transform = `translateX(${offset}%)`; } function showNextNews() { currentIndex = (currentIndex + 1) % container.children.length; showNews(currentIndex); } functio...")