MediaWiki API ヘルプ

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

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

list=embeddedin (ei)

(main | query | embeddedin)
  • このモジュールは読み取りの権限を必要とします。
  • このモジュールはジェネレーターとして使用できます。

Find all pages that embed (transclude) the given title.

パラメーター:
eititle

Title to search. Cannot be used together with eipageid.

eipageid

Page ID to search. Cannot be used together with eititle.

eicontinue

When more results are available, use this to continue.

einamespace

The namespace to enumerate.

値 (|で区切る): 0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15
eidir

The direction in which to list.

値 (いずれか1つ): ascending、descending
既定値: ascending
eifilterredir

How to filter for redirects.

値 (いずれか1つ): all、redirects、nonredirects
既定値: all
eilimit

How many total pages to return.

No more than 500 (5,000 for bots) allowed.
既定値: 10
例:
Show pages transcluding Template:Stub.
api.php?action=query&list=embeddedin&eititle=Template:Stub
Get information about pages transcluding Template:Stub.
api.php?action=query&generator=embeddedin&geititle=Template:Stub&prop=info