Extensão:OrphanedTalkPages
Appearance
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 | 3 (Ranked 137th) |
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/
.
Developers and code contributors should install the extension from Git instead, using:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/OrphanedTalkPages - 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:
Esta extensão está incluída nas seguintes fazendas/hospedagens (farms/hosts) e/ou pacotes wiki: Esta não é uma lista autoritativa (oficial). Algumas fazendas/hospedagens (farms/hosts) e/ou pacotes wiki podem conter esta extensão mesmo que não estejam listados aqui. Sempre verifique com suas fazendas/hospedagens (farms/hosts) ou pacotes wiki para confirmar. |