Fandom Developers Wiki
mNo edit summary
mNo edit summary
Line 5: Line 5:
 
| Scope = Any
 
| Scope = Any
 
| Author = [[User:Ozuzanna|Ozuzanna]]
 
| Author = [[User:Ozuzanna|Ozuzanna]]
| Updated = 24 August 2014
+
| Updated = 31 August 2014
 
| Code = [[/code.js]]
 
| Code = [[/code.js]]
 
| Skins = Oasis<br/>Monobook
 
| Skins = Oasis<br/>Monobook
Line 20: Line 20:
 
==Usage==
 
==Usage==
 
In order to null edit multiple pages, add the page names ('''not''' page URLs) each on a new line (including their namespace if necessary) and proceed to null edit them. The script will stop when it reaches an empty line; it can be terminated early by blanking the list of pages remaining to be null edited.
 
In order to null edit multiple pages, add the page names ('''not''' page URLs) each on a new line (including their namespace if necessary) and proceed to null edit them. The script will stop when it reaches an empty line; it can be terminated early by blanking the list of pages remaining to be null edited.
  +
  +
If the script is used on a category or [[Special:WhatLinksHere]], it will automatically add the listed pages/files into the text area.
   
 
===Monobook===
 
===Monobook===
Line 34: Line 36:
 
;August 21st 2014: Monobook support added.
 
;August 21st 2014: Monobook support added.
 
;August 24th 2014: Script updated.
 
;August 24th 2014: Script updated.
  +
;August 31th 2014: Auto-complete support added for categories and [[Special:WhatLinksHere]].
 
[[Category:JavaScript]]
 
[[Category:JavaScript]]

Revision as of 22:20, 31 August 2014

MassNullEdit is based on several other scripts (NullEditButton, AjaxBatchDelete and ChatBlockButton), that provides a link to a modal (without changing location) which allows the user to list pages to be null edited, via API. It null edits one page every second in order to prevent overwhelming of the servers.

Template:Script Instal

Usage

In order to null edit multiple pages, add the page names (not page URLs) each on a new line (including their namespace if necessary) and proceed to null edit them. The script will stop when it reaches an empty line; it can be terminated early by blanking the list of pages remaining to be null edited.

If the script is used on a category or Special:WhatLinksHere, it will automatically add the listed pages/files into the text area.

Monobook

The option to use the Mass Null Edit script will appear in your toolbox on the left.

Oasis

The option to use the Mass Null Edit script will appear under your "My Tools" list (the toolbar at the bottom of your screen).

Please note you must not have the toolbar at the bottom hidden or the script will not function. If you do not see the "My Tools" (or other language equivalent), try clicking Customize and then "reset defaults" to not hide the "My Tools".

Updates

August 18th 2014
Script published.
August 20th 2014
Updated for better error readings.
August 21st 2014
Monobook support added.
August 24th 2014
Script updated.
August 31th 2014
Auto-complete support added for categories and Special:WhatLinksHere.