Extension:Wikisource/pl

This page is a translated version of the page Extension:Wikisource and the translation is 60% complete.
Podręcznik rozszerzeń MediaWiki
Wikisource
Status wydania: stabilne
Opis Wikisource-specific MediaWiki customizations
Autor(zy) Community Tech and Tpt
Polityka zgodności Snapshots releases along with MediaWiki. Master nie jest kompatybilny wstecznie.
Licencja Licencja GNU General Public License 2.0 lub późniejsza
Pobieranie
Pomoc Help:Extension:Wikisource/pl
  • $wgWikisourceHttpProxy
  • $wgWikisourceOcrUrl
  • $wgWikisourceEnableOcr
  • $wgWikisourceWikibaseEditionProperty
  • $wgWikisourceTranskribusModels
  • $wgWikisourceWikibaseEditionOfProperty
  • $wgWikisourceWsExportUrl
Quarterly downloads 5 (Ranked 131st)
Przetłumacz rozszerzenie Wikisource jeżeli jest dostępne na translatewiki.net
Problemy Otwarte zadania · Zgłoś błąd

Wikisource is an extension to provide specific customizations for Wikisource wikis, including enhanced integration with Wikibase, the WS Export tool, and Wikimedia OCR.

End-user help is available at Help:Extension:Wikisource.

Warunki wstępne

Instalacja

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

Parametry konfiguracyjne

$wgWikisourceWikibaseEditionProperty
identifier of the Wikibase property has edition or translation (P747). By default P747 (the identifier of this property in Wikidata).
$wgWikisourceWikibaseEditionOfProperty
identifier of the Wikibase property edition or translation of (P629). By default P629 (the identifier of this property in Wikidata).
$wgWikisourceWsExportUrl
URL used for the sidebar links to WS Export (in $wgContentNamespaces only)
$wgWikisourceEnableOcr
Whether to show the OCR toolbar UI. Defaults to false.
$wgWikisourceOcrUrl
URL of the OCR tool, linked from the toolbar when editing in the Page namespace.