MediaWiki:Common.js: Revision history

Jump to navigation Jump to search

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.

10 July 2025

  • curprev 04:5304:53, 10 July 2025 Administrator talk contribs 343 bytes +343 Created page with "// This automatically enables CodeEditor on all CSS, JS, JSON pages mw.loader.using('ext.codeEditor.ace').then(function() { if (mw.config.get('wgPageContentModel') === 'css' || mw.config.get('wgPageContentModel') === 'javascript' || mw.config.get('wgPageContentModel') === 'json') { CodeEditor.activate(); } });"