Jump to content

Extension:CollapsibleVector/pl

From mediawiki.org
This page is a translated version of the page Extension:CollapsibleVector and the translation is 11% complete.
Podręcznik rozszerzeń MediaWiki
CollapsibleVector
Status wydania: stabilne
Realizacja MyWiki , Skórka
Opis Improves on the user interface elements of the Vector skin
Autor(zy) Paladox
Ostatnia wersja 0.1.10 (2021-09-19)
MediaWiki 1.35.3+
Zmiany w bazie danych Nie
Composer mediawiki/collapsible-vector
Licencja Licencja GNU General Public License 2.0 lub nowsza
Pobieranie
  • $wgCollapsibleVectorFeatures
Quarterly downloads 56 (Ranked 78th)
Przetłumacz rozszerzenie CollapsibleVector jeżeli jest dostępne na translatewiki.net
Problemy Otwarte zadania · Zgłoś błąd

The CollapsibleVector extension is used for bring back the collapsible navigation portals to the sidebar that were removed from Vector skin.

Instalacja

  • Pobierz i umieść plik(i) w katalogu o nazwie CollapsibleVector w folderze extensions/.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/CollapsibleVector
  • Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
    wfLoadExtension( 'CollapsibleVector' );
    
  • Yes Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.

Features

CollapsibleNav

Make the sections in the left navigation collapsible/expandable.

Enabled by default. Set false to disable CollapsibleNav globally.

$wgCollapsibleVectorFeatures['collapsiblenav']['global'] = false;

Allow users to enable CollapsibleNav in their preferences.

$wgCollapsibleVectorFeatures['collapsiblenav']['user'] = true;