[01:39:43] Hi all, question, when since did a rollback, using the rollback link in the edit history, result in a minor edit? - https://en.wikipedia.org/w/index.php?diff=1142009395&oldid=1141920262&diffmode=source [01:54:32] I think always? [01:54:53] a very long time at least [06:00:07] oof, Tacsipacsi noticed I had a missing in https://wiki.documentfoundation.org/Template:Documentation/Calc_Functions/FinancialFunction_Basis ! [06:10:39] FYI I "closed" https://www.mediawiki.org/wiki/Project:Requests/RfC/Bridge_MediaWiki_IRC_and_Discord but if people have any other feedback feel free to leave it there [06:39:47] Crazy... I don't need to use the Template translation module after all. I quite distinctly remember that the transclusion was not working as advertised, but now everything works. What a waste of hours [11:02:51] Is there a way to define a substitution for a parameter value once in a template, so it gets applied to all the parameter uses? Or to define a local variable in the template? [11:03:02] I'm trying to figure out https://wiki.documentfoundation.org/Template:Documentation/Calc_Functions/COUP_Functions_Arguments [11:03:16] where it has these {{{function_name|the function}}} [11:03:50] Template usage example: https://wiki.documentfoundation.org/Documentation/Calc_Functions/COUPDAYBS {{Documentation/Calc_Functions/COUP_Functions_Arguments|function_name=COUPDAYBS}} [11:04:11] I tried in my local docker: {{#if: {{{function_name|}}} | {{Calc_fn_name|{{{function_name}}}|{{PAGELANGUAGE}}}} | the function }} [11:04:24] but for some reason it's rendered as: {{#if: COUPDAYBS | COUPDAYBS | the function }} [11:05:11] Idea is to use the module/template for Calc function names https://wiki.documentfoundation.org/Module:Calc_fn_name https://wiki.documentfoundation.org/Template:Calc_fn_name [11:26:39] first guess is that you overlooked installing/enabling Ext:ParserFunctions in your Docker MW instance [11:30:48] Dinoguy1000[m]: thanks :) [11:31:19] was that it, then? [11:33:30] yes, that was it in my local docker, now testing will be convenient [11:34:10] aah, good to hear 🙂 [11:35:26] If anyone has ideas on how to not repeat myself within the template, I'm all ears. For now, that if statement seems to work [11:43:59] buovjaga: that kind of "automation" can only be done using Lua modules, by traversing all parameters or a list of defined parameter names [11:44:30] ok thanks [11:44:50] then I can use to save the eyes of translators I guess [13:22:30] is there any way to debug $wgSMTP? it doesn't send out emails, there are no php error logs, the is nothing in the $wgDebugLog and there are no connection attempts at the mailserver [13:22:46] I want to know where to start looking, but I'm clueless at this point [14:15:54] uartist: what are you using to test emails? Special:Emailuser should work, for example, and I'd expect it to log something relevant to the debug log [21:49:12] hey there! how ie everybody doing? i'm facing a problem with my mediawiki install [21:49:40] basically editing with visualeditor fails from the client side, this is the error: https://pastebin.com/H5hJ3hcJ [21:50:23] i'm afraid this is due to the short-url setup that i have, and the fact that i'm running mediawiki in docker :( [21:51:04] anybody has an hint about what could be ?