Module:Test
Jump to navigation
Jump to search
Documentation for this module may be created at Module:Test/doc
local p = {};
p.hello = function (frame)
return "Hello, {{{1}}}!"
end
return p
Documentation for this module may be created at Module:Test/doc
local p = {};
p.hello = function (frame)
return "Hello, {{{1}}}!"
end
return p