MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

list=allfileusages (af)

(main | query | allfileusages)
  • This module requires read rights.
  • This module can be used as a generator.
  • Iturria: MediaWiki
  • Lizentzia: GPL-2.0-or-later

List all file usages, including non-existing.

Parametroak:
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

Balio honekin hasten diren artxibo izenburu guztiak bilatu.

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

Sartu beharreko informazio zatiak:

ids
Adds the page IDs of the using pages (cannot be used with afunique).
title
Fitxategiaren izenburua gehitzen du.
Values (separate with | or alternative): ids, title
Default: title
aflimit

Guztira bueltatzeko elementu kopurua.

Mota: osokoa edo max
The value must be between 1 and 500.
Default: 10
afdir

Zerrendatzeko norabidea.

One of the following values: ascending, descending
Default: ascending
Adibideak:
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 [open in sandbox]
Zerrendatu artxibo izenburu bakarrak.
api.php?action=query&list=allfileusages&afunique=&affrom=B [open in sandbox]
Artxibo izenburu guztiak hartzen ditu, falta direnak markatuz.
api.php?action=query&generator=allfileusages&gafunique=&gaffrom=B [open in sandbox]
Artxiboak dituzten orriak lortzen ditu.
api.php?action=query&generator=allfileusages&gaffrom=B [open in sandbox]