You can edit almost every page by Creating an account and confirming your email.

Module:Bananas

From EverybodyWiki Bios & Wiki

MediaWiki:Bananas (edit | talk | history | links | watch | logs)

Example Lua module that contains a single function.

hello

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

See also


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

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

return p

This module "Bananas" is from Wikipedia if otherwise notified