User:Sohom Datta/PageTriageUserspaceLogger
Since this script uses the Twinkle getPrefs() API to determine if a nomination should be logged, installing this script will load all twinkle modules on all pages. |
PageTriageUserspaceLogger | |
---|---|
Description | Log all XFD, CSD and PROD nominations made using the PageTriage curation toolbar |
Author(s) | Sohom Datta |
Status | Beta |
Updated | November 18, 2023 (11 months ago) |
Skins | all |
Source | PageTriageUserspaceLogger.js |
PageTriageUserspaceLogger or PTUL (source) is a userscript that allows you to log all XFD, CSD and PROD nominations made using the PageTriage curation toolbar.
Installation
[edit]This script can be imported to skin.js or common.js by adding:importScript( 'User:Sohom Datta/PageTriageUserspaceLogger.js' );// [[User:Sohom Datta/PageTriageUserspaceLogger.js]]
or{{subst:Iusc|User:Sohom Datta/PageTriageUserspaceLogger.js}}
Configuration
[edit]This script respects the Twinkle perferences as set in twinkleoptions.js. No additional configuration is required or provided.
Technical
[edit]The userscript is effectively a shim layer that hooks into the PageTriage actionQueue
API, parses the tags being applied and then uses the lower level Morebits.userspaceLogger()
to mimic the way Twinkle logs entries. This is done since the respective addToLog()
functionality for each twinkle module is highly coupled within the context of the specific module and is incompatible with the actionQueue API unless it rewritten to ingest saner input data and return $.Deferred()
promise objects.