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

(main | query | iwlinks)
  • Tento modul vyžaduje oprávnění ke čtení.

Returns all interwiki links from the given pages.

Parametry:
iwprop

Which additional properties to get for each interlanguage link:

url
Adds the full URL.
Hodnoty (oddělené „|“): url
iwprefix

Only return interwiki links with this prefix.

iwtitle

Interwiki link to search for. Must be used with iwprefix.

iwdir

The direction in which to list.

Jedna hodnota: ascending, descending
Implicitní hodnota: ascending
iwlimit

How many interwiki links to return.

Není dovoleno více než 500 (5 000 pro boty).
Implicitní hodnota: 10
iwcontinue

When more results are available, use this to continue.

iwurl
Zastaralý.

Whether to get the full URL (cannot be used with iwprop).

Příklad:
Get interwiki links from the page Main Page.
api.php?action=query&prop=iwlinks&titles=Main%20Page