Jump to content

API:Pageswithprop

From mediawiki.org
This page is a translated version of the page API:Pageswithprop and the translation is 25% complete.

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: string
  • pwpprop: 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)