एक्स उपकरण
Appearance
XTools Release status: stable |
|
---|---|
Implementation | Database |
Author(s) | MusikAnimal, Matthewrb, Samwilson |
Latest version | 3.20.2 (2024-10-23) |
PHP | 7.4 |
License | GPL-3.0+ |
Download | GitHub: Release notes |
Example | https://xtools.wmcloud.org |
Issues : | Open tasks · Report a bug |
XTools is a suite of statistics tools for Wikimedia wikis, users, pages, and more.
User documentation
- सम्पादन गणक (link) – प्रयोगकर्ताको योगदानको विश्लेषण
- पृष्ठको इतिहास (link) – पृष्ठको इतिहासको बारेमा विभिन्न तथ्याङ्क हेर्नुहोस्
- लेखकत्व (link) – Authorship attribution, measured by character count, excluding spaces
- आराेप (link) – दिइएको विकिपाठमा सम्पादनहरू फेला पार्नुहाेस्
- विश्वव्यापी योगदानहरू (link) – Get edits made by a user across all projects
- पृष्ठ निर्माण (link) – प्रयोगकर्ताले निर्माण गरेको पृष्ठ हेर्नुहोस्
- सर्वाधिक सम्पादन (link) – Get edits by a user, either top edits per namespace or edits per page
- स्वचालित सम्पादन (link) – अर्ध-स्वचालित र गैर-स्वचालित योगदानहरूको विश्लेषण
- श्रेणी सम्पादन (link) – Analysis of contributions made to specific categories
- प्रबन्धकको अवस्था (link) – प्रबन्धकको कार्यको तथ्याङ्क देखाउने
- Steward Stats (link) – Show statistics of steward actions
- गस्तीकर्ता तथ्याङ्कहरू (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
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/Opting in to restricted statistics for more information.
API documentation
- See XTools/API
Developer documentation
Contact
- Email:
tools.xtools
@toolforge.org
- IRC: #wikimedia-xtools connect
- MediaWiki talk page: Talk:XTools