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)
  • Denna modul kräver läsrättigheter.
  • Denna modul kan användas som en generator.

Lista all fil användningsområden, inklusive icke-existerande.

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

Sök för all fil-titlar som börjar med detta värde.

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.
värden (separade med "|"): ids, title
Default: title
aflimit

Hur många saker att returnera totalt.

Inte mer än 500 (5 000 för robotar) tillåts.
Default: 10
afdir

Riktningen att lista mot.

ett värde: ascending, descending
Default: ascending
Examples:
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
Lista unika filtitlar
api.php?action=query&list=allfileusages&afunique=&affrom=B
Hämtar alla fil titlar, markerar dem saknade.
api.php?action=query&generator=allfileusages&gafunique=&gaffrom=B
Hämtar sidor som innehåller filerna.
api.php?action=query&generator=allfileusages&gaffrom=B