Module:Sandbox/Raph Williams65/Test
Jump to navigation
Jump to search
File:Test Template Info-Icon - Version (2).svg Module documentation[view] [edit] [history] [purge]
Usage
[edit source]{{#invoke:Sandbox/Raph Williams65/Test|functionname}}, function names are the texts beside p.
local p = {}
function p.hello( frame )
return "Hello, welcome to [[Wikipedia]]!"
end
function p.like( frame )
return "Hope you like the place and decided to stay?"
end
function p.intro( frame )
return "What is Wikipedia?, I Know you might be asking this question but here is an answer - [[Wikipedia]] is a free digital encyclopedic content, this means that almost everyone can edit Wikipedia."
end
return p