Extension:ContributionCredits/pt-br

From mediawiki.org
This page is a translated version of the page Extension:ContributionCredits and the translation is 0% complete.
Manual de extensões do MediaWiki
ContributionCredits
Estado da versão: estável
Implementação Tema
Descrição Shows contribution credits on the footer
Autor(es)
Mantenedor(es) Sophivorus
Última versão 3.1 (2019-04-04)
MediaWiki 1.29+
Modifica o banco
de dados
Não
Licença GNU GPL (Licença Pública Geral) 3.0 ou superior
Download
Exemplo http://proteopedia.org

  • $wgContributionCreditsHeader
  • $wgContributionCreditsUseRealNames
Quarterly downloads 3 (Ranked 146th)
Para traduzir a extensão ContributionCredits, verifique sua disponibilidade no translatewiki.net

The ContributionCredits extension adds an automatically generated list of the page contributors to the end of every page in the wiki.

Usage

The extension works out of the box, no configuration is needed. Just enable the extension and see the credits displayed at the bottom of every page in the main namespace.

Installation

  • Baixe e coloque o(s) arquivo(s) num diretório chamado ContributionCredits na sua pasta extensions/.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/ContributionCredits
  • Adicione o seguinte código ao final do seu arquivo LocalSettings.php :
    wfLoadExtension( 'ContributionCredits' );
    
  • Configure as required
  • Yes Concluído – Navegue à página Special:Version em sua wiki para verificar se a instalação da extensão foi bem sucedida.

Configuration

Parameter name Default value Description
$wgContributionCreditsHeader false Show the credits as a full section with a list, rather than a compact list
$wgContributionCreditsUseRealNames false Use the real names, rather than the user names
$wgContributionCreditsExcludedCategories [] Array of categories whose pages will not show credits, for example:
$wgContributionCreditsExcludedCategories = [
	'Category:No credits',
	'Category:High visibility pages',
];

See also