MediaWiki-API-Hilfe
Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.
Dokumentation und Beispiele: https://www.mediawiki.org/wiki/API/de
list=exturlusage (eu)
- Dieses Modul erfordert Leserechte.
- Dieses Modul kann als Generator verwendet werden.
- Quelle: MediaWiki
- Lizenz: GPL-2.0+
Enumerate pages that contain a given URL.
Parameter:
- euprop
Which pieces of information to include:
- ids
- Adds the ID of page.
- title
- Adds the title and namespace ID of the page.
- url
- Adds the URL used in the page.
- Werte (mit | trennen): ids, title, url
- Standard: ids|title|url
- euoffset
When more results are available, use this to continue.
- Type: integer
- euprotocol
Protocol of the URL. If empty and euquery is set, the protocol is http. Leave both this and euquery 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)
- euquery
Search string without protocol. See Special:LinkSearch. Leave empty to list all external links.
- eunamespace
The page namespaces to enumerate.
- Werte (mit | trennen): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
- eulimit
Wie viele Seiten zurückgegeben werden sollen.
- Nicht mehr als 500 (5.000 für Bots) erlaubt.
- Type: integer or max
- Standard: 10
- euexpandurl
Expand protocol-relative URLs with the canonical protocol.
- Type: boolean (details)
Beispiel:
- Show pages linking to http://www.mediawiki.org.
- api.php?action=query&list=exturlusage&euquery=www.mediawiki.org