MediaWiki API súgó

Ez egy automatikusan generált MediaWiki-API-dokumentációs lap.

Dokumentáció és példák: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

list=contenttranslationcorpora

(main | query | contenttranslationcorpora)
  • Ez a modul olvasási jogot igényel.
  • Forrás: ContentTranslation
  • Licenc: 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.

Jellemző paraméterek:
Other general parameters are available.
translationid

A fordítás azonosítója.

Ez a paraméter kötelező.
Típus: egész szám
striphtml

Whether to strip all HTML tags to return plaintext.

Típus: logikai (részletek)
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.

Értékek (elválasztó: | vagy más): mt, source, user
Alapértelmezett: source|mt|user