Extension:AuthorProtect/fr

From Linux Web Expert

Manuel des extensions MediaWiki
AuthorProtect
État de la version : stable
Implémentation Droits utilisateur , Action de page
Description Permet à l'auteur d'une page de la protéger des autres utilisateurs
Auteur(s) Ryan Schmidt (Skizzerztalk)
Dernière version 1.4.0 (2017-11-25)
MediaWiki 1.29+
Licence Aucune licence spécifiée
Téléchargement
Téléchargements trimestriels Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Utilisé par les wikis publics Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Traduire l’extension AuthorProtect sur translatewiki.net si elle y est disponible

L'extension AuthorProtect permet aux auteurs des pages de les protéger contre les non-auteurs, et ceci page par page. Authors with the 'authorprotect' permission will gain a protect tab on pages that gives them (author) access to this interface. Because logs and anonymous users don't mix very well (as with the fact that all anonymous users share the same user id), anonymous users are unable to use this extension regardless of if they have the 'authorprotect' right or not.

Do not assign the author right via GroupPermissions (except to those who you want to be able to edit author-protected pages)! Ce droit est automatiquement attribué à l'auteur de la page. Assigning this right via $wgGroupPermissions gives that group the ability to edit all author-protected pages, regardless of if they are the author of the page or not (by default user group administrators have this right).

Installation

  • <translate> [[<tvar name=2>Special:ExtensionDistributor/AuthorProtect/fr</tvar>|Download]] and move the extracted <tvar name=name>AuthorProtect/fr</tvar> folder to your <tvar name=ext>extensions/</tvar> directory.</translate>
    <translate> Developers and code contributors should install the extension [[<tvar name=git>Special:MyLanguage/Download from Git</tvar>|from Git]] instead, using:</translate>cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/AuthorProtect%2Ffr
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'AuthorProtect/fr' );
    
  • File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>

Voir aussi