Wikipedia:Teahouse/Scripts instruction

From Wikipedia, the free encyclopedia

Scripts are awesome and will save you a lot of time! To install the Teahouse host helper scripts, paste the following lines in the white box into the edit window below and then click Save (unless they've been preloaded already, in which case just click Save).

importScript("User:Writ Keeper/Scripts/teahouseUtility.js"); // Gives one-click option to add Teahouse invitation or talkback to a user

importScript("User:Writ Keeper/Scripts/teahouseTalkback.js"); // Adds Talkback reminder when you save an edit at the Teahouse

importScript("User:Writ Keeper/Scripts/teahouseTalkbackLink.js"); // Adds a talkback link to signatures on the Teahouse

importScript("User:Ocaasi/WikiLoveinstallscript.js");// Adds Teahouse Badges to WikiLove


Teahouse User Utility
Author: Writ Keeper
This script adds two new options to the page action menu (which is that little down arrow in the top right of your screen). When you're on a user's main or talk page, this menu will have an option to post a Teahouse invitation or talkback with one click!
importScript("User:Writ Keeper/Scripts/teahouseUtility.js");
Teahouse Talkback Reminder
Author: Writ Keeper
Whenever you make an edit to the Teahouse Q&A page, this script will remind you to add a talkback to the person whose question you answered.
importScript("User:Writ Keeper/Scripts/teahouseTalkback.js");
Teahouse Talkback Links
Author: Chicocvenancio (originally by Writ Keeper)
This script automatically adds a "|TB|" link to everyone's signature on the Teahouse Q&A page; when this link is clicked, it will automatically post a talkback to the user's talk page for you!
importScript("User:Writ Keeper/Scripts/teahouseTalkbackLink.js");
WikiLove Teahouse Badge Edition
':'Author: Ocaasi
This script allows you to post any Teahouse Badge on user talk pages through WikiLove
importScript("User:Ocaasi/WikiLoveinstallscript.js");
After you press "Save page", bypass your cache (instructions are on top of your .js page). You can remove these at any time from your common.js page.
Find more information about the Teahouse user scripts here.