MediaWiki-API-Hilfe

Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.

Dokumentation und Beispiele: https://www.mediawiki.org/wiki/API/de

(main | query | extlinks)
  • Dieses Modul erfordert Leserechte.

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

Parameter:
ellimit

Wie viele Links zurückgegeben werden sollen.

Nicht mehr als 500 (5.000 für Bots) erlaubt.
Standard: 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.

Ein Wert: Kann leer sein oder 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
Standard: (leer)
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.

Beispiel:
Get a list of external links on Main Page.
api.php?action=query&prop=extlinks&titles=Main%20Page