Page MenuHomePhabricator

Add new site CSS/JS for tempuser
Closed, DuplicatePublicFeature

Description

When I updated w:zh:Template:Blockedtext, I hope that the link to the talk page of a blocked user (the "讨论页申诉" section) only displays to registered users and temporary users but not anonymous users. But now the MediaWiki:Group-user.css regards temporary users as anonymous users, so the "讨论页申诉" section will not display to temporary users. So could we add a new site CSS/JS (e.g. MediaWiki:Group-tempuser.css and MediaWiki:Group-tempuser.js) for temporary users only?

Event Timeline

Restricted Application added subscribers: Stang, Aklapper. · View Herald Transcript
Aklapper changed the subtype of this task from "Task" to "Feature Request".Sep 10 2025, 6:42 PM

The relevant pages are MediaWiki:Group-temp.css and MediaWiki:Group-temp.js since the name of the user group is temp, not tempuser. These pages are not being loaded though: T401506: MediaWiki:Group-temp.js/.css do not load.