[16:02:37] But [1997kB] [16:02:49] Can the basic peon access revdel? [16:03:00] Or is it just for specific points? [16:03:17] <[1997kB]> basic peon? [16:04:20] not op or not +v [16:04:32] and did you not confuse with GEhel? [16:05:53] <[1997kB]> what I told you are channel guidelines made by founders, don't take it personally. And no I didn't confused you with someone else. [16:07:38] no, no, don't worry, I don't take it personally [16:08:10] I just wanted to know this policy [16:09:53] As it is reported in the header and that it is not private ... [16:10:57] <[1997kB]> yeah, it is not a private channel but if someone came for revdel request, upon completion they should leave and it is also reported in header. [16:14:22] txs again [16:14:24] a+ [16:14:49] <[1997kB]> the reason here could be that these revdel requests are sensitive information and non admin idling there could get that sensitive info. [16:15:45] aaaaaaaaaah ok [16:16:06] this explains that [16:17:39] #eihel is private for example, but with chanser v [16:23:53] <[1997kB]> yeah with those settings one needs to be invited, but we can't set that in revdel because we don't know who is gonna join for revdel request and it is also not workable approach. [20:57:40] why is my formatter url not working: https://www.wikidata.org/wiki/Property:P8341 [21:07:28] Possibly hte /? [21:07:44] [^\s\/]+ [21:26:29] [^\s\/]+ is not accepted [21:27:01] ah nvm [21:27:03] there we go [21:27:46] changed [21:27:49] still not working [21:33:57] "not working" isn't a useful bug report [21:35:08] https://www.wikidata.org/wiki/Q182804#P8341 [21:35:12] This should be a hyperlink [21:35:26] to https://biografiskleksikon.lex.dk/Karen_Blixen [21:35:31] but instead it is not [21:35:52] it is just "Karen_Blixen" [21:36:13] Ah [21:36:16] You have no () [21:36:22] So $1 isn't returning anything [21:36:37] 🤔 [21:36:42] () are capture groups [21:37:04] Around what would I put them? [21:37:06] $0 might actually work, depending on the implementation for the whole match [21:37:12] Compare here: https://www.wikidata.org/wiki/Property:P5080 [21:37:15] [^\s\/]+ -> ([^\s\/]+) [21:37:54] No other Identifier does that [21:37:54] https://www.wikidata.org/wiki/Property:P496 [21:38:31] https://www.wikidata.org/wiki/Property:P8215 [21:38:56] I'm not trying to capture anything from regex [22:02:53] the regex shouldn't have anything to do with the formatter url [22:03:01] the formatter url just replaces $1 with the property value [22:03:32] I have no idea though why it's not working