[00:52:47] is it possible to allow global groups to only add certain local groups to a user )restrict it) [16:20:45] odd question but were do you manage global abuse filters at on a wiki? [16:21:34] Special:AbuseFilter? [16:22:18] ah ok, just asking because i saw manage global filters somewere. [16:22:22] thanks [19:08:28] How do parser options work? [19:08:57] There is an extension that if a config variable is set can show different content if you're logged in v logged out [19:09:09] How do I tell it to differ the PC output based on that state [19:09:23] The only way I can see to split parser cache is user options [19:09:32] Extension is https://github.com/marohh/mediawikiRemoveRedlinks [19:11:28] Or at least I assume it's PC to blame because it's differing content [19:11:34] For different situations [19:17:52] RhinosF1: copy what [[mw:Extension:WikiTextLoggedInOut]] does? :> (I don't quite understand the code I wrote either, but smarter people have code-reviewed it as well as tested it on production sites, so I figure it's good enough!) [19:21:27] ashley: I guess basically copy the code from https://github.com/wikimedia/mediawiki-extensions-WikiTextLoggedInOut/blob/master/includes/WikiTextLoggedInOut.php#L51 [19:21:54] I think that's the bit splitting cache [19:22:47] I left https://github.com/marohh/mediawikiRemoveRedlinks/issues/11#issuecomment-1714450396 [19:22:54] Too tired to write code [19:25:05] https://www.mediawiki.org/wiki/Manual:Hooks/ParserOptionsRegister [19:25:31] which is exactly the hook that code is using