There are no
reviewed versions of this page, so it may
not have been checked for adherence to standards.
Documentation for this module may be created at Module:TestHenkvD/doc
local p = {}
function p.link(frame)
local var1 = frame.args[1]
return 'test ' .. var1
end
return p