[22:04:04] Hello newuserwiki! If you have any questions, feel free to ask and someone should answer soon. [22:05:21] Hi! Was looking to enable visualeditor, but it's greyed out in Extensions, and it says it requires templatedata extension, which I can't find in the possible extensions to enable... Suggestions, or am I just not good at looking for it? [22:07:37] TemplateData is under the Parser hooks tab [22:16:38] Thanks! Turns out I was just bad at looking for it. [23:25:27] Hello again. I'm trying to get the graph extension to work, but I get a pretty nondescript "Syntax error" when I paste the example code from mediawiki. Any ideas on how to troubleshoot that? [23:27:33] newuserwiki, can you link the page you are trying it on? [23:28:22] sure! https://coronadokumenten.miraheze.org/wiki/Sandbox [23:28:23] [ Sandbox - Coronadokumenten ] - coronadokumenten.miraheze.org [23:29:23] its swedish language setting, so instead of Template:Graph its Mall:Graph [23:29:30] for the template [23:35:33] I believe the issue is that you have not imported the module that the template requires [23:37:08] Oh. Is module something other than extension? Because it seems I have installed the required extensions. [23:38:10] Yes, a module is from the Scribunto extension (which you should already have) that the template requires to handle the template stuff [23:38:15] I will move it over for you, hold on a sec [23:39:49] The graph is working on the Sandbox page now! [23:40:54] Omg, you are the best! [23:41:37] I never did get a hang of the whole Scribunto things with my wiki on a pi. Can't even remember what it did though, just that I had issues with it. [23:42:37] Thanks a bunch! [23:42:53] Scribunto allows you to write Lua modules that can then be invoked in templates or on regular pages [23:43:14] There is a bit of a learning curve, especially cause to use it you have to know the Lua programming language [23:45:35] Ah, right. I haven't really gone beyond hello world with Lua. But maybe there is reason to change that.