Main public logs
From Qa2triots Wiki
Jump to navigationJump to search
Combined display of all available logs of Qa2triots Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 11:59, 7 June 2026 Yoot talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: // makes admins red mw.loader.using( [ 'mediawiki.api', 'mediawiki.util' ] ).then( function () { 'use strict'; var api = new mw.Api(); var adminPromise = null; function normalizeUsername( username ) { return username .replace( /_/g, ' ' ) .trim() .toLowerCase(); } function fetchAdministrators( continuation, names ) { v...")