Jump to content

Extension:ContentDroplets/pl

From mediawiki.org
This page is a translated version of the page Extension:ContentDroplets and the translation is 9% complete.
Podręcznik rozszerzeń MediaWiki
ContentDroplets
Status wydania: stabilne
Opis VisualEditor integration for inserting predefined content snippets
Autor(zy) Hallo Welt! GmbH
Ostatnia wersja 3.0.0-alpha
Polityka zgodności Dla każdego wydania MediaWiki, które jest wydaniem wsparcia długoterminowego, istnieje odpowiednia gałąź w rozszerzeniu.
MediaWiki 1.35+
  • $wgContentDropletsDroplets
Licence Licencja GNU General Public License 3.0 wyłącznie
Pobieranie
Przetłumacz rozszerzenie ContentDroplets jeżeli jest dostępne na translatewiki.net

ContentDroplets include tags that were previously accessed from Insert > Magic word in the editor toolbar. They also provide access to some templates that are preconfigured in the wiki, such as message boxes.

Instalacja

  • Pobierz i umieść plik(i) w katalogu o nazwie ContentDroplets 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/ContentDroplets
    
  • Tylko w przypadku instalacji z repozytorium git należy uruchomić Composer, aby zainstalować zależności PHP, poprzez wywołanie composer install --no-dev w katalogu rozszerzenia. (Zobacz T173141 w celu uzyskania informacji o możliwych komplikacjach.)
  • Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
    wfLoadExtension( 'ContentDroplets' );
    
  • Yes Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.