MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

list=contenttranslationcorpora

(main | query | contenttranslationcorpora)
  • Questo modulo richiede i diritti di lettura.
  • Fonte: ContentTranslation
  • Licenza: 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.

Parametri specifici:
Sono disponibili altri parametri generali.
translationid

ID della traduzione.

Questo parametro è obbligatorio.
Type: integer
striphtml

Whether to strip all HTML tags to return plaintext.

Tipo: booleano (dettagli)
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.

Valori (separati da | o alternativa): mt, source, user
Predefinito: source|mt|user