මාධ්‍යවිකි API උදවු

මෙය ස්වයං-ජනිත මාධ්‍යවිකි API ප්‍රලේඛන පිටුවකි.

ප්‍රලේඛනය සහ උදාහරණ: https://www.mediawiki.org/wiki/API

list=allfileusages (af)

(main | query | allfileusages)
  • මෙම ඒකකය සදහා හිමිකම් කියවීම අවශ්‍ය වේ.
  • මෙම ආකෘතිය උත්පාදකයක් ලෙස භාවිතා කල හැක.
  • Source: MediaWiki
  • License: GPL-2.0+

List all file usages, including non-existing.

පරාමිතීන්:
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.
වටිනාකම් ("|" සමග වෙන් කරන්න): ids, title
Default: title
aflimit

How many total items to return.

500 කට වැඩ අනුමත කරන්නේ නැත (5,000 බොට්ස් සදහාය).
Type: integer or max
Default: 10
afdir

The direction in which to list.

එක් වටිනාකමක්: ascending, descending
Default: ascending
උදාහරණ:
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]
List unique file titles.
api.php?action=query&list=allfileusages&afunique=&affrom=B [open in sandbox]
Gets all file titles, marking the missing ones.
api.php?action=query&generator=allfileusages&gafunique=&gaffrom=B [open in sandbox]
Gets pages containing the files.
api.php?action=query&generator=allfileusages&gaffrom=B [open in sandbox]
"http://encyclopedia.gov.lk/si_encyclopedia/index.php/විශේෂ:ApiHelp" වෙතින් සම්ප්‍රවේශනය කෙරිණි