[13:09:17] Hello everyone, is there any way to make a function print something? For debugging purposes so that I know what's going on within the function [15:47:54] Not really. What I do is to have a function with return type string and then return that thing I want to see, but that kinda works only once. This really needs improvement. (re @Ege: Hello everyone, is there any way to make a function print something? For debugging purposes so that I know what's going on withi...) [16:21:04] wow, it's been almost a year that I didn't go to Wikifunctions beta... [16:21:05] I see the interface changed quite a bit (for the better) and that the test of a function I tried still don't work :/ https://wikifunctions.beta.wmflabs.org/wiki/en/Z10106 [16:21:07] will there be anyone at Wikimania so we could talk about it directly (and maybe debug my function :/ ) [16:50:03] heh "This page displays in a limited way without JavaScript." bit of an understatement :P it shows nothing at all after that without javascript [17:03:29] I find it confusing that the headings in the boxes have the same font size and styling as the labels for things inside the boxes... it makes it look like something is missing [17:34:15] makes sense, thank you! we're working with the codex team to introduce a new design system component to cover this use case, let me add a comment about headings font-size vs content labels font-size https://phabricator.wikimedia.org/T338015 (re @Nikki: I find it confusing that the headings in the boxes have the same font size and styling as the labels for things inside the boxes...) [17:42:53] thanks :) having the same font size would be ok if they were visually distinct in some other way (e.g. adding `border-bottom: 1px solid grey;` to the headings already looks a lot better to me) [17:44:13] I'll no doubt end up completely restyling everything anyway, I want more colour and less white 😆 [17:47:58] 100%! we're also exploring that precise visual approach (grey bottom divider) among others : https://tools-static.wmflabs.org/bridgebot/13da3380/file_50237.jpg [23:40:12] Do you mind if I change the type from monolingual text to string? (re @Nicolas: wow, it's been almost a year that I didn't go to Wikifunctions beta... [23:40:13] I see the interface changed quite a bit (for the better) ...) [23:40:47] Also, yes there will be folks from the team at Wikimania! And we'll be happy to help! [23:45:57] If you switch the type to string on the function, the rest should start working just fine. Happy to do it for you, if you prefer.