Extension:NewsBox/fr

From Linux Web Expert

Manuel des extensions MediaWiki
NewsBox
État de la version : stable
Implémentation Habillage
Description Adds a news box below the toolbox [sic]
Auteur(s) Jack Phoenix
Dernière version 2.1.5
MediaWiki 1.39.7+
Licence Aucune licence spécifiée
Téléchargement
Version history
Exemple Any ShoutWiki site
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 NewsBox sur translatewiki.net si elle y est disponible

The NewsBox extension adds a news box to the left-hand sidebar, normally below the toolbox.

It works on all skins which call the SkinBuildSidebar hook — this includes all core skins (Cologne Blue, Modern, MonoBook and Vector) — as well as certain custom skins (Monaco, for example). NewsBox does not currently support the Nimbus skin.

Installation

  • <translate> [[<tvar name=2>Special:ExtensionDistributor/NewsBox/fr</tvar>|Download]] and move the extracted <tvar name=name>NewsBox/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/NewsBox%2Ffr
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'NewsBox/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>