User:Qwerfjkl/scripts/talkback

< Qwerfjkl's scripts | JS | Base template

This should create links after a link to the user talk page link[note 1] that appears like this: |C|TB, with the first linking to the user's contributions, and the latter giving the option of sending a {{talkback}} notice.[note 2] It also adds a [copy] link next to section headers. This may conflict with User:Writ Keeper/Scripts/teahouseTalkback.js, on which it is based; please disable that script.[note 3]

Testcase: User talk:Example

  1. ^ Without "/" in the title
  2. ^ It will add {{Talk header}} to red-linked user pages
  3. ^ You can use User:Qwerfjkl/scripts/teahouseTalkbackLink.js instead.
talkback
DescriptionScript for quickly adding talkback notices
Author(s)Qwerfjkl
StatusStable
First releasedAugust 18, 2021; 2 years ago (2021-08-18)
UpdatedNovember 22, 2022; 16 months ago (2022-11-22)
Skin supportVector 2022 (tested); other skins unteseted
SourceUser:Qwerfjkl/scripts/talkback.js

Installation edit

  Warning: You are not logged in. Please create an account or log in to proceed. After installing the script, bypass your cache.

Method 1

Click on the button below. If it doesn't appear after a few seconds you can enable script installer in the "Advanced" section of Special:Preferences#mw-prefsection-gadgets, or try this link.

Install Button
Method 2

This can only be used on the English Wikipedia.

  1. Place importScript('User:Qwerfjkl/scripts/talkback.js'); // [[User:Qwerfjkl/scripts/talkback.js]] on the bottom of your common.js page or your skin.js page.
  2. Press Publish changes (ignore any error warnings).
Method 3

This can be used on any Wikimedia project (for instance, globally in your global.js on the Meta-Wiki).

  1. Place mw.loader.load('https://en.wikipedia.org/w/index.php?title=User%3AQwerfjkl%2Fscripts%2Ftalkback.js&action=raw&ctype=text/javascript'); // [[User:Qwerfjkl/scripts/talkback.js]] on the bottom of your common.js page or your skin.js page.
  2. Press Publish changes (ignore any error warnings).