Tämän moduulin ohjeistuksen voi tehdä sivulle Moduuli:My module/ohje
local p = {} function p.hello(frame) return 'Hello' end return p