local p = {} function p.hello( frame ) return "Hello, " .. mw.text.nowiki(frame.args[1]) .. "!" end return p