Information for "MediaWiki:Gadget-CleanDeleteReasons.js"

Basic information

Display titleMediaWiki:Gadget-CleanDeleteReasons.js
Default sort keyGadget-CleanDeleteReasons.js
Page length (in bytes)386
Namespace ID8
NamespaceMediaWiki
Page ID304425
Page content languageen - English
Page content modelJavaScript
Indexing by robotsAllowed
Number of redirects to this page0
Number of subpages of this page0 (0 redirects; 0 non-redirects)

Page protection

EditAllow only users with "editsitejs" permission (infinite)
MoveAllow only users with "editsitejs" permission (infinite)
DeleteAllow only users with "editsitejs" permission (infinite)
View the protection log for this page.

Edit history

Page creatorGethN7 (talk | contribs)
Date of page creation08:26, 16 December 2013
Latest editorSouthparkfan (talk | contribs)
Date of latest edit14:08, 31 May 2016
Total number of edits3
Recent number of edits (within past 180 days)0
Recent number of distinct authors0

SEO properties

Description

Content

Article description: (description)
This attribute controls the content of the description and og:description elements.
// Written and maintained by User:Mike.lifeguard jQuery( document ).ready( function() { if ( mw.config.get( 'wgAction' ) == 'delete' ) { var wpReason = document.getElementById( 'wpReason' ); if ( !wpReason ) { return; } var regexp = /(content was|page was empty|content before blanking was)/i; if ( regexp.test( wpReason.value ) ) { wpReason.value = ; } } } );
Information from Extension:WikiSEO