Module:User:TeleComNasSprVen/sandbox

From Wikipedia, the free encyclopedia

Page Module:Documentation/styles.css has no content.

Page Module:Message box/ombox.css has no content.

local p = {}
 
function p.hello( frame )
    return "Hello, world!"
end
 
return p