미디어위키 API 도움말

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

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

list=automatictranslationdenselanguages

(main | query | automatictranslationdenselanguages)
  • 이 모듈은 read 권한을 요구합니다.
  • 이 모듈은 생성기로 사용할 수 있습니다.
  • 출처: ContentTranslation
  • 라이선스: GPL-2.0-or-later

Fetch the list of sitelinks for the article that corresponds to a given Wikidata ID, ordered by article size.

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

The Wikidata ID.

이 변수는 필수입니다.
section-titles

A boolean value indicating whether the section titles should be included in the response.

유형: 불리언 (자세한 정보)
예시:
Fetch the list of sitelinks for the 'Moon' article in all available languages, sorted by article size.
api.php?action=query&list=automatictranslationdenselanguages&qid=Q405 [연습장에서 열기]
Fetch the list of sitelinks for the 'Moon' article, including the section titles, in all available languages, sorted by article size.
api.php?action=query&list=automatictranslationdenselanguages&qid=Q405&section-titles=true [연습장에서 열기]