Revision as of 21:05, 20 July 2024 editAndrybak (talk | contribs)Extended confirmed users, Template editors81,061 edits →top: tweak lede← Previous edit | Revision as of 13:45, 23 July 2024 edit undoAndrybak (talk | contribs)Extended confirmed users, Template editors81,061 edits document Special:Diff/1236106652Next edit → | ||
Line 2: | Line 2: | ||
|author=], ] | |author=], ] | ||
|released=2024-07-20 | |released=2024-07-20 | ||
|desc = Simplifies adding {{tl|Unsigned}} |
|desc = Simplifies adding {{tl|Unsigned}}, {{tl|Unsigned IP}}, and {{tl|Undated}} | ||
}} | }} | ||
'''Unsigned helper''' is a ] for semi-automatically adding templates {{tl|Unsigned}} |
'''Unsigned helper''' is a ] for semi-automatically adding templates {{tl|Unsigned}}, {{tl|Unsigned IP}}, and {{tl|Undated}}. This script is a fork of ] with faster search and an automatic edit summary. | ||
==How to install== | ==How to install== | ||
Line 18: | Line 18: | ||
# At the end of the button set, click on <span style="background-color: var(--background-color-interactive-subtle,#f8f9fa); color: var(--color-progressive,#36c); border: 1px solid var(--border-color-interactive,#72777d); padding: 1px 4px;">{{fake link|1={{tlf|unsigned}}|2=}}</span> | # At the end of the button set, click on <span style="background-color: var(--background-color-interactive-subtle,#f8f9fa); color: var(--color-progressive,#36c); border: 1px solid var(--border-color-interactive,#72777d); padding: 1px 4px;">{{fake link|1={{tlf|unsigned}}|2=}}</span> | ||
# Wait for the script to find the revision, which introduced this change. | # 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". | |||
# Check that the generated signature corresponds to the ] in the edit summary. | |||
# If the found diff is correct, click button "Use that revision". | |||
# Click button {{mw button|{{int:publishchanges}}|progressive}} at the bottom. | |||
⚫ | # Once ready, click button {{mw button|{{int:publishchanges}}|progressive}} at the bottom. | ||
===Known issues=== | ===Known issues=== | ||
* If someone other than the original author has edited the unsigned comment, that someone will be (incorrectly) used in the {{tl|unsigned}} template. | * If someone other than the original author has edited the unsigned comment, that someone will be (incorrectly) used in the {{tl|unsigned}} template. | ||
* Doesn't work in ], ], ], or when ] is enabled. | * Doesn't work in ], ], ], or when ] is enabled. | ||
* If an author of an undated comment changed their username since leaving the comment, it will be automatically marked with {{tl|unsigned}} instead of {{tl|undated}}. | |||
==See also== | ==See also== |
Revision as of 13:45, 23 July 2024
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.