API:Pageswithprop/da
Appearance
| This page is part of the MediaWiki Action API documentation. |
| Pageswithprop | ||
|---|---|---|
This module can be used as a generator. | ||
| Præfiks | pwp | |
| Nødvendige rettigheder | ingen | |
| Post only? | Nej | |
| Generated help | Nuværende | |
| Version tilføjet |
| |
List all pages using a given page property.
Parametre
pwppropname: Page prop for which to enumerate pages. Query for pagepropnames or look at Special:PagesWithProp for available page properties on a wiki. Type: stringpwpprop: What pieces of information to include. (Standard:ids|title)ids: Tilføjer side-ID'et.title: Adds the title and namespace ID of the page.value: Adds the value of the page prop.
pwpdir: In which direction to sort. Mulige værdier:ascending,descending(Standard:ascending)pwpcontinue: When more results are available, use this to continue.pwplimit: The maximum number of pages to return. No more than 500 (5000 for bots) allowed. Type: limit (Standard: 10)