MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

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

list=pageswithprop (pwp)

(main | query | pageswithprop)
  • Denna modul kräver läsrättigheter.
  • Denna modul kan användas som en generator.
  • Source: MediaWiki
  • License: GPL-2.0-or-later

Lista alla sidor som använder en angiven sidegenskap.

Parametrar:
pwppropname

Page property for which to enumerate pages (action=query&list=pagepropnames returns page property names in use).

Den här parametern är obligatorisk.
pwpprop

Which pieces of information to include:

ids
Adds the page ID.
title
Adds the title and namespace ID of the page.
value
Adds the value of the page property.
Värden (separerade med | eller alternativ): ids, title, value
Default: ids|title
pwpcontinue

When more results are available, use this to continue.

pwplimit

The maximum number of pages to return.

Type: integer or max
The value must be between 1 and 500.
Default: 10
pwpdir

In which direction to sort.

Ett av följande värden: ascending, descending
Default: ascending