Extension:ImportArticles/pl
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 |
Licencja | Licencja publiczna GNU General Public License 3.0 |
Pobieranie | |
Quarterly downloads | 5 (Ranked 127th) |
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 folderzeextensions/
.
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' );
- Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.