Extension: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.41.0 |
License | GNU General Public License 2.0 or later |
Download | |
Help | Help:Extension:Wikisource |
|
|
Quarterly downloads | 13 (Ranked 163rd) |
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[edit]
- The Wikidata integration depends on WikibaseClient extension.
- WS Export integration depends on the WS Export tool, installation of which is documented at wikitech:Nova Resource:Wikisource/Wikisource Export.
- OCR integration depends on the ProofreadPage extension and the Wikimedia OCR tool, installation of which is documented at wikitech:Nova Resource:Wikisource/Wikimedia OCR.
Installation[edit]
- Download and place the file(s) in a directory called
Wikisource
in yourextensions/
folder. - Add the following code at the bottom of your
LocalSettings.php
:wfLoadExtension( 'Wikisource' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Configuration parameters[edit]
$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.
![]() | This extension is being used on one or more Wikimedia projects. This probably means that the extension is stable and works well enough to be used by such high-traffic websites. Look for this extension's name in Wikimedia's CommonSettings.php and InitialiseSettings.php configuration files to see where it's installed. A full list of the extensions installed on a particular wiki can be seen on the wiki's Special:Version page. |
Categories:
- Stable extensions
- Extensions with invalid or missing type
- GPL licensed extensions
- Extensions in Wikimedia version control
- ArticleViewHeader extensions
- EditPage::showEditForm:initial extensions
- SidebarBeforeOutput extensions
- WikibaseClientSiteLinksForItem extensions
- All extensions
- Extensions used on Wikimedia