Jump to content

User:Max/SRUCHelper

From Meta, a Wikimedia project coordination wiki
SRUCHelper
DescriptionHelper script for SRUC
AuthorMax
StatusStable
First releasedDecember 28, 2024; 19 months ago (2024-12-28)
UpdatedJanuary 8, 2025; 19 months ago (2025-01-08)
SourceUser:Max/SRUCHelper.js

SRUCHelper is a helper script for responding to requests at Steward requests/Username changes and sending usurpation notification messages and emails.

Custom configurations

[edit]

To add custom "Not Done" comments, insert the following code into your common.js along with your comments.

window.SRUCHelperPreAddedComments = [
    { value: 'notdone9', label: 'your comment' },
    { value: 'notdone10', label: 'your comment' }
];

Information

[edit]

When actioning a request, please always check the preview before submitting.

While sending usurpation notifications with this script for Wikidata, Wikifunctions, and MediaWiki, please use www as the wikicode.

Installation

[edit]

The script is only usable by stewards and users who are in the global-renamer group. In order to install kindly add the following line in your common.js page:

importScript('User:Max/SRUCHelper.js'); // Backlink: [[User:Max/SRUCHelper.js]]
[edit]