User:Path slopu/scripts/TeahouseSidebar.js
// This tool provides a link to Teahouse in sidebar
// By Path slopu, 2019
// Attribution: Epicgenius, Dipankan001
function Teahouse(){
mw.util.addPortletLink("p-tb", "https://en.wikipedia.org/wiki/Wikipedia:Teahouse", "Teahouse", "tb-Teahouse","Go to Tea house");
}
$(Teahouse);