This is an old revision of this page, as edited by Andrybak (talk | contribs) at 13:45, 23 July 2024 (document Special:Diff/1236106652). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Revision as of 13:45, 23 July 2024 by Andrybak (talk | contribs) (document Special:Diff/1236106652)(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)Description | Simplifies adding {{Unsigned}}, {{Unsigned IP}}, and {{Undated}} |
---|---|
Author(s) | Anomie, andrybak |
First released | 2024-07-20 |
Updated | August 5, 2024 (4 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 and an automatic edit summary.
How to install
It's recommend to install this script using the script-installer gadget, which can be turned on at
- Preferences → Gadgets → Advanced → Install scripts without having to manually edit JavaScript files (documentation)
Then you can go back to this page and click the big blue "Install" button in the infobox.
How to use
- Open the wikitext editor for the discussion, where you want to mark an unsigned message.
- In the dropdown below the editor, select button set "Insert" or "Wiki markup" (see MediaWiki talk:Edittools for details).
- At the end of the button set, click on {{unsigned}}
- Wait for the script to find the revision, which introduced this change.
- Check that the diff found by script corresponds to the unsigned message.
- If the found diff is wrong, click button "Keep looking".
- If the found diff is correct, click button "Use that revision".
- Once ready, click button Publish changes at the bottom.
Known issues
- If someone other than the original author has edited the unsigned comment, that someone will be (incorrectly) used in the {{unsigned}} template.
- Doesn't work in VisualEditor, 2017 wikitext editor, wikEd, or when syntax highlighting is enabled.
- If an author of an undated comment changed their username since leaving the comment, it will be automatically marked with {{unsigned}} instead of {{undated}}.
See also
- User:Andrybak/Scripts/Unsigned generator – a more manual script, useful when this script cannot find the correct diff.