MediaWiki-API-Hilfe

Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.

Dokumentation und Beispiele: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

list=contenttranslationcorpora

(main | query | contenttranslationcorpora)
  • Dieses Modul erfordert Leserechte.
  • Quelle: ContentTranslation
  • Lizenz: GPL-2.0-or-later

Get the section-aligned parallel text for a given translation. See also list=cxpublishedtranslations. Dumps are provided in different formats for high volume access.

Spezifische Parameter:
Weitere allgemeine Parameter sind verfügbar.
translationid

Kennung der Übersetzung.

Dieser Parameter ist erforderlich.
Typ: Ganzzahl
striphtml

Ob alle HTML-Tags entfernt werden sollen, um Klartext zurückzugeben.

Type: boolean (details)
types

By default you will get all three of following if available: source text, machine translation and the postedited translation by the user. This parameter allows you not return some of these types.

Werte (mit | trennen oder Alternative): mt, source, user
Standard: source|mt|user