Extension:RefreshSiteStatsTable/pt

From Linux Web Expert

Manual de extensões do MediaWiki
RefreshSiteStatsTable
Estado de lançamento: estável
Implementação Página espacial
Descrição Offers a special page for refreshing the values in the site_stats table.
Autor(es) WikiMANNia (WikiForMentalk)
Última versão 1.3.0 (2024-01-10)
MediaWiki 1.25+
PHP 5.6+
Alterações à base de dados Não
Licença GNU - Licença Pública Geral 2.0 ou superior
Transferência
Quarterly downloads Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Public wikis using Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').

A extensão RefreshSiteStatsTable fornece uma página especial para atualizar o valor dos campos ss_good_articles, ss_total_pages, ss_images, ss_users na tabela site_stats .

Installation

  • <translate> Download and place the file(s) in a directory called <tvar name=name>RefreshSiteStatsTable/pt</tvar> in your <tvar name=ext>extensions/</tvar> folder.</translate>
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'RefreshSiteStatsTable/pt' );
    
  • File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>

Tested

The extension was tested with the following MediaWiki versions: 1.25, 1.31, 1.33, 1.35.14, 1.36, 1.37, 1.38.4, 1.39.6, 1.40.2, 1.41.0

See also