MediaWiki-API-Hilfe
Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.
Dokumentation und Beispiele: https://www.mediawiki.org/wiki/API/de
prop=extlinks (el)
- Dieses Modul erfordert Leserechte.
- Quelle: MediaWiki
- Lizenz: GPL-2.0+
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.
- Type: integer or max
- Standard: 10
- eloffset
When more results are available, use this to continue.
- Type: integer
- 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.
- Einer der folgenden Werte: Kann leer sein oder http, https, ftp, irc, gopher, telnet, nntp, worldwind, mailto, news, imoconnect
- 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.
- Type: boolean (details)
Beispiel:
- Get a list of external links on Main Page.
- api.php?action=query&prop=extlinks&titles=Main%20Page