Các công cụ của X!
Appearance
XTools Trạng thái phát hành: ổn định |
|
---|---|
Cài đặt | Database |
Tác giả | MusikAnimal, Matthewrb, Samwilson |
Phiên bản mới nhất | 3.20.2 (2024-10-23) |
PHP | 7.4 |
Giấy phép | GPL-3.0+ |
Tải xuống | GitHub: Release notes |
Ví dụ | https://xtools.wmcloud.org |
Phản hồi : | Phabricator · Báo lỗi |
XTools is a suite of statistics tools for Wikimedia wikis, users, pages, and more.
Tài liệu người dùng
- Số lần sửa đổi (link) – Phân tích đóng góp người dùng
- Lịch sử trang (link) – Xem nhiều thống kê về lịch sử trang
- Tác giả (link) – Authorship attribution, measured by character count, excluding spaces
- Ai viết đấy (link) – Tìm sửa đổi đưa một đoạn văn bản vào trang
- Đóng góp toàn cục của thành viên (link) – Get edits made by a user across all projects
- Trang tạo ra (link) – Xem các trang được tạo ra bởi một người dùng
- Sửa đổi nhiều nhất (link) – Xem các sửa đổi của một người dùng, được tính theo không gian tên hoặc theo trang
- Sửa đổi tự động (link) – Phân tích sửa đổi tự động và bán tự động
- Số chỉnh sửa trong thể loại (link) – Phân tích các đóng góp cho một số thể loại nhất định
- Thống kê BQV (link) – Xem thống kê về tác vụ bảo quản viên
- Thống kê tiếp viên (link) – Xem thống kê về tác vụ tiếp viên
- Thống kê tuần tra viên (link) – Show statistics of patroller actions
- Trang lớn nhất (link) – Liệt kê trang lớn nhất của một dự án
- Điểm bảo quản viên (link) – Score indicating a user's readiness for adminship
- Tóm lược sửa đổi (link) – Phân tích tóm lược sửa đổi
- Bộ đếm đơn giản (link) – Bộ đếm nhanh và đơn giản
PageInfo gadget
- Source: XTools/ArticleInfo.js, adapted from meta:User:Hedonil/XTools
The XTools PageInfo gadget can quickly show you statistics about a page in real-time. It works on all skins, wikis, and will be localized to the wiki's language. These statistics are shown just below the page header. Example:
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 editors to the page.
- 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.
- Editor who created the page, and their edit count (linking to their contributions).
- Link to view full page statistics in XTools.
Installation
On some wikis this tool may be available in your gadget preferences.
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');
Alternatively, you can install the script on a single wiki by browsing to Special:MyPage/common.js (on the desired wiki) and pasting in the same code above.
Known limitations
- Edits made through Structured Discussions (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/Xem những thống kê bị hạn chế for more information.
Tài liệu API
- Xem XTools/API.
Tài liệu cho nhà phát triển
- Xem XTools/Development.
Liên hệ
- Email:
tools.xtools
@toolforge.org
- IRC: #wikimedia-xtools connect
- Thảo luận MediaWiki: Talk:XTools