Fandom Developers Wiki
(Fixes)
No edit summary
(15 intermediate revisions by 4 users not shown)
Line 1: Line 1:
  +
<noinclude><!--
{{Languages}}
 
  +
-->{{LangSelect}}
  +
</noinclude>
  +
<includeonly><!--
 
-->{{Languages}}
 
{{Infobox JavaScript
 
{{Infobox JavaScript
 
| Image file = {{{image|MassProtect.png}}}
| Description = Protect multiple pages in a list fashion, similar to AjaxBatchDelete
+
| Description = {{{description|Protect multiple pages from a list}}}
| Image file = MassProtect.png
 
 
| Scope = ps
 
| Scope = ps
| Author = [[User:KnazO|KnazO]]
+
| Author =
  +
*[[User:KnazO|KnazO]]
| Code = [[MediaWiki:MassProtect/code.js|code.js]]
 
  +
*[[User:TheGoldenPatrik1|TheGoldenPatrik1]]
| Languages = {{l|en}}
 
  +
| Code =
 
*[[MediaWiki:MassProtect/code.js|code.js]]
  +
*[[MediaWiki:MassProtect.css|MassProtect.css]]
 
| Languages = auto
  +
| Status = stable
  +
| Type = management
 
}}
 
}}
'''MassProtect''' provides a link to a modal which allows the user to list pages to be protected. Protection options include edit, move, upload, and create with various levels: autoconfirmed ("Block new and unregistered users"), administrator ("Administrators and Content Moderators only") and none ("Allow all users").
+
'''MassProtect''' {{{intro|provides a link to a modal which allows the user to list pages to be protected. Protection options include edit, move, upload, and create with various levels: unset, none ("Allow all users"), autoconfirmed ("Block new and unregistered users"), and sysop ("Administrators and Content Moderators only").}}}
   
== Installation ==
+
== {{{installation|Installation}}} ==
 
{{Script Install
 
{{Script Install
 
| codepage = MassProtect/code.js
 
| codepage = MassProtect/code.js
 
}}
 
}}
   
== Usage ==
+
== {{{usage|Usage}}} ==
  +
{{{usageData|
[[File:How to get MassProtect%3F Wiki|right|thumb|Complete Tutorial]]
 
 
In order to protect multiple pages, add the page names ('''not''' page URLs) each on a new line (including their namespace if necessary) and proceed to protect them. The script will stop when it reaches an empty line.
 
In order to protect multiple pages, add the page names ('''not''' page URLs) each on a new line (including their namespace if necessary) and proceed to protect them. The script will stop when it reaches an empty line.
   
By default, the script will do one page per second. If you'd like to modify that, add the config <code>massProtectDelay</code> before importing the script with your own number (in milliseconds) instead.
+
By default, the script will do one page per second. If you'd like to modify that, add the config <code>window.massProtectDelay</code> before importing the script with your own number (in milliseconds) instead.
   
The option to use the Mass Protect script will appear under your "My Tools" list (the toolbar at the bottom of your screen).
+
The option to use the Mass Protect script will appear under your "My Tools" list (the toolbar at the bottom of your screen).}}}
  +
</includeonly>
 
'''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".'''
 

Revision as of 21:05, 27 February 2019

MassProtect provides a link to a modal which allows the user to list pages to be protected. Protection options include edit, move, upload, and create with various levels: unset, none ("Allow all users"), autoconfirmed ("Block new and unregistered users"), and sysop ("Administrators and Content Moderators only").

Installation

Usage

In order to protect multiple pages, add the page names (not page URLs) each on a new line (including their namespace if necessary) and proceed to protect them. The script will stop when it reaches an empty line.

By default, the script will do one page per second. If you'd like to modify that, add the config window.massProtectDelay before importing the script with your own number (in milliseconds) instead.

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

Text above can be found here (edit)