MediaWiki:Gadget-publishDraft.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.

20 August 2025

  • curprev 08:1808:18, 20 August 2025Wikiflux talk contribs 662 bytes +662 Created page with "mw.loader.using(['mediawiki.api','mediawiki.util']).then(function () { var page = mw.config.get('wgPageName'); if (!page.startsWith('Draft:')) return; var link = mw.util.addPortletLink('p-cactions', '#', 'Publish', 'ca-publish', 'Publish this draft to Main'); link.addEventListener('click', function (e) { e.preventDefault(); var api = new mw.Api(); var to = page.replace(/^Draft:/, ''); api.postWithToken('csrf', { action: 'move', from:..."