MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

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

list=allfileusages (af)

(main | query | allfileusages)
  • Denne modulen krever lesetilgang.
  • Denne modulen kan brukes som en generator.
  • Kilde: MediaWiki
  • Lisens: GPL-2.0-or-later

List all file usages, including non-existing.

Parametre:
afcontinue

Når flere resultater er tilgjengelige, bruk denne for å fortsette.

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.

Type: boolsk verdi (detaljer)
afprop

Hvilken informasjon som skal inkluderes:

ids
Adds the page IDs of the using pages (cannot be used with afunique).
title
Legger til filens tittel.
Verdier (separer med | eller alternativ): ids, title
Standard: title
aflimit

Hvor mange elementer som skal returneres totalt.

Ikke mer enn 500 (5 000 for botter) er tillatt.
Type: heltall eller max
Standard: 10
afdir

Retningen det skal listes opp i.

Én av følgende verdier: ascending, descending
Standard: ascending