All public logs

From Tiny Rogues Wiki

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

Logs
  • 21:58, 28 December 2022 Ken talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: function filterSearch() { var input, filter, ul, li, a, i, txtValue; input = document.getElementById('FilterInput'); filter = input.value.toUpperCase(); ul = document.getElementById("FilterUL"); li = ul.getElementsByTagName('li'); for (i = 0; i < li.length; i++) { a = li[i].getElementsByTagName("a")[0]; txtValue = a.textContent || a.innerText;: txtValue = a.title;...")