Ajuda API da MediaWiki

Esta é uma página de documentação API do MediaWiki gerada automaticamente.

Documentação e exemplos: https://www.mediawiki.org/wiki/API

list=pageswithprop (pwp)

(main | query | pageswithprop)
  • This module requires read rights.
  • This module can be used as a generator.
  • Fonte: MediaWiki
  • Licença: GPL-2.0+

List all pages using a given page property.

Parâmetros:
pwppropname

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

Este parâmetro é obrigatório.
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.
Valores (separar com |): ids, title, value
Padrão: ids|title
pwpcontinue

When more results are available, use this to continue.

pwplimit

The maximum number of pages to return.

No more than 500 (5 000 for bots) allowed.
Tipo: inteiro ou max
Padrão: 10
pwpdir

In which direction to sort.

Um dos seguintes valores: ascending, descending
Padrão: ascending