미디어위키 API 도움말

이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.

설명 문서 및 예시: https://www.mediawiki.org/wiki/API

(main | query | extlinks)
  • 이 모듈은 read 권한을 요구합니다.
  • 출처: MediaWiki
  • 라이선스: GPL-2.0+

Returns all external URLs (not interwikis) from the given pages.

변수:
ellimit

How many links to return.

No more than 500 (5,000 for bots) allowed.
Type: integer or max
기본값: 10
eloffset

When more results are available, use this to continue.

유형: 정수
elprotocol

Protocol of the URL. If empty and elquery is set, the protocol is http. Leave both this and elquery empty to list all external links.

하나의 값: Can be empty, or bitcoin, ftp, ftps, geo, git, gopher, http, https, irc, ircs, magnet, mailto, mms, news, nntp, redis, sftp, sip, sips, sms, ssh, svn, tel, telnet, urn, worldwind, xmpp
기본값: (비어 있음)
elquery

Search string without protocol. Useful for checking whether a certain page contains a certain external url.

elexpandurl

Expand protocol-relative URLs with the canonical protocol.

유형: 부울 (자세한 정보)
예시:
Get a list of external links on Main Page.
api.php?action=query&prop=extlinks&titles=Main%20Page