Main public logs
Appearance
Combined display of all available logs of RedFlag – Archiv. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 11:41, 11 October 2025 Milo 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').then(function () { const title = document.querySelector('.mw-page-title-main'); if (!title) return; // Text des Titels holen const text = title.textContent; const index = text.indexOf(':'); // Wenn kein Doppelpunkt vorhanden, nichts tun if (index === -1) return; // Linken und rechten Teil trennen const left = text.slice(0, index + 1).trim();...")