MediaWiki API ヘルプ

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

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

list=allfileusages (af)

(main | query | allfileusages)
  • このモジュールは読み取りの権限を必要とします。
  • このモジュールはジェネレーターとして使用できます。
  • Source: MediaWiki
  • License: GPL-2.0+

List all file usages, including non-existing.

パラメーター:
afcontinue

When more results are available, use this to continue.

affrom

列挙を開始するファイルのタイトル。

afto

列挙を終了するファイルのタイトル。

afprefix

この値で始まるすべてのファイルのタイトルを検索する。

afunique

Only show distinct file titles. Cannot be used with afprop=ids. When used as a generator, yields target pages instead of source pages.

Type: boolean (details)
afprop

Which pieces of information to include:

ids
Adds the page IDs of the using pages (cannot be used with afunique).
title
Adds the title of the file.
値 (|で区切る): ids、title
既定値: title
aflimit

How many total items to return.

No more than 500 (5,000 for bots) allowed.
Type: integer or max
既定値: 10
afdir

The direction in which to list.

値 (次の値のいずれか1つ): ascending、descending
既定値: ascending
例:
List file titles, including missing ones, with page IDs they are from, starting at B.
api.php?action=query&list=allfileusages&affrom=B&afprop=ids|title
List unique file titles.
api.php?action=query&list=allfileusages&afunique=&affrom=B
Gets all file titles, marking the missing ones.
api.php?action=query&generator=allfileusages&gafunique=&gaffrom=B
Gets pages containing the files.
api.php?action=query&generator=allfileusages&gaffrom=B