Ayuda de la API de MediaWiki

Esta es una página de documentación autogenerada de la API de MediaWiki.

Documentación y ejemplos: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

list=contenttranslationcorpora

(main | query | contenttranslationcorpora)
  • Este módulo requiere permisos de lectura.
  • Fuente: ContentTranslation
  • Licencia: 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.

Parámetros específicos:
Other general parameters are available.
translationid

Identificador de la traducción.

Este parámetro es obligatorio.
Tipo: entero
striphtml

Si quitar todas las etiquetas HTML para devolver texto sin formato.

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.

Valores (separados por | u otro separador): mt, source, user
Predeterminado: source|mt|user