Trợ giúp về API MediaWiki
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
list=random (rn)
- Mô đun này cần quyền đọc.
- This module can be used as a generator.
- Source: MediaWiki
- License: 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.
Các tham số:
- rnnamespace
Return pages in these namespaces only.
- Các giá trị (phân tách bằng |): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 1198, 1199
- rnfilterredir
How to filter for redirects.
- Một giá trị: all, redirects, nonredirects
- Mặc định: nonredirects
- rnredirect
- Bị phản đối.
Use rnfilterredir=redirects instead.
- Type: boolean (details)
- rnlimit
Limit how many random pages will be returned.
- Không cho phép hơn 500 (5.000 đối với các bot).
- Type: integer or max
- Mặc định: 1
- rncontinue
When more results are available, use this to continue.
Các ví dụ:
- Return two random pages from the main namespace.
- api.php?action=query&list=random&rnnamespace=0&rnlimit=2
- Return page info about two random pages from the main namespace.
- api.php?action=query&generator=random&grnnamespace=0&grnlimit=2&prop=info