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) | Same as author |
Status | Very early beta |
Updated | May 11, 2024 (6 months ago) |
Skins | Vector |
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
How to install
editAdd 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
editCode changes
editPotential 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
editFor a feature request, leave a message on this page's talk page. As with code changes, you must be very specific about proposed changes.