Module:Test passing of templates
Documentation for this module may be created at Module:Test passing of templates/doc
local p = {} --p stands for package
function p.hello( frame )
return
end
return p
Documentation for this module may be created at Module:Test passing of templates/doc
local p = {} --p stands for package
function p.hello( frame )
return
end
return p