Trợ giúp về API MediaWiki

This is an auto-generated MediaWiki API documentation page.

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

list=allfileusages (af)

(main | query | allfileusages)
  • Mô đun này cần quyền đọc.
  • This module can be used as a generator.
  • Source: MediaWiki
  • License: GPL-2.0-or-later

List all file usages, including non-existing.

Các tham số:
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.

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.
Các giá trị (phân tách bằng |): ids, title
Mặc định: title
aflimit

Có bao nhiêu số hạng mục được trả về.

Không cho phép hơn 500 (5.000 đối với các bot).
Type: integer or max
Mặc định: 10
afdir

The direction in which to list.

Một trong các giá trị: ascending, descending
Mặc định: ascending