All public logs

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

Logs
  • 01:25, 14 January 2025 IssuePress talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: mw.loader.using(["mediawiki.util"], function () { $(document).ready(function () { $("h2").each(function () { if ($(this).text().trim() === "Steps") { $(this).css("color", "blue"); } }); }); });")