All public logs

Jump to navigation Jump to search

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

Logs
  • 14:45, 24 April 2025 Wikiwide talk contribs created page MediaWiki:Common.js (Created page with "document.addEventListener("DOMContentLoaded", function () { const elements = document.querySelectorAll('.scroll-fade'); function fadeInOnScroll() { elements.forEach(el => { const rect = el.getBoundingClientRect(); if (rect.top < window.innerHeight - 50) { el.classList.add('in-view'); } }); } window.addEventListener('scroll', fadeInOnScroll); fadeInOnScroll(); // for initial load });")