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=random (rn)

(main | query | random)
  • Ta modul zahteva pravice branja.
  • This module can be used as a generator.
  • Source: MediaWiki
  • License: 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.

Specifični parametri:
Na voljo so tudi drugi splošni parametri.
rnnamespace

Vrni samo strani v teh imenskih prostorih.

Values (separate with | or alternative): 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.

One of the following values: all, nonredirects, redirects
Privzeto: nonredirects
rnminsize

Limit to pages with at least this many bytes.

Vtipkajte: celo število
rnmaxsize

Limit to pages with at most this many bytes.

Vtipkajte: celo število
rncontentmodel

Filter pages that have the specified content model.

One of the following values: GadgetDefinition, css, javascript, json, text, unknown, vue, wikitext
rnredirect
Opuščeno.

Use rnfilterredir=redirects instead.

Type: boolean (details)
rnlimit

Limit how many random pages will be returned.

Type: integer or max
Vrednost mora biti med 1 in 500.
Privzeto: 1
rncontinue

Ko bo na voljo več rezultatov, uporabite to za nadaljevanje. Podrobnejše informacije o nadaljevanju poizvedb lahko najdete na mediawiki.org.

Zgledi:
Vrnitev dveh naključnih strani iz glavnega imenskega prostora.
api.php?action=query&list=random&rnnamespace=0&rnlimit=2 [open in sandbox]
Vrnitev podatkov o strani za dve naključni strani v osnovnem imenskem prostoru.
api.php?action=query&generator=random&grnnamespace=0&grnlimit=2&prop=info [open in sandbox]
Return page info about one random page from the main namespace that has at least 500 bytes of text.
api.php?action=query&list=random&rnnamespace=0&rnlimit=1&minsize=500 [open in sandbox]