Extension:ImportArticles/pl

From mediawiki.org
This page is a translated version of the page Extension:ImportArticles and the translation is 20% complete.
Podręcznik rozszerzeń MediaWiki
ImportArticles
Status wydania: stabilne
Realizacja Ajax
Opis Adds an ImportArticles used for JavaScript to import multiple CSS/JS pages at once.
Autor(zy) Developawsdyskusja
Ostatnia wersja 1.4 (2017-01-26)
MediaWiki 1.25+
Zmiany w bazie danych Nie
Composer mediawiki/import-articles
Licencja GNU General Public License 3.0
Pobieranie
Quarterly downloads 5 (Ranked 144th)
Przetłumacz rozszerzenie ImportArticles jeżeli jest dostępne na translatewiki.net
Problemy Otwarte zadania · Zgłoś błąd

The ImportArticles extension adds a JavaScript that is loaded on the page, which allows the importation of multiple JS and CSS at once. This is usable in the MediaWiki namespace for the skin, or in the users namespace for their local modifications.

Instalacja

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