MediaWiki talk:Gadget-massblock.js

Add topic
From Meta, a Wikimedia project coordination wiki
Latest comment: 2 years ago by Camouflaged Mirage in topic Edit request

Legacy JavaScript[edit]

This feature doesn't work any more since the MW 1.18 migration. This correction doesn't work too. JackPotte 19:13, 20 October 2011 (UTC)Reply

Edit request[edit]


In case this script is imported on a non-English wiki, replacing

mw.config.get('wgPageName') == "Special:Massblock"

by

mw.config.get( 'wgNamespaceNumber' ) == -1 && mw.config.get( 'wgTitle' ) == 'Massblock'

would be helpful, since this makes the script independent of namespace prefix translations. ~~~~
User:1234qwer1234qwer4 (talk)
20:43, 14 October 2021 (UTC)Reply

This seems reasonable. Ruslik (talk) 20:52, 10 November 2021 (UTC)Reply
@1234qwer1234qwer4 Done, do check for errors. Thanks. Also thanks @Ruslik0 for reviewing. Camouflaged Mirage (talk) 09:16, 30 November 2021 (UTC)Reply