MediaWiki:NewsForm.js: Revision history

From TwogPedia

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.

18 October 2023

7 June 2023

10 May 2023

8 May 2023

4 May 2023

  • curprev 17:4417:44, 4 May 2023Couchor talk contribs 11,221 bytes −27 No edit summary Tag: Manual revert
  • curprev 17:4417:44, 4 May 2023Couchor talk contribs 11,248 bytes +27 No edit summary Tag: Reverted
  • curprev 17:2017:20, 4 May 2023Couchor talk contribs 11,221 bytes 0 No edit summary
  • curprev 17:2017:20, 4 May 2023Couchor talk contribs 11,221 bytes +11,221 Created page with "// Check if we are adding or editing news if ( mw.config.get('wgAction') === 'formedit' || location.href.includes('Special:FormEdit/Test') ) { // Setup save button to check for SEO mistakes before saving var saveButton = document.querySelector('[name="wpSave"'); saveButton.onclick = function(e){ var seoWarning = document.querySelector('.seo-warning'); if ( seoWarning ) { e.preventDefault(); var rect = seoWarning.getBoundingClientRect(); // Scroll the wind..."