跳转到内容

模組:Example

维基百科,自由的百科全书

-- For unit tests, see [[Module:Bananas/testcases]]
local p = {}
 
function p.hello()
    return "Hello, world!"
end
 
return p