Module:Espace de test/Hello
From Wicri Base 1.31
Revision as of 00:43, 12 December 2020 by Jacques Ducloy (talk | contribs) (Created page with "local p = {} function p.hello(frame) return 'Hello' end return p")
Documentation for this module may be created at Module:Espace de test/Hello/doc
local p = {}
function p.hello(frame)
return 'Hello'
end
return p