Extensão:OrphanedTalkPages
![]() Estado da versão: estável |
|
---|---|
![]() |
|
Implementação | Página especial |
Descrição | Fornece uma página especial com uma lista de páginas de discussão que não possuem uma página acompanhando |
Autor(es) | Mainframe98discussão |
Última versão | 1.4.0 (2020-10-01) |
Política de compatibilidade |
Snapshots releases along with MediaWiki. Master is not backward compatible. |
MediaWiki | 1.35.0+ |
Modifica o banco de dados |
Não |
Licença | Licença MIT |
Download | README |
|
|
Quarterly downloads | 4 (Ranked 172nd) |
Para traduzir a extensão OrphanedTalkPages, verifique sua disponibilidade no translatewiki.net | |
Problemas | Tarefas em aberto · Relatar um bug |
The OrphanedTalkPages extension adds a new Special page to MediaWiki: Special:OrphanedTalkPages. This special page lists all talk pages that do not have an accompanying page.
Instalação
- Baixe e coloque o(s) arquivo(s) num diretório chamado
OrphanedTalkPages
na sua pastaextensions/
. - Adicione o seguinte código ao final do seu arquivo
LocalSettings.php
:wfLoadExtension( 'OrphanedTalkPages' );
- Concluído – Navegue à página Special:Version em sua wiki para verificar se a instalação da extensão foi bem sucedida.
Configuração dos parâmetros
- $wgOrphanedTalkPagesExemptedNamespaces
- Controls which talk namespaces should be ignored when looking for orphaned talk pages. This variable is an array of namespace ids and is empty by default.
- $wgOrphanedTalkPagesIgnoreUserTalk
- Determines if the user talk namespace (3, or NS_USER_TALK) should be ignored when looking for orphaned talk pages. This variable is a boolean and set to true by default.
Outras notas importantes
- The query that this special page uses is considered expensive. This means that when
$wgMiserMode
is enabled, the results will be served from cache. - The special page may report talk pages as orphaned when they are not. The most common situation where this happens is File talk pages when
$wgUseInstantCommons
or$wgForeignFileRepos
is enabled. - While no dedicated API module is provided by OrphanedTalkPages itself, the API does provide the results of Special:OrphanedTalkPages using the
querypage
query list. For example:
api.php? action=query& list=querypage& qppage=OrphanedTalkPages& format=json& formatversion=2 [tente no ApiSandbox]
This extension is included in the following packages and/or wiki farms: This is not an authoritative list. Some wiki farms/hosts may contain this extension even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |