User:TheTechie/UserTools
You take full responsibility for any actions you perform using TUT. The author of this user script, TheTechie, and any contributors, will not be liable for any violations of Wikipedia policies performed using this tool. |
Author(s) | TheTechie |
---|---|
Maintainer(s) | TheTechie Vitorperrut555 (Portuguese translation) |
Status | Very early beta |
First released | Originally in 2024 |
Version | 0.0.2 (Early January 2025 Bugfix Update) |
Updated | January 2025 |
Browsers | All which support Javascript |
Skins | Vector (untested on others) |
Source | User:TheTechie/tut.js |
TheTechie's User Tools (or TUT/TTUT) is a tool to make certain tasks while using Wikipedia easier. It is currently in an early beta.
What it can do
[edit]- Smile at users
- Invite user to the Teahouse
New features in latest release
[edit]How to install
[edit]Add this text to your common.js file: importScript("User:TheTechie/tut.js")
. Or if you have the setting on which lets you install scripts by
simply clicking install on the appropriate JS file, you can install it here.
How to contribute
[edit]Code changes
[edit]Potential contributors are welcome to discuss potential code changes that could be included on the script's talk page. You must be very specific about proposed changes. If you would like to make a code change, show a diff of the changes. An example is below:
− | console. | + | console.log("Hello") |
This was produced using the following wikimarkup: {{textdiff|console.log("Foo")|console.log("Hello")}}
. Note: Do not copy and paste the code, as it is surrounded in nowiki tags and may not correctly transclude.
Feature requests
[edit]For a feature request, leave a message on this page's talk page. Please don't leave feature requests on translators' talk pages; they simply translate the code from upstream. As with code changes, you must be very specific about proposed changes.