미디어위키 API 도움말

이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.

설명 문서 및 예시: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

list=contenttranslationcorpora

(main | query | contenttranslationcorpora)
  • 이 모듈은 read 권한을 요구합니다.
  • 출처: ContentTranslation
  • 라이선스: 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.

특정 변수:
다른 일반 변수를 사용할 수 있습니다.
translationid

번역 ID

이 변수는 필수입니다.
유형: 정수
striphtml

Whether to strip all HTML tags to return plaintext.

유형: 불리언 (자세한 정보)
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.

값 (|로 구분): mt, source, user 또는 다른 문자열: mt, source, user
기본값: source|mt|user