MediaWiki-API-Hilfe

Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.

Dokumentation und Beispiele: https://www.mediawiki.org/wiki/API/de

list=allfileusages (af)

(main | query | allfileusages)
  • Dieses Modul erfordert Leserechte.
  • Dieses Modul kann als Generator verwendet werden.

List all file usages, including non-existing.

Parameter:
afcontinue

When more results are available, use this to continue.

affrom

The title of the file to start enumerating from.

afto

The title of the file to stop enumerating at.

afprefix

Search for all file titles that begin with this value.

afunique

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

afprop

Which pieces of information to include:

ids
Adds the page ID of the using page (cannot be used with afunique).
title
Adds the title of the file.
Werte (mit | trennen): ids, title
Standard: title
aflimit

Wie viele Gesamtobjekte zurückgegeben werden sollen.

Nicht mehr als 500 (5.000 für Bots) erlaubt.
Standard: 10
afdir

The direction in which to list.

Ein Wert: ascending, descending
Standard: ascending
Beispiele:
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
Einheitliche Dateititel auflisten
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
Seiten abrufen, die die Dateien enthalten
api.php?action=query&generator=allfileusages&gaffrom=B