Jump to content

Extension:RegularTooltips/pl

From mediawiki.org
This page is a translated version of the page Extension:RegularTooltips and the translation is 29% complete.
Podręcznik rozszerzeń MediaWiki
RegularTooltips
Status wydania: stabilne
Realizacja Funkcja parsera
Opis Provides inline tooltips and popup-based tooltips
Autor(zy) Sanjay Thiyagarajan (Techwizziedyskusja)
Ostatnia wersja 1.0.0 (2022-02-16)
MediaWiki 1.32.0+
Zmiany w bazie danych Nie
Licencja Licencja MIT
Pobieranie
Quarterly downloads 8 (Ranked 123rd)
Przetłumacz rozszerzenie RegularTooltips jeżeli jest dostępne na translatewiki.net

The RegularTooltips extension provides inline tooltips and popup-based tooltips

Instalacja

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


Użycie

Inline tooltip

{{#inline-tooltip: text | tooltip-text}}

Info tooltip

{{#info-tooltip: tooltip-text}}