Erweiterung:Wikisource

From mediawiki.org
This page is a translated version of the page Extension:Wikisource and the translation is 100% complete.
MediaWiki-Erweiterungen
Wikisource
Freigabestatus: stabil
Beschreibung Wikisource-spzeifische MediaWiki-Anpassungen
Autor(en) Community Tech and Tpt
KompatibilitÀtspolitik Snapshots werden zusammen mit MediaWiki veröffentlicht. Der Master ist nicht abwÀrtskompatibel.
MediaWiki >= 1.42
Lizenz GNU General Public License 2.0 oder spÀter
Herunterladen
Hilfe Help:Extension:Wikisource/de
  • $wgWikisourceHttpProxy
  • $wgWikisourceOcrUrl
  • $wgWikisourceEnableOcr
  • $wgWikisourceWikibaseEditionProperty
  • $wgWikisourceTranskribusModels
  • $wgWikisourceWikibaseEditionOfProperty
  • $wgWikisourceWsExportUrl
Quarterly downloads 6 (Ranked 134th)
Übersetze die Wikisource-Erweiterung, wenn sie auf translatewiki.net verfĂŒgbar ist
Probleme Offene Aufgaben · Einen Fehler melden

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.

Voraussetzungen

Installation

  • Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens Wikisource im Ordner extensions/ ablegen.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/Wikisource
  • Folgenden Code am Ende deiner LocalSettings.php -Datei einfĂŒgen:
    wfLoadExtension( 'Wikisource' );
    
  • Yes Erledigt – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu ĂŒberprĂŒfen.

Konfigurationsparameter

$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.