MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/API
prop=langlinks (ll)
- このモジュールは読み取りの権限を必要とします。
- Source: MediaWiki
- License: GPL-2.0+
Returns all interlanguage links from the given pages.
パラメーター:
- llprop
Which additional properties to get for each interlanguage link:
- url
- Adds the full URL.
- langname
- Adds the localised language name (best effort). Use llinlanguagecode to control the language.
- autonym
- Adds the native language name.
- 値 (|で区切る): url、langname、autonym
- lllang
この言語コードの言語間リンクのみを返す。
- lltitle
検索するリンク。lllangと同時に使用しなければなりません。
- lldir
The direction in which to list.
- 値 (次の値のいずれか1つ): ascending、descending
- 既定値: ascending
- llinlanguagecode
Language code for localised language names.
- 既定値: ja
- lllimit
返す言語間リンクの数。
- No more than 500 (5,000 for bots) allowed.
- Type: integer or max
- 既定値: 10
- llcontinue
When more results are available, use this to continue.
- llurl
- 廃止予定です。
完全なURLを取得するかどうか (llpropとは同時に使用できません).
- Type: boolean (details)
例:
- Main Page にある言語間リンクを取得する。
- api.php?action=query&prop=langlinks&titles=Main%20Page&redirects=