User:Max/SRUCHelper
Appearance
< User:Max
| Description | Helper script for SRUC |
|---|---|
| Author | Max |
| Status | Stable |
| First released | December 28, 2024 |
| Updated | January 8, 2025 |
| Source | User: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]]