MediaWiki-API-Hilfe

Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.

Dokumentation und Beispiele: https://www.mediawiki.org/wiki/API/de

prop=redirects (rd)

(main | query | redirects)
  • Dieses Modul erfordert Leserechte.
  • Dieses Modul kann als Generator verwendet werden.

Returns all redirects to the given pages.

Parameter:
rdprop

Which properties to get:

pageid
Page ID of each redirect.
title
Title of each redirect.
fragment
Fragment of each redirect, if any.
Werte (mit | trennen): pageid, title, fragment
Standard: pageid|title
rdnamespace

Only include pages in these namespaces.

Werte (mit | trennen): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
rdshow

Show only items that meet these criteria:

fragment
Only show redirects with a fragment.
!fragment
Only show redirects without a fragment.
Werte (mit | trennen): fragment, !fragment
rdlimit

How many redirects to return.

Nicht mehr als 500 (5.000 für Bots) erlaubt.
Standard: 10
rdcontinue

When more results are available, use this to continue.