Extension:Wikisource/de-formal

This page is a translated version of the page Extension:Wikisource and the translation is 20% complete.
MediaWiki extensions manual
Wikisource
Release status: stable
Description Wikisource-specific MediaWiki customizations
Author(s) Community Tech and Tpt
Compatibility policy Snapshots releases along with MediaWiki. Master is not backward compatible.
MediaWiki >= 1.42
License GNU General Public License 2.0 or later
Download
  • $wgWikisourceHttpProxy
  • $wgWikisourceOcrUrl
  • $wgWikisourceEnableOcr
  • $wgWikisourceWikibaseEditionProperty
  • $wgWikisourceTranskribusModels
  • $wgWikisourceWikibaseEditionOfProperty
  • $wgWikisourceWsExportUrl
Quarterly downloads 6 (Ranked 136th)
Translate the Wikisource extension if it is available at translatewiki.net
Issues Open tasks · Report a bug

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.

Prerequisites

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 Ihrer LocalSettings.php -Datei hinzufügen:
    wfLoadExtension( 'Wikisource' );
    
  •   Done – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.

Configuration parameters

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