モジュール:サンドボックス/尾井優太
ナビゲーションに移動
検索に移動
local func = {}
--function func.hello( frame )
-- text = frame
-- start = os.time()
-- repeat
-- num = os.time() - start;
-- if(num == 5) then return text end;
-- until num > 10;
-- return text
--end
--function func.hello(frame)
-- local args = require('Module:サンドボックス/尾井優太/doc').hello( { args = { 'Welcome to LuaProgramming yutaOnoi!' } } );
-- return args
--end
--return func
function func.main(frame)
d = os.date(" %H")
return d.hour
-- if(d.hour > 6 and d.hour < 12) then return "guten morgen"
-- else if(d.hour >= 12 and d.hour <= 19) then return "guten tag"
-- else return "guten abent"
-- end
end
return func
--function func2.main(frame)
-- text = "Welcome to Luaprogramming yutaOnoi!"
-- return text
-- end
--return func