Extension:FileImporter/pl

This page is a translated version of the page Extension:FileImporter and the translation is 7% complete.
Podręcznik rozszerzeń MediaWiki
FileImporter
Status wydania: stabilne
Realizacja Interfejs użytkownika
Opis Enables users to easily import files (including histories) to a wiki
Autor(zy) Wikimedia Germany (WMDE)
Ostatnia wersja continuous updates
Polityka zgodności Snapshots releases along with MediaWiki. Master nie jest kompatybilny wstecznie.
Licencja Licencja GNU General Public License 2.0 lub nowsza
Pobieranie
  • $wgFileImporterAccountForSuppressedUsername
  • $wgFileImporterCommonsHelperServer
  • $wgFileImporterMaxAggregatedBytes
  • $wgFileImporterCommonsHelperBasePageName
  • $wgFileImporterCommonsHelperHelpPage
  • $wgFileImporterTextForPostImportRevision
  • $wgFileImporterRequiredRight
  • $wgFileImporterSourceSiteServices
  • $wgFileImporterWikidataEntityEndpoint
  • $wgFileImporterInterWikiMap
  • $wgFileImporterCodexMode
  • $wgFileImporterMaxRevisions
  • $wgFileImporterSourceWikiTemplating
  • $wgFileImporterShowInputScreen
  • $wgFileImporterSourceWikiDeletion
  • $wgFileImporterCommentForPostImportRevision
  • $wgFileImporterWikidataNowCommonsEntity
Quarterly downloads 20 (Ranked 116th)
Przetłumacz rozszerzenie FileImporter jeżeli jest dostępne na translatewiki.net
Problemy Otwarte zadania · Zgłoś błąd

The FileImporter extension provides a simple interface accepting a single URL which can be used to import files to a wiki.

Instalacja

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

Documentation

A detailed documentation of the workflow and the configuration of the extension can be found in the README.md file inside the source repository. Additionally to that there is a list of metrics data recorded to further inspect occurring problems and the usage of the extension in metrics.md.