Помош со Извршникот на МедијаВики

Ова е самосоздадена документациска страница за извршникот на МедијаВики.

Документација и примери: https://www.mediawiki.org/wiki/API

list=imageusage (iu)

(main | query | imageusage)
  • За овој модул се потребни права на читање.
  • Овој модул може да се користи како создавач.
  • Извор: MediaWiki
  • Лиценца: GPL-2.0+

Find all pages that use the given image title.

Параметри:
iutitle

Title to search. Cannot be used together with iupageid.

iupageid

Page ID to search. Cannot be used together with iutitle.

Тип: цел број
iucontinue

Употребете го ова за да продолжите кога има повеќе расположиви ставки.

iunamespace

The namespace to enumerate.

Вредности (одделете ги со |): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
To specify all values, use *.
iudir

The direction in which to list.

Една вредност: ascending, descending
По основно: ascending
iufilterredir

How to filter for redirects. If set to nonredirects when iuredirect is enabled, this is only applied to the second level.

Една вредност: all, redirects, nonredirects
По основно: all
iulimit

How many total pages to return. If iuredirect is enabled, the limit applies to each level separately (which means up to 2 * iulimit results may be returned).

Не се допушта повеќе од 500 (5.000 за ботови).
Тип: цел број или max
По основно: 10
iuredirect

If linking page is a redirect, find all pages that link to that redirect as well. Maximum limit is halved.

Тип: булов (подробно)