Cannabis Ruderalis

User script
PageTriageUserspaceLogger
DescriptionLog all XFD, CSD and PROD nominations made using the PageTriage curation toolbar
Author(s)Sohom Datta
StatusBeta
UpdatedNovember 18, 2023
    (5 months ago)
Skin supportall
SourcePageTriageUserspaceLogger.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.

Leave a Reply