local name = mw.uri.encode( frame.args[1], QUERY ) local p = {} function p.test(frame) return 'User name is ' ..frame.args[1].. '' end return p