MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
list=automatictranslationdenselanguages
- このモジュールは読み取りの権限を必要とします。
- このモジュールはジェネレーターとして使用できます。
- ソース: 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§ion-titles=true [サンドボックスで開く]