Pomoć oko Medijavikijevog API-ja

Ovo je automatski generisana dokumentacija za Medijaviki API

Dokumentacija i primeri: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

list=contenttranslationcorpora

(main | query | contenttranslationcorpora)
  • This module requires read rights.
  • Izvor: ContentTranslation
  • Licenca: 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:
Other general parameters are available.
translationid

ID prevoda.

This parameter is required.
Type: integer
striphtml

Da li se rešiti svih HTML tagova i dobiti običan tekst.

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.

Values (separate with | or alternative): mt, source, user
Default: source|mt|user