Difference between revisions of "Module:Banana"

From PKC
Jump to navigation Jump to search
Line 5: Line 5:
end
end


return mw.getCurrentFrame
return mw.getCurrentFrame()

Revision as of 08:12, 24 July 2021

Documentation for this module may be created at Module:Banana/doc

local p = {} --p stands for package

function p.hello( frame )
    return "Hello, world!"
end

return mw.getCurrentFrame()