MediaWiki API súgó
Ez egy automatikusan generált MediaWiki API-dokumentációs lap.
Dokumentáció és példák: https://www.mediawiki.org/wiki/API
prop=iwlinks (iw)
- Ez a modul olvasási jogot igényel.
- Forrás: MediaWiki
- Licenc: GPL-2.0+
Returns all interwiki links from the given pages.
Paraméterek:
- iwprop
Which additional properties to get for each interlanguage link:
- url
- Adds the full URL.
- Értékek (elválasztó: |): 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.
- A következő értékek egyike: ascending, descending
- Default: ascending
- iwlimit
How many interwiki links to return.
- Nem engedélyezett több mint 500 (botoknak 5 000).
- Típus: egész vagy max
- Default: 10
- iwcontinue
When more results are available, use this to continue.
- iwurl
- Elavult.
Whether to get the full URL (cannot be used with iwprop).
- Típus: logikai (részletek)
Example:
- Get interwiki links from the page Main Page.
- api.php?action=query&prop=iwlinks&titles=Main%20Page [open in sandbox]