Documentation for this module may be created at Module:Sandbox/Martin of Sheffield/sandbox/doc
local p = {} function p.hello( frame ) return frame.args[1] end return p