Jump to content

MediaWiki:Common.js: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 October 2025

  • curprev 11:4111:41, 11 October 2025 Milo talk contribs 592 bytes +592 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();..."