Erweiterung:DoubleWiki

From mediawiki.org
This page is a translated version of the page Extension:DoubleWiki and the translation is 29% complete.
MediaWiki-Erweiterungen
DoubleWiki
Freigabestatus: stabil
Einbindung Benutzer-Schnittstelle
Beschreibung The DoubleWiki extension displays an article and its translation on two columns of the same page.
Autor(en) ThomasVDiskussion
Kompatibilitätspolitik Snapshots werden zusammen mit MediaWiki veröffentlicht. Der Master ist nicht abwärtskompatibel.
MediaWiki >= 1.41
Lizenz GNU General Public License 2.0 oder neuer
Herunterladen
Beispiel http://fr.wikisource.org/wiki/Criton_(trad._Cousin)?match=en
  • $wgDoubleWikiCacheTime
Quarterly downloads 0
Übersetze die DoubleWiki-Erweiterung, wenn sie auf translatewiki.net verfügbar ist
Probleme Offene Aufgaben · Einen Fehler melden

DoubleWiki allows you to compare wikis in two separate languages side by side.

For an example, see http://fr.wikisource.org/wiki/Criton_(trad._Cousin)?match=en. See Wikisource:DoubleWiki Extension for more information.

Verwendung

Appending ?match=<lang code> (or &match=<lang code>) to a url allows you to see a side by side comparison of a page with the same page in another language.

You can use an empty div with a title attribute (for example <div title="some title"/>) to force certain sections to line up.

This extension was made especially for Wikisource (see also bugzilla:4104). For full information on this extension, it is recommended you read the page at wikisource - oldwikisource:Wikisource:DoubleWiki Extension Comments/questions/etc should go on the Wikisource page.

Installation

  • Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens DoubleWiki 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/DoubleWiki
  • Folgenden Code am Ende deiner LocalSettings.php -Datei einfügen:
    wfLoadExtension( 'DoubleWiki' );
    
  • 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

This extension has no configuration parameters, but expects interlanguage links to be configured appropriately. See Interlanguage links and Manual:Interwiki#Interwiki links to other languages. You should ensure all your interlanguage (not interwiki) links are to websites you control, as this extension will load pages from these other language links.