XTools
XTools は、ウィキメディアのウィキ、利用者、ページなどに対する一連の統計ツールです。
![]() リリースの状態: 安定 |
|
---|---|
![]() |
|
実装 | API , データベース |
作者 | MusikAnimal, Matthewrb, Samwilson |
最新バージョン | 3.16.1 (2022-07-11) |
PHP | 7.2 |
ライセンス | GPL-3.0+ |
ダウンロード | GitHub: Release notes |
例 | https://xtools.wmflabs.org |
問題点 : | 未解決のタスク · バグを報告 |
利用者者向け説明文書
- 編集カウンター (link) – 利用者の投稿記録の分析
- ページの履歴 (link) – ページの履歴についてさまざまな統計を取得
- 著者統計 (link) – 文字数(スペースは除外)で計算する著者別の貢献統計
- Blame (link) – 追加されたウィキテキストをページの履歴から見つける
- グローバルな投稿記録 (link) – 特定の利用者による全プロジェクトの投稿記録を取得
- 作成したページ (link) – 利用者が作成したページを取得
- Top Edits (link) – 利用者の名前空間ごとの編集回数またはページごとの編集回数の上位を取得
- 自動編集 (link) – 既知のツールによる半自動および手動編集の貢献の分析。
- カテゴリ別の編集 (link) – 特定カテゴリへの編集の分析
- 管理者統計 (link) – 管理者の操作の統計を表示
- スチュワード統計 (link) – スチュワードの操作の統計を表示
- 巡回者統計 (link) – 巡回者の操作の統計を表示
- Largest Pages (link) – List the largest pages on a project
- 管理者スコア (link) – Score indicating a user's readiness for adminship
- Edit Summaries (link) – Analysis of edit summary usage
- Simple Counter (link) – A quick and simple edit counter
ArticleInfo gadget
- Source: XTools/ArticleInfo.js, adapted from meta:User:Hedonil/XTools
XTools ArticleInfo ガジェットは、ページに関する統計をリアルタイムですばやく表示できます。すべての外装、ウィキで機能し、ウィキの言語にローカライズされます。これらの統計は、ページ ヘッダーのすぐ下に表示されます。例:
The available statistics, from left to right:
- Quality assessment icon, if possible. Only available in specific projects.
- Number of revisions.
- Date the page was created, linking to the initial revision.
- Time since the last edit, linking to the diff.
- ページの編集者数。
- Number of page watchers. If this is not shown, there are less than 30 watchers.
- Number of pageviews in the past 30 days, linking to Pageviews Analysis.
- ページを作成した編集者とその編集回数(投稿記録へのリンク)。
- Link to view full page statistics in XTools.
インストール
一部のWikiでは、このツールはガジェット設定で使用できる場合があります。
If it is not, you can install the gadget globally by browsing to meta:Special:MyPage/global.js and adding the following code to the end, on a new line:
mw.loader.load('https://www.mediawiki.org/w/index.php?title=XTools/ArticleInfo.js&action=raw&ctype=text/javascript');
または、Special:MyPage/common.js(目的のWiki上)を参照して上記の同じコードを貼り付けることにより、単一のWikiにスクリプトをインストールすることもできます。。
既知の制限
- Edits made through 構造化された議論 (also known as Flow) are not detectable by XTools (phab:T69397)
- For performance reasons, some tools may return limited or no data for users with a very high edit count. See XTools/閲覧が制限された統計情報の公開 for more information.
APIの説明文書
- XTools/API を参照
開発者向け説明書
連絡先
- メール:
tools.xtools
@tools.wmflabs.org
- IRC:#wikimedia-xtools 接続
- MediaWikiの議論ページ:Talk:XTools