Documentation for this module may be created at Module:Test/doc
p = {} function p.hello_world(a) cf = mw.getCurrentFrame() return "Hello, world! from " .. mw.allToString(cf.args[1]) end return p