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
prop=linkshere (lh)
- Voor deze module zijn leesrechten nodig.
- Deze module kan als generator worden gebruikt.
- Bron: MediaWiki
- Licentie: GPL-2.0-or-later
Find all pages that link to the given pages.
Parameters:
- lhprop
Which properties to get:
- pageid
- Pagina-ID van elke pagina.
- title
- Titel van elke pagina.
- redirect
- Flag if the page is a redirect.
- Waarden (gescheiden met | of alternatief): pageid, redirect, title
- Default: pageid|title|redirect
- lhnamespace
Toon alleen pagina's in deze naamruimten.
- Waarden (gescheiden met | of alternatief): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 828, 829, 2300, 2301, 2302, 2303
- Gebruik * om alle waarden op te geven.
- lhshow
Show only items that meet these criteria:
- redirect
- Only show redirects.
- !redirect
- Only show non-redirects.
- Waarden (gescheiden met | of alternatief): !redirect, redirect
- lhlimit
How many to return.
- Type: geheel getal of max
- The value must be between 1 and 500.
- Default: 10
- lhcontinue
When more results are available, use this to continue.
Voorbeelden:
- Toon een lijst van pagina's die naar Main Page verwijzen.
- api.php?action=query&prop=linkshere&titles=Main%20Page [open in de zandbak]
- Get information about pages linking to the Main Page.
- api.php?action=query&generator=linkshere&titles=Main%20Page&prop=info [open in de zandbak]