Extension:Tabs/pl

Category:Extensions incompatible with 1.42/pl Category:GPL licensed extensions/pl
Podręcznik rozszerzeń MediaWiki
Tabs
Status wydania: stabilneCategory:Stable extensions/pl
Realizacja Znaczniki Category:Tag extensions/pl, Funkcja parsera Category:Parser function extensions/pl
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+Category:Extensions with manual MediaWiki version
PHP 5.4+
Zmiany w bazie danych Nie
Licencja Licencja GNU General Public License 2.0 lub nowsza
Pobieranie Category:Extensions in Wikimedia version control/pl
  • <tabs>
  • <tab>
Quarterly downloads 38 (Ranked 72nd)
Przetłumacz rozszerzenie Tabs jeżeli jest dostępne na translatewiki.net
Category:All extensions/pl

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.

Instalacja

  • 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.

Konfiguracja

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

Użycie

Zobacz Extension:Tabs/Usage.

Zobacz też

Category:All extensions/pl Category:Extensions in Wikimedia version control/pl Category:Extensions included in Miraheze/pl Category:Extensions included in MyWikis/pl Category:Extensions included in WikiForge/pl Category:Extensions incompatible with 1.42/pl Category:Extensions with manual MediaWiki version Category:GPL licensed extensions/pl Category:ParserFirstCallInit extensions/pl Category:Parser function extensions/pl Category:Stable extensions/pl Category:Tag extensions/pl