Module:Bananas (talk⧼dot-separator⧽+/-⧼dot-separator⧽hist⧼dot-separator⧽links⧼dot-separator⧽doc⧼dot-separator⧽subpages⧼dot-separator⧽tests – results⧼dot-separator⧽Àdàkọ:Ml-multi/sandboxlinks)

Example Lua module that contains a single function.

hello àtúnṣe

  • {{#invoke:Bananas|hello}} → Hello, world!

See also àtúnṣe


-- For unit tests, see [[Module:Bananas/testcases]]
local p = {}

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

return p