MediaWiki API yardımı
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
list=pageswithprop (pwp)
- This module requires read rights.
- This module can be used as a generator.
- Source: MediaWiki
- License: GPL-2.0+
List all pages using a given page property.
Parametre:
- pwppropname
Page prop for which to enumerate pages.
- This parameter is required.
- 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 prop.
- Values (separate with |): ids, title, value
- Varsayılan: ids|title
- pwpcontinue
When more results are available, use this to continue.
- pwplimit
The maximum number of pages to return.
- 500 taneden fazla (botlar için 5.000) olamaz.
- Type: integer or max
- Varsayılan: 10
- pwpdir
In which direction to sort.
- One of the following values: ascending, descending
- Varsayılan: ascending
Examples:
- List the first 10 pages using
{{DISPLAYTITLE:}}
. - api.php?action=query&list=pageswithprop&pwppropname=displaytitle&pwpprop=ids|title|value
- Get additional information about the first 10 pages using
__NOTOC__
. - api.php?action=query&generator=pageswithprop&gpwppropname=notoc&prop=info