Modul:Hello

Aus Regiowiki
Zur Navigation springen Zur Suche springen

local p = {} function p.test( frame )

   return "Lua works!"

end return p