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
prop=iwlinks (iw)
- Tento modul vyžaduje oprávnÄnà ke ÄtenÃ.
- Zdroj: MediaWiki
- Licence: GPL-2.0-or-later
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é | nebo alternativou.): url
- iwprefix
Zobrazit pouze interwiki odkazy s tÃmto prefixem.
- iwtitle
Interwiki odkaz, který se má hledat. Musà se použÃt spolu s iwprefix.
- iwdir
The direction in which to list.
- Jedna z následujÃcÃch hodnot: ascending, descending
- Implicitnà hodnota: ascending
- iwlimit
PoÄet interwiki odkazů k zobrazenÃ.
- Nenà dovoleno vÃce než 500 (5 000 pro boty).
- Type: integer or max
- 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).
- Typ: boolean (podrobnosti)
PÅÃklad:
- Get interwiki links from the page Main Page.
- api.php?action=query&prop=iwlinks&titles=Main%20Page [otevÅÃt v pÃskoviÅ¡ti]