Extension:Backdrop/pl

Category:MIT licensed extensions/pl
Podręcznik rozszerzeń MediaWiki
Backdrop
Status wydania: stabilneCategory:Stable extensions/pl
Realizacja Funkcja parsera Category:Parser function extensions/pl
Opis Provides reader specific background customisations
Autor(zy) Sanjay Thiyagarajan (Techwizziedyskusja)
Ostatnia wersja 1.0.0 (2023-04-28)
MediaWiki 1.37.0+Category:Extensions with manual MediaWiki version
Zmiany w bazie danych Nie
Licencja Licencja MIT
Pobieranie Category:Extensions in GitHub version control/pl
Category:All extensions/pl

The Backdrop extension provides a reader specific wiki customization with respect to background, scrolling etc.

Instalacja

  • Pobierz i umieść plik(i) w katalogu o nazwie Backdrop w folderze extensions/.
  • Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
    wfLoadExtension( 'Backdrop' );
    
  • Yes Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.

Użycie

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

Parametry

  • 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
Category:All extensions/pl Category:Extensions in GitHub version control/pl Category:Extensions with manual MediaWiki version Category:MIT licensed extensions/pl Category:ParserFirstCallInit extensions/pl Category:Parser function extensions/pl Category:Stable extensions/pl