Hello,
yesterday I found myself with a problem similar to the one described here: http://stackoverflow.com/questions/15164710/mediawiki-templates-inherit-para... But, actually, I would like to process template paramaters without first having to return the values associated to them -> {{{param1}}}, {{{param2}}}. Let's say, something like processing argv, where argv may contain argv['param1'], argv['param2'], but not knowing whether param1 or param2 do exist first (I should iterate over keys in this caseā¦)
Is this something that might be done somehow by using Lula (Scribunto)?
Thanks!