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=embeddedin (ei)
- This module requires read rights.
- This module can be used as a generator.
- Fonte: MediaWiki
- Licença: GPL-2.0+
Find all pages that embed (transclude) the given title.
Parâmetros:
- eititle
Título a se pesquisar. Não pode ser usado em conjunto com eipageid.
- eipageid
ID da página a se pesquisar. Não pode ser usado em conjunto com eititle.
- Type: integer
- eicontinue
When more results are available, use this to continue.
- einamespace
O espaço nominal a se enumerar.
- Valores (separar com |): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
- eidir
The direction in which to list.
- Um dos seguintes valores: ascending, descending
- Padrão: ascending
- eifilterredir
Como filtrar por redirecionamentos.
- Um dos seguintes valores: all, redirects, nonredirects
- Padrão: all
- eilimit
Quantas páginas retornar.
- No more than 500 (5 000 for bots) allowed.
- Tipo: inteiro ou max
- Padrão: 10
Exemplos:
- Mostrar páginas transcluíndo Template:Stub.
- api.php?action=query&list=embeddedin&eititle=Template:Stub [abrir na página de testes]
- Obtém informação sobre páginas transcluindo Template:Stub.
- api.php?action=query&generator=embeddedin&geititle=Template:Stub&prop=info [abrir na página de testes]