Ajuda API da MediaWiki
Esta é uma página de documentação API do MediaWiki gerada automaticamente.
Documentação e exemplos: https://www.mediawiki.org/wiki/API
prop=linkshere (lh)
- This module requires read rights.
- This module can be used as a generator.
- Fonte: MediaWiki
- Licença: GPL-2.0+
Find all pages that link to the given pages.
Parâmetros:
- lhprop
Which properties to get:
- pageid
- Page ID of each page.
- title
- Title of each page.
- redirect
- Flag if the page is a redirect.
- Valores (separar com |): pageid, title, redirect
- Padrão: pageid|title|redirect
- lhnamespace
Only include pages in these namespaces.
- Valores (separar com |): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
- lhshow
Show only items that meet these criteria:
- redirect
- Only show redirects.
- !redirect
- Only show non-redirects.
- Valores (separar com |): redirect, !redirect
- lhlimit
Quantos retornar.
- No more than 500 (5 000 for bots) allowed.
- Tipo: inteiro ou max
- Padrão: 10
- lhcontinue
When more results are available, use this to continue.
Exemplos:
- Get a list of pages linking to the Main Page.
- api.php?action=query&prop=linkshere&titles=Main%20Page [abrir na página de testes]
- Get information about pages linking to the Main Page.
- api.php?action=query&generator=linkshere&titles=Main%20Page&prop=info [abrir na página de testes]