Nápověda k MediaWiki API
Toto je automaticky generovaná dokumentaÄnà stránka k MediaWiki API.
Dokumentace a pÅÃklady: https://www.mediawiki.org/wiki/API
list=random (rn)
- Tento modul vyžaduje oprávnÄnà ke ÄtenÃ.
- Tento modul lze využÃvat jako generátor.
- Zdroj: MediaWiki
- Licence: GPL-2.0-or-later
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.
Parametry:
- rnnamespace
Return pages in these namespaces only.
- Hodnoty (oddÄlené | nebo alternativou.): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
- To specify all values, use *.
- rnfilterredir
How to filter for redirects.
- Jedna z následujÃcÃch hodnot: all, redirects, nonredirects
- Implicitnà hodnota: nonredirects
- rnredirect
- Zastaralý.
Use rnfilterredir=redirects instead.
- Typ: boolean (podrobnosti)
- rnlimit
Limit how many random pages will be returned.
- Nenà dovoleno vÃce než 500 (5 000 pro boty).
- Type: integer or max
- Implicitnà hodnota: 1
- rncontinue
When more results are available, use this to continue.
PÅÃklady:
- Return two random pages from the main namespace.
- api.php?action=query&list=random&rnnamespace=0&rnlimit=2 [otevÅÃt v pÃskoviÅ¡ti]
- Return page info about two random pages from the main namespace.
- api.php?action=query&generator=random&grnnamespace=0&grnlimit=2&prop=info [otevÅÃt v pÃskoviÅ¡ti]