Extension:ProtectSite
Jump to navigation
Jump to search
| ProtectSite Release status: stable |
|
|---|---|
| Implementation | Special page |
| Description | Allows a site administrator to temporarily block various site modifications |
| Author(s) | Eric Johnston Chris Stafford Jack Phoenix |
| Latest version | 0.5.0 (2016-12-05) |
| MediaWiki | 1.34+ |
| Database changes | No |
| License | GNU General Public License 2.0 or later |
| Download | |
|
$wgProtectSiteLimit $wgProtectSiteDefaultTimeout $wgProtectSiteExempt |
|
|
protectsite |
|
| Translate the ProtectSite extension if it is available at translatewiki.net | |
| Check usage and version matrix. | |
ProtectSite extension adds a new special page, Special:ProtectSite, where users with the protectsite user right can block various site modifications.
When the ProtectSite extension is used, it will show up in the protection log (Special:Log/protect) as a protection of Special:AllPages.
Installation[edit]
- Download and place the file(s) in a directory called
ProtectSitein yourextensions/folder.
- Add the following code at the bottom of your LocalSettings.php:
wfLoadExtension( 'ProtectSite' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
User rights[edit]
By default the bureaucrat group has the protectsite right, which is required to access the special page.
Parameters[edit]
$wgProtectSiteLimit— maximum time allowed for protection of the site$wgProtectSiteDefaultTimeout— default timeout,1 hourby default$wgProtectSiteExempt— array of non-sysop user groups to be not affected by rights changes