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
list=alllinks (al)
- This module requires read rights.
- This module can be used as a generator.
- Fonte: MediaWiki
- Licença: GPL-2.0+
Enumerar todos os links que apontam para um determinado espaço nominal.
Parâmetros:
- alcontinue
When more results are available, use this to continue.
- alfrom
O título do link a partir do qual começar a enumerar.
- alto
O título do link onde parar de enumerar.
- alprefix
Pesquisa por todos os títulos com link que começam com este valor.
- alunique
Only show distinct linked titles. Cannot be used with alprop=ids. When used as a generator, yields target pages instead of source pages.
- Tipo: boolean (detalhes)
- alprop
Which pieces of information to include:
- ids
- Adds the page ID of the linking page (cannot be used with alunique).
- title
- Adds the title of the link.
- Valores (separar com |): ids, title
- Padrão: title
- alnamespace
O espaço nominal a se enumerar.
- Um dos seguintes valores: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
- Padrão: 0
- allimit
Quantos itens retornar.
- No more than 500 (5 000 for bots) allowed.
- Tipo: inteiro ou max
- Padrão: 10
- aldir
The direction in which to list.
- Um dos seguintes valores: ascending, descending
- Padrão: ascending
Exemplos:
- List linked titles, including missing ones, with page IDs they are from, starting at B.
- api.php?action=query&list=alllinks&alfrom=B&alprop=ids|title [abrir na página de testes]
- List unique linked titles.
- api.php?action=query&list=alllinks&alunique=&alfrom=B [abrir na página de testes]
- Gets all linked titles, marking the missing ones.
- api.php?action=query&generator=alllinks&galunique=&galfrom=B [abrir na página de testes]
- Obtém páginas contendo os links.
- api.php?action=query&generator=alllinks&galfrom=B [abrir na página de testes]