Under the current specs, MediaWiki:Group-*.js and MediaWiki:Group-*.css are the only sitewide, user group–specific modules that intentionally do not load. However, MediaWiki:Group-temp.js and MediaWiki:Group-temp.css also do not load at present, despite the existence of dedicated interface messages (1, 2).
I believe these should load, because:
- We cannot target temporary users via gadgets-definition (there is no such user right as temp; |rights=temp does not work).
- Without these group-specific modules, temp-user-targeting scripts would have to be implemented in both Common.js and Mobile.js using identical code.