RemindSign Tool, in short form called RmdSign or RS, is a semi-automated tool created by Matttest, in order to notify users when they forget to sign after leaving a message on talk pages. The tool is based on JavaScript.

How to use

Simple! Nothing needs to be configured. After installing the tool, everytime you leave a message on the talk namespace, it will automatically detect whether you sign your messages. If no then it will remind you to sign the messages. Note that this doesn't work on namespaces like TestWiki, so it won't remind you if you forget to sign your comment in community portal.

Install

There are two ways to install this tool. For method 1, you install the tool by adding the code manually at your common.js file. For method 2, you import the tool from the User:Matttest/RemindSign.js file. If you use method 1, then you may need to check for new updates on a regular basis at the remindsign file, as old versions may not be supported by the new JavaScript syntax anymore. For method 2, you need to trust me that I won't malicious code to the remindsign file, as once you imported the remindsign file to your common.js file, it will automatically load all codes from the remindsign file.

Method 1:

1. Open User:Matttest/RemindSign.js.
2.Copy the code to your common.js page.

Method 2:

Input the code below to your common.js page
mw.loader.load('//publictestwiki.com/w/index.php?title=User:Matttest/RemindSign.js&action=raw&ctype=text/javascript');//Reminder of signing talk pages

Test

Please go to the talk page here to test the tool after installing.