Description | Simplifies adding {{Unsigned}}, {{Unsigned IP}}, and {{Undated}} |
---|---|
Author(s) | Anomie, andrybak |
First released | 2024-07-20 |
Updated | August 5, 2024 (10 months ago) |
Source | User:Andrybak/Scripts/Unsigned helper.js |
Unsigned helper is a user script for semi-automatically adding templates {{Unsigned}}, {{Unsigned IP}}, and {{Undated}}. This script is a fork of User:Anomie/unsignedhelper with faster search, an automatic edit summary, and added support for the CodeMirror editor (syntax highlighting).
On English Wikipedia it is recommended to install this script using the script-installer gadget, which can be turned on at:
Then you can go back to this page and click the big blue "Install" button in the infobox.
To install the script on another wiki (including your global.js), use the following snippet:
mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:Andrybak/Scripts/Unsigned_helper.js&action=raw&ctype=text/javascript');
The original script User:Anomie/unsignedhelper was published on 2011-12-11. The forked script was developed as follows:
encapsulateSelection
, similarly to how enwiki's version of CharInsert does it. See also phab:T185917, phab:T211205, and gerrit:1003927.