Main public logs

From Starlight wiki

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

Logs
  • 20:58, 12 January 2025 Rinary talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: $(document).ready(function () { const username = mw.config.get('wgTitle'); $.getJSON(`/w/api.php?action=query&list=users&ususers=${encodeURIComponent(username)}&usprop=groups&format=json`, function (data) { if (data && data.query && data.query.users && data.query.users.length > 0) { const user = data.query.users[0]; const groups = user.groups;...")