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=oldreviewedpages (or)
- Questo modulo richiede i diritti di lettura.
- Questo modulo può essere utilizzato come generatore.
- Fonte: Verifica delle versioni
- Licenza: GPL-2.0-or-later
Enumerates pages that have changes pending review.
Parametri specifici:
Sono disponibili altri parametri generali.
- orstart
Start listing at this timestamp.
- Tipo: timestamp (formati consentiti)
- orend
Stop listing at this timestamp.
- Tipo: timestamp (formati consentiti)
- ordir
In which direction to enumerate:
- Uno dei seguenti valori: newer, older
- Predefinito: newer
- ormaxsize
Maximum character count change size.
- Type: integer
- The value must be no less than 0.
- orfilterwatched
How to filter for pages on your watchlist.
- Uno dei seguenti valori: all, watched
- Predefinito: all
- ornamespace
The namespaces to enumerate.
- Valori (separati da | o alternativa): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 828, 829, 1198, 1199
- Per specificare tutti i valori, utilizza *.
- Predefinito: 0
- orcategory
Show pages only in the given category.
- orfilterredir
How to filter for redirects.
- Uno dei seguenti valori: all, nonredirects, redirects
- Predefinito: all
- orlimit
How many total pages to return.
- Tipo: intero o max
- The value must be between 1 and 500.
- Predefinito: 10
Esempi:
- Show a list of pages with pending unreviewed changes
- api.php?action=query&list=oldreviewedpages&ornamespace=0 [apri in una sandbox]
- Show info about some old reviewed pages
- api.php?action=query&generator=oldreviewedpages&gorlimit=4&prop=info [apri in una sandbox]