Jump to content

User:TheTechie/UserTools

From Wikipedia, the free encyclopedia
TheTechie's User Tools
Author(s)TheTechie
Maintainer(s)TheTechie
Vitorperrut555 (Portuguese translation)
StatusVery early beta
First releasedOriginally in 2024
Version0.0.2 (Early January 2025 Bugfix Update)
UpdatedJanuary 2025
BrowsersAll which support Javascript
SkinsVector (untested on others)
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]

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.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. 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.