Module:LuaTestCarlo

Dae Wikipedia, s'entziclopedia lìbera.

Documentation for this module may be created at Module:LuaTestCarlo/doc

local funcs = {}
 
function funcs.saludi( frame )
    return "Saludi a su mundu!"
end

function funcs.tabella( frame )
	return "{| cellpadding=5 style=\"border:1px solid #AA6633\" |- bgcolor=\"#fafeff\" | This is a notebox<br>to show border color. |}"
end
 
return funcs