[01:59:32] Hi [10:22:50] Hello. I am trying to do {{#ask: [[Category:MY_CATEGORY]] }} on a specific category of mine but I get no results. Querying on other categories of my mediawiki works just fine. However this one yields nothing. As if it's not a category or something. Is there a way I can debug this and figure out why no results are being returned? [11:19:36] I have a mediawiki installation, I want to add a userbox template. How do I do that. Couldn't find any info online. [11:20:10] Tried to copy-paste the markup of the template from the mediawiki wiki itself, doesn't look right. [11:21:05] https://files.catbox.moe/zzxim8.png [11:33:51] jfaxdora: Looks like you don't have ParserFunctions extension installed [11:33:57] !e ParserFunctions [11:33:57] https://www.mediawiki.org/wiki/Extension:ParserFunctions [11:34:46] Alright, will try and enable that [11:36:56] Ah, that's better now, thank you. [14:16:09] https://www.mediawiki.org/wiki/Special:Contributions/105.0.0.8 [14:16:16] can someone nuke + block this ^ [14:17:59] Done, thanks! [14:19:57] ty Vulpix [20:03:03] hey, just checking in on this #transliterate parser function patch to mediawiki core I've been working on -- Tim Starling suggested it would better be implemented as a tag hook and his arguments make sense [20:03:16] but if I'm going to add a tag hook, does that now mean it can't go in core and has to go in a new extension? [20:09:15] you can add tag hooks in core as well. e.g. there's [20:09:39] includes/parser/CoreTagHooks.php [20:10:01] yeah I guess, but only a couple :) [20:10:24] it seems like as an extension would be fine, really [20:10:50] although then that would have to be approved by wikimeida folks to be installed on wikimedia sites [20:11:22] I can't tell which one Tim Starling is proposing here https://gerrit.wikimedia.org/r/c/mediawiki/core/+/627938 [20:23:45] ask him? :) [20:34:22] haha yeah I did [20:34:29] just thought I'd ask here too in case there was a clear norm [21:32:09] Hey, I am having some issues with parsing while exporting some content [21:32:36] the resulting text is missing section headings after a few rounds of processing [21:33:36] I've tried using a freshParser for each round with no luck [21:33:48] anything else I could try?