Hello,
sorry for the maybe naïve question. Within an extension, is there a specific method (via Parser class, for instance) or a more or less direct way that could turn a template in a wikitext string into an object or associative array. Let's say: {{Example|Name=John|Last=Smith}} into: { "Example": { "Name": "John", "Last": "Smith" } }
Thanks,