미디어위키 API 도움말
이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.
설명 문서 및 예시: https://www.mediawiki.org/wiki/API
prop=iwlinks (iw)
- 이 모듈은 read 권한을 요구합니다.
- 출처: MediaWiki
- 라이선스: GPL-2.0+
Returns all interwiki links from the given pages.
변수:
- iwprop
Which additional properties to get for each interlanguage link:
- url
- Adds the full URL.
- 값 ("|"로 구분): 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.
- 하나의 값: ascending, descending
- 기본값: ascending
- iwlimit
How many interwiki links to return.
- No more than 500 (5,000 for bots) allowed.
- Type: integer or max
- 기본값: 10
- iwcontinue
When more results are available, use this to continue.
- iwurl
- 사용 중지됨.
Whether to get the full URL (cannot be used with iwprop).
- 유형: 부울 (자세한 정보)
예시:
- Get interwiki links from the page Main Page.
- api.php?action=query&prop=iwlinks&titles=Main%20Page