MediaWiki API ヘルプ

このページは自動生成された MediaWiki API の説明文書ページです。

説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

prop=linkshere (lh)

(main | query | linkshere)
  • このモジュールは読み取りの権限を必要とします。
  • このモジュールはジェネレーターとして使用できます。
  • ソース: MediaWiki
  • ライセンス: GPL-2.0-or-later

与えられたページにリンクしているすべてのページを返します。

パラメーター:
lhprop

取得するプロパティ:

pageid
各ページのページID。
title
各ページのページ名。
redirect
Flag if the page is a redirect.
値 (| または別の文字列で区切る): pageid、redirect、title
既定: pageid|title|redirect
lhnamespace

Only include pages in these namespaces.

値 (| または別の文字列で区切る): 0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15、102、103、106、107、108、109、112、113、114、115、274、275、420、421
すべての値を指定するには、*を用いてください。
lhshow

Show only items that meet these criteria:

redirect
Only show redirects.
!redirect
Only show non-redirects.
値 (| または別の文字列で区切る): !redirect、redirect
lhlimit

How many to return.

型: 整数または max
値は1以上500以下です。
既定: 10
lhcontinue

When more results are available, use this to continue.