MediaWiki-API-Hilfe
Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.
Dokumentation und Beispiele: https://www.mediawiki.org/wiki/API/de
prop=iwlinks (iw)
- Dieses Modul erfordert Leserechte.
Returns all interwiki links from the given pages.
Parameter:
- iwprop
Which additional properties to get for each interlanguage link:
- url
- Adds the full URL.
- Werte (mit | trennen): 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.
- Ein Wert: ascending, descending
- Standard: ascending
- iwlimit
How many interwiki links to return.
- Nicht mehr als 500 (5.000 für Bots) erlaubt.
- Standard: 10
- iwcontinue
When more results are available, use this to continue.
- iwurl
- Veraltet.
Whether to get the full URL (cannot be used with iwprop).
Beispiel:
- Get interwiki links from the page Main Page.
- api.php?action=query&prop=iwlinks&titles=Main%20Page