Pomoc MediaWiki API
To jest automatycznie wygenerowana strona dokumentacji MediaWiki API. Dokumentacja i przykłady: https://www.mediawiki.org/wiki/API
prop=iwlinks (iw)
- Ten moduł wymaga praw odczytu.
Returns all interwiki links from the given pages.
Parametry:
- iwprop
Which additional properties to get for each interlanguage link:
- url
- Adds the full URL.
- Wartości (oddziel za pomocą |): 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 wartość: ascending, descending
- Domyślnie: ascending
- iwlimit
How many interwiki links to return.
- Nie więcej niż 500 (5000 dla botów) dozwolone.
- Domyślnie: 10
- iwcontinue
When more results are available, use this to continue.
- iwurl
- Przestarzałe.
Whether to get the full URL (cannot be used with iwprop).
Przykład:
- Get interwiki links from the page Main Page.
- api.php?action=query&prop=iwlinks&titles=Main%20Page