Module:Gloss
Appearance
Documentation for this module may be created at Module:Gloss/doc
local p = {}
p.foo = function(frame)
local mystr = "Hello World!"
return mystr
end
Documentation for this module may be created at Module:Gloss/doc
local p = {}
p.foo = function(frame)
local mystr = "Hello World!"
return mystr
end