Module:Tcw
Documentation for this module may be created at Module:Tcw/doc
local p = {}
function p.hello( frame )
return "Hello, world!" .. frame.args[0]
end
return p
Documentation for this module may be created at Module:Tcw/doc
local p = {}
function p.hello( frame )
return "Hello, world!" .. frame.args[0]
end
return p