User:TheTechie/UserTools

(Redirected from Wikipedia:TTUT)
TheTechie's User Tools
Author(s)TheTechie
Maintainer(s)Same as author
StatusVery early beta
UpdatedMay 11, 2024
    (0 days ago)
Skin supportVector
SourceUser: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

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.log("Foo")
+
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. As with code changes, you must be very specific about proposed changes.