MediaWiki API súgó
Ez egy automatikusan generált MediaWiki API-dokumentációs lap.
Dokumentáció és példák: https://www.mediawiki.org/wiki/API
list=random (rn)
- Ez a modul olvasási jogot igényel.
- Ez a modul használható generátorként.
- Forrás: MediaWiki
- Licenc: GPL-2.0+
Get a set of random pages.
Pages are listed in a fixed sequence, only the starting point is random. This means that if, for example, Main Page is the first random page in the list, List of fictional monkeys will always be second, List of people on stamps of Vanuatu third, etc.
Paraméterek:
- rnnamespace
Return pages in these namespaces only.
- Értékek (elválasztó: |): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
- rnfilterredir
How to filter for redirects.
- A következő értékek egyike: all, redirects, nonredirects
- Default: nonredirects
- rnredirect
- Elavult.
Use rnfilterredir=redirects instead.
- Típus: logikai (részletek)
- rnlimit
Limit how many random pages will be returned.
- Nem engedélyezett több mint 500 (botoknak 5 000).
- Típus: egész vagy max
- Default: 1
- rncontinue
When more results are available, use this to continue.
Examples:
- Return two random pages from the main namespace.
- api.php?action=query&list=random&rnnamespace=0&rnlimit=2 [open in sandbox]
- Return page info about two random pages from the main namespace.
- api.php?action=query&generator=random&grnnamespace=0&grnlimit=2&prop=info [open in sandbox]