MediaWiki API ヘルプ

このページは自動生成された MediaWiki API の説明文書ページです。

説明文書と例: https://www.mediawiki.org/wiki/API

list=random (rn)

(main | query | random)
  • このモジュールは読み取りの権限を必要とします。
  • このモジュールはジェネレーターとして使用できます。

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.

If the number of pages in the namespace is lower than rnlimit, fewer pages will be returned. The same page will not be returned twice.

パラメーター:
rnnamespace

Return pages in these namespaces only.

値 (|で区切る): 0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15
rnlimit

Limit how many random pages will be returned.

No more than 10 (20 for bots) allowed.
既定値: 1
rnredirect

Load a random redirect instead of a random page.

例:
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