Hello,
Maybe I missed some scope subtlety, but I'm stuck with a problem which occurs when I call my function with a template invocation, but return the expected result when I call it from the debug console.
I'm trying to code utilities to convert lua tables to wikisyntax tables. So far I coded something that should enable me to add title, data cells and rows to my lua table and return the wikitable, or at least it should. Indeed, my test page[1] return an empty row instead of my expected filled rows. But while editing the module, calling the function return the expected string. Do you have any idea with what's wrong ?
[1] https://fr.wikiversity.org/wiki/Module:Vikitablo/testu