User:Matttest/RemindSign: Difference between revisions

Content added Content deleted
(Created page with "'''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...")
 
Line 5: Line 5:


== Install ==
== 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 my js file.
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/Confirm-Sign.js]].
:2.Copy the code to [[Special:MyPage/common.js|your common.js page]].

方法二:
:Input the code below to [[Special:MyPage/common.js|your common.js page]]:
<pre>
importScript('User:Matttest/RemindSign.js');//Reminder of signing talk pages
</pre>