Extension:Backdrop/fr

From Linux Web Expert

Manuel des extensions MediaWiki
Backdrop
État de la version : stable
Implémentation Fonction d'analyseur
Description Fournit au lecteur des personnalisations spécifiques d'arrière-plan
Auteur(s) Sanjay Thiyagarajan (Techwizzietalk)
Dernière version 1.0.0 (2023-04-28)
MediaWiki 1.37.0+
Modifie la base
de données
Non
Licence Licence MIT
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').

L'extension Backdrop fournit au lecteur des personnalisations spécifiques d'arrière-plan, de défilage, etc.

Installation

  • <translate> Download and place the file(s) in a directory called <tvar name=name>Backdrop/fr</tvar> in your <tvar name=ext>extensions/</tvar> folder.</translate>
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'Backdrop/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>

Utilisation

 {{#backdrop: background=Cityatnight.jpg | coverpage=true | hidecontrol=true | titlecolor=white | pagelogo=BBC_logo.png | content-bgcolor=aliceblue | content-textcolor=green }}

Paramètres

  • background - Name of the image to be set as the background
  • coverpage - If a cover page displaying the title of the page along with the page logo is needed
  • hidecontrol - Hides the page controls like Edit, Delete, etc., to everyone but the logged-in user
  • titlecolor - Color to be used for the titles and subtitles throughout the article / page
  • pagelogo - Name of the image to be set as page logo
  • content-bgcolor - Color to be used for the background of the card displaying the main content
  • content-textcolor - Color to be used for the text in the main content