All public logs

Combined display of all available logs of TwogPedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 17:20, 4 May 2023 Couchor talk contribs created page MediaWiki:NewsForm.js (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...")