local p = {} function p.hello( frame ) return "{{1x|Hello, world!}}" end function p.argtest( frame ) return "class='{{1x|foo}}' style='{{1x|color:red}}'" end return p