Jump to content

Main public logs

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

Logs
  • 21:03, 20 February 2026 Shivanshu talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: document.addEventListener("DOMContentLoaded", function() { let count = 0; let target = 120; // change to your article count let counter = document.getElementById("articleCount"); let interval = setInterval(function() { count++; counter.innerText = count; if(count >= target) clearInterval(interval); }, 20); });")