MediaWiki:Main Page.js: Revision history

From DM Live - the Depeche Mode live encyclopedia for the masses
Jump to navigationJump 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.

27 May 2025

  • curprev 19:3319:33, 27 May 2025Majora101 talk contribs 372 bytes +372 Created page with "mw.loader.using(['mediawiki.util','jquery'], function(util, $) { if ( mw.config.get('wgPageName') === 'Main_Page' ) { // 1) fetch the rendered template HTML… $.get( util.getUrl('MediaWiki:HomepageDraft', { action: 'render' }), function(html) { // 2) replace the wiki content with your custom markup $('#mw-content-text').html(html); }); } });"