Extension:RefreshSiteStatsTable
![]() リリースの状態: 安定 |
|
---|---|
実装 | 特別ページ |
説明 | Offers a special page for refreshing the values in the site_stats table. |
作者 | WikiMANNia (WikiForMenトーク) |
最新バージョン | 1.2.0 (2022-12-28) |
MediaWiki | 1.25+ |
PHP | 5.6+ |
データベースの変更 | いいえ |
ライセンス | GNU 一般公衆利用許諾書 2.0 以降 |
ダウンロード | |
The RefreshSiteStatsTable extension provides a special page for refreshing the value of the fields ss_good_articles, ss_total_pages, ss_images, ss_users in the site_stats table.
Installation
- ダウンロードして、ファイルを
extensions/
フォルダー内のRefreshSiteStatsTable
という名前のディレクトリ内に配置します。 - 以下のコードを LocalSettings.php ファイルの末尾に追加します:
wfLoadExtension( 'RefreshSiteStatsTable' );
完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。
Tested
The extension was tested with MediaWiki 1.25, 1.31, 1.33, 1.35.11, 1.36, 1.37, 1.38.4, 1.39.4, 1.40.0.
関連項目
- statistics table
- initSiteStats.php maintenance script