မေႃႇၵျူး:Hello

လုၵ်ႉတီႈ ဝီႇၶီႇပပ်ႉ မႃး

This is an example module with a single function named "hello_world". It is used in Scribunto: An Introduction/Your first module.

လွင်ႈၸႂ်ႉတိုဝ်း[မႄးထတ်း]

{{#invoke:Hello|hello_world}}

တူဝ်ယၢင်ႇ[မႄးထတ်း]

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

p = {}

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

return p