API:Pageswithprop
Appearance
![]() | Tato stránka je součástí dokumentace k API Action MediaWiki. |
Pageswithprop | ||
---|---|---|
Tento modul nelze použít jako zdroj. | ||
Předpona | pwp | |
Požadovaná práva | žádná | |
Pouze příspěvek? | Ne | |
Zdroj nápovědy | Aktuální | |
Přidaná verze |
|
Seznam všech stránek používajících danou vlastnost stránky.
Parametry
pwppropname
: Page prop for which to enumerate pages. Query for pagepropnames or look at Special:PagesWithProp for available page properties on a wiki. Typ: stringpwpprop
: What pieces of information to include. (Výchozí:ids|title
)ids
: Adds the page ID.title
: Adds the title and namespace ID of the page.value
: Adds the value of the page prop.
pwpdir
: In which direction to sort. Možné hodnoty:ascending
,descending
(Výchozí:ascending
)pwpcontinue
: When more results are available, use this to continue.pwplimit
: The maximum number of pages to return. Není povoleno více než 500 (pro roboty 5000). Typ: limit (Výchozí: 10)