미디어위키 API 도움말
이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.
설명 문서 및 예시: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=markfortranslation
- 이 모듈은 read 권한을 요구합니다.
- 이 모듈은 write 권한을 요구합니다.
- 이 모듈은 POST 요청만을 허용합니다.
- 출처: Translate
- 라이선스: GPL-2.0-or-later
Mark a page for translation
- title
The title of the page to act on. Either title or pageid must be set.
- pageid
The page ID of the page to act on. Either title or pageid must be set.
- 유형: 정수
- revid
Assert that the current version of the page has this revision ID before continuing. If the page has been updated, exit with an error.
- 유형: 정수
- translatetitle
If yes, allow translation of the display title. If no, do not allow translation. If absent, allow translation unless the page previously disallowed translation, or if the page is a template.
- 다음 값 중 하나: no, yes 또는 다른 문자열: no, yes
- prioritylanguages
A list of priority language codes. If this is absent, any previously set value will be retained.
- | 또는 대안으로 값을 구분합니다.
- 값의 최대 수는 1,000입니다.
- forcepriority
This parameter is ignored unless the prioritylanguages parameter is present. If true, prevent translations to languages other than the priority languages.
- 유형: 불리언 (자세한 정보)
- priorityreason
This parameter is ignored unless the prioritylanguages parameter is present. A string giving the reason for priority translation.
- nofuzzyunits
A list of translation unit IDs which should not be fuzzied. This will be merged with the default list, in which any units with only tvar changes will not be fuzzied.
- | 또는 대안으로 값을 구분합니다.
- 값의 최대 수는 1,000입니다.
- fuzzyunits
A list of translation unit IDs which should be fuzzied. This is only useful to override the default and allows fuzzying even units with only tvar changes.
- | 또는 대안으로 값을 구분합니다.
- 값의 최대 수는 1,000입니다.
- forcelatestsyntaxversion
If false, do not use latest syntax version for this page. If absent, latest syntax version is used.
- 유형: 불리언 (자세한 정보)
- transclusion
If yes or absent, enable translation aware transclusion for this page. If no, disable transclusion.
- 다음 값 중 하나: no, yes 또는 다른 문자열: no, yes
- token
"csrf" 토큰은 action=query&meta=tokens에서 가져옵니다
- 이 변수는 필수입니다.