Documentation for this module may be created at Module:Sandbox/Arrhythmicsweeper/hello/doc
local p = {};
p.prompt = function( frame )
local name = frame.args[1]
return "Hi " .. name
end
return p
Documentation for this module may be created at Module:Sandbox/Arrhythmicsweeper/hello/doc
local p = {};
p.prompt = function( frame )
local name = frame.args[1]
return "Hi " .. name
end
return p