MediaWiki API hulp
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
list=exturlusage (eu)
- Voor deze module zijn leesrechten nodig.
- Deze module kan als generator worden gebruikt.
- Bron: MediaWiki
- Licentie: GPL-2.0-or-later
Enumerate pages that contain a given URL.
- euprop
Which pieces of information to include:
- ids
- Voegt de ID van de pagina toe.
- title
- Voegt de titel en de naamruimte-ID van de pagina toe.
- url
- Voegt de URL toe die op de pagina wordt gebruikt.
- Waarden (gescheiden met | of alternatief): ids, title, url
- Standaard: ids|title|url
- eucontinue
Wanneer er meer resultaten beschikbaar zijn, gebruikt u dit om verder te gaan. Diepgaandere informatie over het voortzetten van query's is te vinden op mediawiki.org.
- 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.
- Een van de volgende waarden: Can be empty, or ftp, ftps, geo, git, gopher, http, https, irc, ircs, magnet, mailto, matrix, mms, nntp, redis, sftp, sip, sips, sms, ssh, svn, tel, telnet, urn, worldwind, xmpp
- Default: (empty)
- euquery
Search string without protocol. See Special:LinkSearch. Leave empty to list all external links.
- eunamespace
The page namespaces to enumerate.
Note: Due to miser mode, using this may result in fewer than eulimit results returned before continuing; in extreme cases, zero results may be returned.
- Waarden (gescheiden met | of alternatief): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 110, 111, 202, 274, 275, 420, 421, 500, 501, 502, 503, 828, 829, 1200, 1201, 1202, 2300, 2301, 2302, 2303, 2900, 2901
- Gebruik * om alle waarden op te geven.
- eulimit
How many pages to return.
- Type: geheel getal of max
- The value must be between 1 and 500.
- Standaard: 10
- euexpandurl
Expand protocol-relative URLs with the canonical protocol.
- Type: boolean (details)