Extension:CollapsibleSections/pl

This extension is professionally maintained by the WikiTeq team.
WikiTeq provides official support for MediaWiki LTS releases only. It may work with other MediaWiki releases.
Category:Extensions by WikiTeq/pl Category:Extensions with invalid or missing type/plCategory:MIT licensed extensions/pl
Podręcznik rozszerzeń MediaWiki
CollapsibleSections
Status wydania: stabilneCategory:Stable extensions/pl
Opis Allows users to collapse and expand content sections on demand
Autor(zy) WikiWorks team
Opiekun(owie) WikiTeq team
Ostatnia wersja 0.0.1
Polityka zgodności Dla każdego wydania MediaWiki, które jest wydaniem wsparcia długoterminowego, istnieje odpowiednia gałąź w rozszerzeniu.
MediaWiki 1.35+Category:Extensions with manual MediaWiki version
Licencja Licencja MIT
Pobieranie Category:Extensions in Wikimedia version control/pl
  • $wgCollapsibleSectionsCollapsedByDefault
  • $wgCollapsibleSectionsEnableDesktop
  • $wgCollapsibleSectionsTag
Quarterly downloads 25 (Ranked 76th)
Przetłumacz rozszerzenie CollapsibleSections jeżeli jest dostępne na translatewiki.net
Problemy Otwarte zadania · Zgłoś błąd
Category:All extensions/pl

The CollapsibleSections extension allows collapsing and expanding content sections as user wants. This extension was created for WikiWorks.

Instalacja

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

Konfiguracja

This extension has 3 configuration parameters:

  • $wgCollapsibleSectionsCollapsedByDefault - enables collapsing of sections. Per default, collapsing is enabled. If you want to disable this option, set value to false
  • $wgCollapsibleSectionsEnableDesktop - enables collapsing of sections on desktop. It is disabled per default, but if you want to enable this, set value to true
  • $wgCollapsibleSectionsTag - (default is `h2`) sets the root section tag to be used for finding collapsible content

Zobacz też

Category:All extensions/pl Category:BeforePageDisplay extensions/pl Category:Extensions by WikiTeq/pl Category:Extensions in Wikimedia version control/pl Category:Extensions included in MyWikis/pl Category:Extensions with invalid or missing type/pl Category:Extensions with manual MediaWiki version Category:MIT licensed extensions/pl Category:ResourceLoaderGetConfigVars extensions/pl Category:Stable extensions/pl