Extension:Tabs/pl

From mediawiki.org
This page is a translated version of the page Extension:Tabs and the translation is 8% complete.
Podręcznik rozszerzeń MediaWiki
Tabs
Status wydania: stabilne
Realizacja Znaczniki , Funkcja parsera
Opis Allows simple creation of tab menus, dropdown menus, and collapsible boxes.
Autor(zy) Joeytje50dyskusja
Ostatnia wersja 1.29+ (2018-01-20)
MediaWiki 1.25+
PHP 5.4+
Zmiany w bazie danych Nie
Licencja GNU General Public License 2.0 or later
Pobieranie

  • ‎<tabs>
  • ‎<tab>
Quarterly downloads 101 (Ranked 62nd)
Przetłumacz rozszerzenie Tabs jeżeli jest dostępne na translatewiki.net

The Tabs extension makes it possible to insert tab menus, dropdown menus, and collapsible boxes into any page, using the ‎<tabs /> and ‎<tab> tags, or the {{#tab:}} parser function. This extension requires no JavaScript to work, except for older browsers such as Internet Explorer 8 and lower as a CSS :checked polyfill. As opposed to other extensions, this independence from JavaScript results in having no flash of unstyled content when the page loads.

Installation

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

Configuration

None, but the default background colour for dropdown menus is stored on the "MediaWiki:tabs-dropdown-bgcolor" page.

Usage

Zobacz też